/custom-object-classes/{id}

Beta

Returns a CustomObjectClass object with the given id.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Query parameters

expandenumOptional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
Allowed values:
include_remote_databooleanOptional

Whether to include the original data Merge fetched from the third-party to produce these models.

include_shell_databooleanOptional

Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).

Response

idstringRead-onlyformat: "uuid"
remote_idstring or null

The third-party API ID of the matching object.

created_atdatetimeRead-only
modified_atdatetimeRead-only
namestring or null
The custom object class's name.
descriptionstring or null
The custom object class's description.
labelsmap from strings to stringsRead-only
The custom object class's singular and plural labels.
fieldslist of objectsRead-only
association_typeslist of maps from strings to any or nullRead-only
The types of associations with other models that the custom object class can have.