List conversation custom properties
List the custom properties defined for conversations of the partner the API key belongs to. Use it to resolve the ids that customProperties is keyed by on the other endpoints: the id is stable, while the display name can be renamed at any time. The full list is returned in one response — it is not paginated. Properties restricted to specific user groups are not listed, since an API key has no user whose groups could be checked. Requires the conversation:read scope.
Authorizations
Send the API key in the x-api-key header.
Response
Custom properties defined for conversations
Stable id of the property. This is what customProperties is keyed by on reads and writes — the display name can be renamed, this cannot.
"ca_warranty_count"
The entity a custom property is defined for
site, conversation, client Display name, as configured in ProVision
"Warranty count"
Value type the property accepts
"number"
Selectable options for dropdown and multi_select; empty for every other type