Skip to content
Go to Micro

Get metadata properties by object type

GET/v2/prism/{teamId}/{objectType}/properties

Get metadata properties by object type

Path ParametersExpand Collapse
teamId: optional string
formatuuid
objectType: "deal" or "identity" or "ai_chat_thread" or 6 more
One of the following:
"deal"
"identity"
"ai_chat_thread"
"ai_chat_message"
"document"
"action"
"event"
"organization"
"contact"
Query ParametersExpand Collapse
autofill: optional boolean
list_id: optional string

Scope properties to a specific list/app.

formatuuid
term: optional string

Get metadata properties by object type

curl https://developers.micro.so/v2/prism/$TEAM_ID/$OBJECT_TYPE/properties \
    -H "x-api-key: $MICRO_API_KEY"
{
  "foo": {}
}
Returns Examples
{
  "foo": {}
}