GET api/Files/GetInsuredLevelFolders/{insuredDatabaseId}

Returns Insured files folder details.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
insuredDatabaseId

Insured Database ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Insured level folder details.

NowCertsApiResultOfFolderDetails
NameDescriptionTypeAdditional information
Status

ApiStatus

None.

Data

FolderDetails

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 0,
  "data": {
    "id": "1ec250ff-9e7e-462f-8d5d-e668cb8b2887",
    "parentId": "729413e6-a2d0-43e8-a72b-6abba317dcbc",
    "name": "sample string 2",
    "isSystemFolder": true,
    "systemFolderType": 0,
    "type": 4,
    "insuredDatabaseId": "a0d00d36-e7f4-4882-ad1e-0bbabd82415a",
    "opportunityIdDatabaseId": "5e49403c-1071-4c0c-a00c-a4a3fdfd9ceb",
    "policyDatabaseId": "40e0ef57-67b7-4982-a0ae-32fd397f06e3",
    "createDate": "2024-10-17T22:16:04.5556818-05:00",
    "changeDate": "2024-10-17T22:16:04.5556818-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>2024-10-17T22:16:04.5556818-05:00</d2p1:ChangeDate>
    <d2p1:CreateDate>2024-10-17T22:16:04.5556818-05:00</d2p1:CreateDate>
    <d2p1:Id>1ec250ff-9e7e-462f-8d5d-e668cb8b2887</d2p1:Id>
    <d2p1:InsuredDatabaseId>a0d00d36-e7f4-4882-ad1e-0bbabd82415a</d2p1:InsuredDatabaseId>
    <d2p1:IsSystemFolder>true</d2p1:IsSystemFolder>
    <d2p1:Name>sample string 2</d2p1:Name>
    <d2p1:OpportunityIdDatabaseId>5e49403c-1071-4c0c-a00c-a4a3fdfd9ceb</d2p1:OpportunityIdDatabaseId>
    <d2p1:ParentId>729413e6-a2d0-43e8-a72b-6abba317dcbc</d2p1:ParentId>
    <d2p1:PolicyDatabaseId>40e0ef57-67b7-4982-a0ae-32fd397f06e3</d2p1:PolicyDatabaseId>
    <d2p1:SystemFolderType>InsuredsRoot</d2p1:SystemFolderType>
    <d2p1:Type>4</d2p1:Type>
  </Data>
  <Message>sample string 1</Message>
  <Status>Error</Status>
</NowCertsApiResultOfFolderDetailsmXcRfcts>