Skip to content
Go to Micro

Pin a record to the view (append to record_order)

POST/v2/prism/{teamId}/{viewObjectType}/views/{viewId}/records/{objectId}

Pin a record to the view (append to record_order)

Path ParametersExpand Collapse
teamId: optional string
formatuuid
viewObjectType: "action" or "deal" or "document" or 3 more
One of the following:
"action"
"deal"
"document"
"event"
"identity"
"organization"
viewId: string
formatuuid
objectId: string
formatuuid
Header ParametersExpand Collapse
"Idempotency-Key": optional string
minLength1
maxLength255

Pin a record to the view (append to record_order)

curl https://developers.micro.so/v2/prism/$TEAM_ID/$VIEW_OBJECT_TYPE/views/$VIEW_ID/records/$OBJECT_ID \
    -X POST \
    -H "x-api-key: $MICRO_API_KEY"
Returns Examples