GET api/Files/GetInsuredLevelFolders/{insuredDatabaseId}
Returns Insured files folder details.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
insuredDatabaseId |
Insured Database ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Insured level folder details.
NowCertsApiResultOfFolderDetailsName | Description | Type | Additional information |
---|---|---|---|
Status | ApiStatus |
None. |
|
Data | FolderDetails |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 0, "data": { "id": "9836fbf8-eac4-48ce-b5cc-898338d7fda1", "parentId": "c23e3ee4-528c-4be8-b36b-eee70c97d4ec", "name": "sample string 2", "isSystemFolder": true, "systemFolderType": 0, "type": 4, "insuredDatabaseId": "0311629f-e42a-40e7-be24-17f4e9d135f8", "opportunityIdDatabaseId": "0c2fdb3d-27b8-4657-8cbb-9eeac8d72fb8", "policyDatabaseId": "e94b4cd3-2f4b-4c19-9289-0d6b05a180ce", "createDate": "2025-07-26T14:33:39.2517259-05:00", "changeDate": "2025-07-26T14:33:39.2517259-05:00" }, "message": "sample string 1" }
application/xml, text/xml
Sample:
<NowCertsApiResultOfFolderDetailsmXcRfcts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum.File"> <d2p1:ChangeDate>2025-07-26T14:33:39.2517259-05:00</d2p1:ChangeDate> <d2p1:CreateDate>2025-07-26T14:33:39.2517259-05:00</d2p1:CreateDate> <d2p1:Id>9836fbf8-eac4-48ce-b5cc-898338d7fda1</d2p1:Id> <d2p1:InsuredDatabaseId>0311629f-e42a-40e7-be24-17f4e9d135f8</d2p1:InsuredDatabaseId> <d2p1:IsSystemFolder>true</d2p1:IsSystemFolder> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:OpportunityIdDatabaseId>0c2fdb3d-27b8-4657-8cbb-9eeac8d72fb8</d2p1:OpportunityIdDatabaseId> <d2p1:ParentId>c23e3ee4-528c-4be8-b36b-eee70c97d4ec</d2p1:ParentId> <d2p1:PolicyDatabaseId>e94b4cd3-2f4b-4c19-9289-0d6b05a180ce</d2p1:PolicyDatabaseId> <d2p1:SystemFolderType>InsuredsRoot</d2p1:SystemFolderType> <d2p1:Type>4</d2p1:Type> </Data> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResultOfFolderDetailsmXcRfcts>