GET api/Files/GetOpportunityLevelFolders/{opportunityDatabaseId}
Returns opportunity files folder details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| opportunityDatabaseId |
Opportunity database Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Opportunity level folder details.
NowCertsApiResultOfFolderDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ApiStatus |
None. |
|
| Data | FolderDetails |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"data": {
"id": "8e98b149-fb67-47f8-8db2-6b33812ad420",
"parentId": "b404436b-1f79-4250-a6c4-841a618435a2",
"name": "sample string 2",
"isSystemFolder": true,
"systemFolderType": 0,
"type": 4,
"insuredDatabaseId": "a50e2088-1aa3-43bb-96c1-66ad08cb6e69",
"opportunityIdDatabaseId": "cb6e179d-552a-4e72-bb46-8ece21105ecc",
"policyDatabaseId": "716ecf68-4981-4da3-aee8-7cbb25ac7308",
"createDate": "2026-06-06T13:21:26.6501646-05:00",
"changeDate": "2026-06-06T13:21:26.6501646-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>2026-06-06T13:21:26.6501646-05:00</d2p1:ChangeDate>
<d2p1:CreateDate>2026-06-06T13:21:26.6501646-05:00</d2p1:CreateDate>
<d2p1:Id>8e98b149-fb67-47f8-8db2-6b33812ad420</d2p1:Id>
<d2p1:InsuredDatabaseId>a50e2088-1aa3-43bb-96c1-66ad08cb6e69</d2p1:InsuredDatabaseId>
<d2p1:IsSystemFolder>true</d2p1:IsSystemFolder>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:OpportunityIdDatabaseId>cb6e179d-552a-4e72-bb46-8ece21105ecc</d2p1:OpportunityIdDatabaseId>
<d2p1:ParentId>b404436b-1f79-4250-a6c4-841a618435a2</d2p1:ParentId>
<d2p1:PolicyDatabaseId>716ecf68-4981-4da3-aee8-7cbb25ac7308</d2p1:PolicyDatabaseId>
<d2p1:SystemFolderType>InsuredsRoot</d2p1:SystemFolderType>
<d2p1:Type>4</d2p1:Type>
</Data>
<Message>sample string 1</Message>
<Status>Error</Status>
</NowCertsApiResultOfFolderDetailsmXcRfcts>