Read

GET {{baseUrl}}/crm/v3/objects/contacts/:contactId?properties=<string>&properties=<string>&propertiesWithHistory=<string>&propertiesWithHistory=<string>&associations=<string>&associations=<string>&archived=false

Read an Object identified by {contactId}. {contactId} refers to the internal object ID. Control what is returned via the properties query param.

Request Params

KeyDatatypeRequiredDescription
propertiesstringA comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
propertiesstringA comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
propertiesWithHistorystringA comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored.
propertiesWithHistorystringA comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored.
associationsstringA comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
associationsstringA comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
archivedbooleanWhether to return only results that have been archived.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;properties&quot;:{&quot;qui_8&quot;:&quot;\u003cstring\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;propertiesWithHistory&quot;:{&quot;proident_f&quot;:[{&quot;sourceType&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceLabel&quot;:&quot;\u003cstring\u003e&quot;,&quot;updatedByUserId&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;sourceType&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceId&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceLabel&quot;:&quot;\u003cstring\u003e&quot;,&quot;updatedByUserId&quot;:&quot;\u003cinteger\u003e&quot;}]},&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;associations&quot;:{&quot;etc&quot;:{&quot;results&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;},&quot;prev&quot;:{&quot;before&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;}}}}}