Get a custom default folder
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET
/api/v1/custom-default-folder/{customDefaultFolder_uuid}
curl \
--request GET https://api.plannrcrm.com/api/v1/custom-default-folder/customDefaultFolder_uuid \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (201)
{
"uuid": "23561424-61ef-4424-970c-2dc3729f1704",
"model": "client",
"case_type": {
"name": "Mortgage Plan",
"uuid": "85a8a445-af9f-4015-a7d4-2e7ed7a28953",
"created_at": "2025-02-20T10:13:06+00:00",
"updated_at": "2025-02-20T10:13:06+00:00"
},
"is_active": true,
"parameter": "client",
"structure": [
{
"name": "Documents",
"children": [
{
"name": "Contracts",
"children": []
},
{
"name": "Emails",
"children": []
}
]
},
{
"name": "Notes",
"children": []
}
],
"created_at": "2025-02-20T10:13:06+00:00",
"updated_at": "2025-02-20T10:13:06+00:00",
"description": "Shared client default folders",
"for_existing": true
}