Skip to content
Go to Micro

Properties

Get metadata properties by object type
client.prism.properties.list("deal" | "identity" | "ai_chat_thread" | 6 moreobjectType, PropertyListParams { teamId, autofill, list_id, term } params?, RequestOptionsoptions?): PropertyListResponse
GET/v2/prism/{teamId}/{objectType}/properties
Get metadata properties
client.prism.properties.listAll(PropertyListAllParams { teamId, autofill, list_id, term } params?, RequestOptionsoptions?): PropertyListAllResponse
GET/v2/prism/{teamId}/properties
ModelsExpand Collapse
PropertyListResponse = Record<string, unknown>

Property definitions keyed by object type, then by property definition id (UUID). When the request scopes to a single object type, only that key is present.

PropertyListAllResponse = Record<string, unknown>

Property definitions keyed by object type, then by property definition id (UUID). When the request scopes to a single object type, only that key is present.