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.
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": "9dc94c36-185f-456f-b63d-025e76589ad5", "parentId": "9c5d39df-5650-4d04-9b8d-dad97f9e7516", "name": "sample string 2", "isSystemFolder": true, "systemFolderType": 0, "type": 4, "insuredDatabaseId": "b3b6da40-af3e-4da0-a9f8-c6470612d96b", "opportunityIdDatabaseId": "5b00a962-d157-4b1b-9a02-323fffe63be6", "policyDatabaseId": "27997211-164e-4d78-88a7-51dd46d48d4c", "createDate": "2025-05-30T21:57:24.3760191-05:00", "changeDate": "2025-05-30T21:57:24.3760191-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-05-30T21:57:24.3760191-05:00</d2p1:ChangeDate> <d2p1:CreateDate>2025-05-30T21:57:24.3760191-05:00</d2p1:CreateDate> <d2p1:Id>9dc94c36-185f-456f-b63d-025e76589ad5</d2p1:Id> <d2p1:InsuredDatabaseId>b3b6da40-af3e-4da0-a9f8-c6470612d96b</d2p1:InsuredDatabaseId> <d2p1:IsSystemFolder>true</d2p1:IsSystemFolder> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:OpportunityIdDatabaseId>5b00a962-d157-4b1b-9a02-323fffe63be6</d2p1:OpportunityIdDatabaseId> <d2p1:ParentId>9c5d39df-5650-4d04-9b8d-dad97f9e7516</d2p1:ParentId> <d2p1:PolicyDatabaseId>27997211-164e-4d78-88a7-51dd46d48d4c</d2p1:PolicyDatabaseId> <d2p1:SystemFolderType>InsuredsRoot</d2p1:SystemFolderType> <d2p1:Type>4</d2p1:Type> </Data> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResultOfFolderDetailsmXcRfcts>