v1
latestOpenAPI 3.0.02026-07-2494288373.8 KBCustom properties
Get a custom property detail for a given entity type
Returns a list of all custom properties in your dotfile workspace for a given entity type
get/v1/custom-properties/{target_entity}/{key}
Path parameters
target_entity'case' | 'company' | 'individual' required
Entity type to retrieve custom properties for.
keystring required
Example:last_audit
The custom property key
Response
Detailed custom property
ℹ️ Click to see full payload
Example response
{
"settings": {
"max": 100,
"currency_code": "EUR"
}
}