Get a custom default folder Run in API Explorer
Ask AI
GET
/api/v1/custom-default-folder/{customDefaultFolder_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/custom-default-folder/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (201)
[
{
"uuid": "f743b20a-373b-46ef-9db5-2dd04b8a35a6",
"created_at": "2026-08-11T10:38:40+01:00",
"updated_at": "2026-08-11T10:38:40+01:00",
"description": "Shared client default folders",
"model": "client",
"parameter": "client",
"case_type": {
"uuid": "22075c19-0b33-449d-a4a0-3550481e71f0",
"name": "Mortgage Plan",
"created_at": "2026-08-11T10:38:40+01:00",
"updated_at": "2026-08-11T10:38:40+01:00"
},
"structure": [
{
"name": "Documents",
"children": [
{
"name": "Contracts",
"children": []
},
{
"name": "Emails",
"children": []
}
]
},
{
"name": "Notes",
"children": []
}
],
"is_active": true,
"for_existing": true
}
]