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": "a3fd2137-1230-46f5-9dba-e24fc21b49b2", "parentId": "8b912dc9-ccb3-4640-b6dd-cb2828ec649f", "name": "sample string 2", "isSystemFolder": true, "systemFolderType": 0, "type": 4, "insuredDatabaseId": "91b0a723-aec4-407c-a40c-fd86a5631508", "opportunityIdDatabaseId": "e73c1103-ee49-4278-bf03-77eb8d70e023", "policyDatabaseId": "76a6b66c-6705-4f34-886c-634041507658", "createDate": "2025-03-26T20:01:23.5593941-05:00", "changeDate": "2025-03-26T20:01:23.5593941-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-03-26T20:01:23.5593941-05:00</d2p1:ChangeDate> <d2p1:CreateDate>2025-03-26T20:01:23.5593941-05:00</d2p1:CreateDate> <d2p1:Id>a3fd2137-1230-46f5-9dba-e24fc21b49b2</d2p1:Id> <d2p1:InsuredDatabaseId>91b0a723-aec4-407c-a40c-fd86a5631508</d2p1:InsuredDatabaseId> <d2p1:IsSystemFolder>true</d2p1:IsSystemFolder> <d2p1:Name>sample string 2</d2p1:Name> <d2p1:OpportunityIdDatabaseId>e73c1103-ee49-4278-bf03-77eb8d70e023</d2p1:OpportunityIdDatabaseId> <d2p1:ParentId>8b912dc9-ccb3-4640-b6dd-cb2828ec649f</d2p1:ParentId> <d2p1:PolicyDatabaseId>76a6b66c-6705-4f34-886c-634041507658</d2p1:PolicyDatabaseId> <d2p1:SystemFolderType>InsuredsRoot</d2p1:SystemFolderType> <d2p1:Type>4</d2p1:Type> </Data> <Message>sample string 1</Message> <Status>Error</Status> </NowCertsApiResultOfFolderDetailsmXcRfcts>