GET api/CaseFiles/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ApiCaseFileResult
NameDescriptionTypeAdditional information
FileTypeId

integer

None.

FileType

FileType

None.

IsUploaded

boolean

None.

Files

Collection of ApiCaseFile

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FileTypeId": 1,
    "FileType": {
      "WorkflowEvent": 1,
      "IsClaim": true,
      "IsCase": true,
      "IsCustomerPurchaseOrder": true,
      "IsServiceProviderInvoice": true,
      "IsCompany": true,
      "IsBroker": true,
      "IsPicture": true,
      "Id": 8,
      "Description": "sample string 9",
      "IsDeleted": true
    },
    "IsUploaded": true,
    "Files": [
      {
        "Id": 1,
        "UserProfileId": 2,
        "FileTypeId": 3,
        "FileType": "sample string 4",
        "ClaimId": 5,
        "ClaimCaseId": 1,
        "FileName": "sample string 6",
        "BlobContainer": "sample string 7",
        "URLRelative": "sample string 8",
        "URLAbsolute": "sample string 9",
        "Description": "sample string 10",
        "Comment": "sample string 11",
        "UserAdded": "sample string 12",
        "DateAdded": "2025-11-08T14:58:12.3683978+02:00",
        "UserModified": "sample string 13",
        "DateModified": "2025-11-08T14:58:12.3683978+02:00",
        "IsDeleted": true
      },
      {
        "Id": 1,
        "UserProfileId": 2,
        "FileTypeId": 3,
        "FileType": "sample string 4",
        "ClaimId": 5,
        "ClaimCaseId": 1,
        "FileName": "sample string 6",
        "BlobContainer": "sample string 7",
        "URLRelative": "sample string 8",
        "URLAbsolute": "sample string 9",
        "Description": "sample string 10",
        "Comment": "sample string 11",
        "UserAdded": "sample string 12",
        "DateAdded": "2025-11-08T14:58:12.3683978+02:00",
        "UserModified": "sample string 13",
        "DateModified": "2025-11-08T14:58:12.3683978+02:00",
        "IsDeleted": true
      }
    ]
  },
  {
    "FileTypeId": 1,
    "FileType": {
      "WorkflowEvent": 1,
      "IsClaim": true,
      "IsCase": true,
      "IsCustomerPurchaseOrder": true,
      "IsServiceProviderInvoice": true,
      "IsCompany": true,
      "IsBroker": true,
      "IsPicture": true,
      "Id": 8,
      "Description": "sample string 9",
      "IsDeleted": true
    },
    "IsUploaded": true,
    "Files": [
      {
        "Id": 1,
        "UserProfileId": 2,
        "FileTypeId": 3,
        "FileType": "sample string 4",
        "ClaimId": 5,
        "ClaimCaseId": 1,
        "FileName": "sample string 6",
        "BlobContainer": "sample string 7",
        "URLRelative": "sample string 8",
        "URLAbsolute": "sample string 9",
        "Description": "sample string 10",
        "Comment": "sample string 11",
        "UserAdded": "sample string 12",
        "DateAdded": "2025-11-08T14:58:12.3683978+02:00",
        "UserModified": "sample string 13",
        "DateModified": "2025-11-08T14:58:12.3683978+02:00",
        "IsDeleted": true
      },
      {
        "Id": 1,
        "UserProfileId": 2,
        "FileTypeId": 3,
        "FileType": "sample string 4",
        "ClaimId": 5,
        "ClaimCaseId": 1,
        "FileName": "sample string 6",
        "BlobContainer": "sample string 7",
        "URLRelative": "sample string 8",
        "URLAbsolute": "sample string 9",
        "Description": "sample string 10",
        "Comment": "sample string 11",
        "UserAdded": "sample string 12",
        "DateAdded": "2025-11-08T14:58:12.3683978+02:00",
        "UserModified": "sample string 13",
        "DateModified": "2025-11-08T14:58:12.3683978+02:00",
        "IsDeleted": true
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfApiCaseFileResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data.ApiModels">
  <ApiCaseFileResult>
    <FileType xmlns:d3p1="http://schemas.datacontract.org/2004/07/HomeAssist.Data.Lookups">
      <Description xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">sample string 9</Description>
      <Id xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">8</Id>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">true</IsDeleted>
      <d3p1:IsBroker>true</d3p1:IsBroker>
      <d3p1:IsCase>true</d3p1:IsCase>
      <d3p1:IsClaim>true</d3p1:IsClaim>
      <d3p1:IsCompany>true</d3p1:IsCompany>
      <d3p1:IsCustomerPurchaseOrder>true</d3p1:IsCustomerPurchaseOrder>
      <d3p1:IsPicture>true</d3p1:IsPicture>
      <d3p1:IsServiceProviderInvoice>true</d3p1:IsServiceProviderInvoice>
      <d3p1:WorkflowEvent>PurchaseOrderUploaded</d3p1:WorkflowEvent>
    </FileType>
    <FileTypeId>1</FileTypeId>
    <Files>
      <ApiCaseFile>
        <BlobContainer>sample string 7</BlobContainer>
        <ClaimCaseId>1</ClaimCaseId>
        <ClaimId>5</ClaimId>
        <Comment>sample string 11</Comment>
        <DateAdded>2025-11-08T14:58:12.3683978+02:00</DateAdded>
        <DateModified>2025-11-08T14:58:12.3683978+02:00</DateModified>
        <Description>sample string 10</Description>
        <FileName>sample string 6</FileName>
        <FileType>sample string 4</FileType>
        <FileTypeId>3</FileTypeId>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <URLAbsolute>sample string 9</URLAbsolute>
        <URLRelative>sample string 8</URLRelative>
        <UserAdded>sample string 12</UserAdded>
        <UserModified>sample string 13</UserModified>
        <UserProfileId>2</UserProfileId>
      </ApiCaseFile>
      <ApiCaseFile>
        <BlobContainer>sample string 7</BlobContainer>
        <ClaimCaseId>1</ClaimCaseId>
        <ClaimId>5</ClaimId>
        <Comment>sample string 11</Comment>
        <DateAdded>2025-11-08T14:58:12.3683978+02:00</DateAdded>
        <DateModified>2025-11-08T14:58:12.3683978+02:00</DateModified>
        <Description>sample string 10</Description>
        <FileName>sample string 6</FileName>
        <FileType>sample string 4</FileType>
        <FileTypeId>3</FileTypeId>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <URLAbsolute>sample string 9</URLAbsolute>
        <URLRelative>sample string 8</URLRelative>
        <UserAdded>sample string 12</UserAdded>
        <UserModified>sample string 13</UserModified>
        <UserProfileId>2</UserProfileId>
      </ApiCaseFile>
    </Files>
    <IsUploaded>true</IsUploaded>
  </ApiCaseFileResult>
  <ApiCaseFileResult>
    <FileType xmlns:d3p1="http://schemas.datacontract.org/2004/07/HomeAssist.Data.Lookups">
      <Description xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">sample string 9</Description>
      <Id xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">8</Id>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/HomeAssist.Data">true</IsDeleted>
      <d3p1:IsBroker>true</d3p1:IsBroker>
      <d3p1:IsCase>true</d3p1:IsCase>
      <d3p1:IsClaim>true</d3p1:IsClaim>
      <d3p1:IsCompany>true</d3p1:IsCompany>
      <d3p1:IsCustomerPurchaseOrder>true</d3p1:IsCustomerPurchaseOrder>
      <d3p1:IsPicture>true</d3p1:IsPicture>
      <d3p1:IsServiceProviderInvoice>true</d3p1:IsServiceProviderInvoice>
      <d3p1:WorkflowEvent>PurchaseOrderUploaded</d3p1:WorkflowEvent>
    </FileType>
    <FileTypeId>1</FileTypeId>
    <Files>
      <ApiCaseFile>
        <BlobContainer>sample string 7</BlobContainer>
        <ClaimCaseId>1</ClaimCaseId>
        <ClaimId>5</ClaimId>
        <Comment>sample string 11</Comment>
        <DateAdded>2025-11-08T14:58:12.3683978+02:00</DateAdded>
        <DateModified>2025-11-08T14:58:12.3683978+02:00</DateModified>
        <Description>sample string 10</Description>
        <FileName>sample string 6</FileName>
        <FileType>sample string 4</FileType>
        <FileTypeId>3</FileTypeId>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <URLAbsolute>sample string 9</URLAbsolute>
        <URLRelative>sample string 8</URLRelative>
        <UserAdded>sample string 12</UserAdded>
        <UserModified>sample string 13</UserModified>
        <UserProfileId>2</UserProfileId>
      </ApiCaseFile>
      <ApiCaseFile>
        <BlobContainer>sample string 7</BlobContainer>
        <ClaimCaseId>1</ClaimCaseId>
        <ClaimId>5</ClaimId>
        <Comment>sample string 11</Comment>
        <DateAdded>2025-11-08T14:58:12.3683978+02:00</DateAdded>
        <DateModified>2025-11-08T14:58:12.3683978+02:00</DateModified>
        <Description>sample string 10</Description>
        <FileName>sample string 6</FileName>
        <FileType>sample string 4</FileType>
        <FileTypeId>3</FileTypeId>
        <Id>1</Id>
        <IsDeleted>true</IsDeleted>
        <URLAbsolute>sample string 9</URLAbsolute>
        <URLRelative>sample string 8</URLRelative>
        <UserAdded>sample string 12</UserAdded>
        <UserModified>sample string 13</UserModified>
        <UserProfileId>2</UserProfileId>
      </ApiCaseFile>
    </Files>
    <IsUploaded>true</IsUploaded>
  </ApiCaseFileResult>
</ArrayOfApiCaseFileResult>