cURL
curl --request GET \ --url https://api.connect-crm.com/v1/records/{object}/{recordId}
{ "data": { "id": { "workspace_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10", "object_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10", "record_id": "9293961c-df93-4d6d-a2cc-fc3e353b2d10" }, "values": {}, "created_at": "2024-09-04T20:45:09Z" } }
Gets a single object record by its ID.
A UUID or slug to identify the object.
A UUID or slug to identify the record.
Success
Show child attributes