Skip to content

Addressable List

A list used to access other resources from a parent model.

typestring, (uri)

The addressable object type

Example:"note"
idstring

The id of the addressable object

Example:"123"
urlstring, (uri)

Url to get more company resources for this contact

Example:"/contacts/5ba682d23d7cf92bef87bfd4/notes"
{ "type": "note", "id": "123", "url": "/contacts/5ba682d23d7cf92bef87bfd4/notes" }