GET api/Insured/GetInsuredFilesList?insuredId={insuredId}&folderId={folderId}&isInsuredVisibleFolder={isInsuredVisibleFolder}&mcNumber={mcNumber}
Insured files list endpoint.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| insuredId |
Database ID of an insured. |
globally unique identifier |
Required |
| folderId |
Database ID of subfolder. Optional parameter that you may pass to get a list of files from insured files subfolder. |
globally unique identifier |
None. |
| isInsuredVisibleFolder |
This parameter indicates if upload will happen into Insured Visible Folder if no folderId specified. |
boolean |
None. |
| mcNumber |
This optional field allows for searching the insured files by internal billing number, USDOT number, or contractor license number. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
List of files and folders from insured files folder.
NowCertsApiResultOfInsuredFilesList| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Data | InsuredFilesList |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"data": {
"name": "sample string 1",
"files": [
{
"databaseId": "51dab701-6522-4fda-87be-e75edda9f90d",
"name": "sample string 2",
"path": "sample string 3",
"downloadUrl": "sample string 4",
"downloadUrlExpiresAtUtc": "2025-12-05T07:40:34.0934883-06:00",
"type": 0,
"mime": "sample string 5",
"size": 6,
"createDate": "2025-12-05T07:40:34.0934883-06:00",
"changeDate": "2025-12-05T07:40:34.0934883-06:00",
"creatorName": "sample string 9",
"isInsuredVisibleFolder": true,
"fileOrFolder": "sample string 11",
"isInsuredVisibleFile": true,
"parentId": "f2c3a002-0848-4fa5-b5d7-0c9c5c4f6f7f"
},
{
"databaseId": "51dab701-6522-4fda-87be-e75edda9f90d",
"name": "sample string 2",
"path": "sample string 3",
"downloadUrl": "sample string 4",
"downloadUrlExpiresAtUtc": "2025-12-05T07:40:34.0934883-06:00",
"type": 0,
"mime": "sample string 5",
"size": 6,
"createDate": "2025-12-05T07:40:34.0934883-06:00",
"changeDate": "2025-12-05T07:40:34.0934883-06:00",
"creatorName": "sample string 9",
"isInsuredVisibleFolder": true,
"fileOrFolder": "sample string 11",
"isInsuredVisibleFile": true,
"parentId": "f2c3a002-0848-4fa5-b5d7-0c9c5c4f6f7f"
}
],
"currentFolderId": "75186ddf-85fd-4bdc-bc4d-ff7c775a5b10"
},
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<NowCertsApiResultOfInsuredFilesListodPQ2rGR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum">
<Data>
<CurrentFolderId>75186ddf-85fd-4bdc-bc4d-ff7c775a5b10</CurrentFolderId>
<Files>
<FileList>
<ChangeDate>2025-12-05T07:40:34.0934883-06:00</ChangeDate>
<CreateDate>2025-12-05T07:40:34.0934883-06:00</CreateDate>
<CreatorName>sample string 9</CreatorName>
<DatabaseId>51dab701-6522-4fda-87be-e75edda9f90d</DatabaseId>
<DownloadUrl>sample string 4</DownloadUrl>
<DownloadUrlExpiresAtUtc>2025-12-05T07:40:34.0934883-06:00</DownloadUrlExpiresAtUtc>
<FileOrFolder>sample string 11</FileOrFolder>
<IsInsuredVisibleFile>true</IsInsuredVisibleFile>
<IsInsuredVisibleFolder>true</IsInsuredVisibleFolder>
<MIME>sample string 5</MIME>
<Name>sample string 2</Name>
<ParentId>f2c3a002-0848-4fa5-b5d7-0c9c5c4f6f7f</ParentId>
<Path>sample string 3</Path>
<Size>6</Size>
<Type>File</Type>
</FileList>
<FileList>
<ChangeDate>2025-12-05T07:40:34.0934883-06:00</ChangeDate>
<CreateDate>2025-12-05T07:40:34.0934883-06:00</CreateDate>
<CreatorName>sample string 9</CreatorName>
<DatabaseId>51dab701-6522-4fda-87be-e75edda9f90d</DatabaseId>
<DownloadUrl>sample string 4</DownloadUrl>
<DownloadUrlExpiresAtUtc>2025-12-05T07:40:34.0934883-06:00</DownloadUrlExpiresAtUtc>
<FileOrFolder>sample string 11</FileOrFolder>
<IsInsuredVisibleFile>true</IsInsuredVisibleFile>
<IsInsuredVisibleFolder>true</IsInsuredVisibleFolder>
<MIME>sample string 5</MIME>
<Name>sample string 2</Name>
<ParentId>f2c3a002-0848-4fa5-b5d7-0c9c5c4f6f7f</ParentId>
<Path>sample string 3</Path>
<Size>6</Size>
<Type>File</Type>
</FileList>
</Files>
<Name>sample string 1</Name>
</Data>
<Message>sample string 1</Message>
<Status>Error</Status>
</NowCertsApiResultOfInsuredFilesListodPQ2rGR>