customObjects
Get custom object details by numeric id
Numeric-id counterpart of getCustomObject. The display-id form /custom-objects/{displayId} (e.g. /custom-objects/COB-001) is the canonical user-facing URL; this endpoint takes the internal numeric id and is intended for callers that already hold the int64 id.
get/api/v1/custom-objects/by-id/{id}
Path parameters
idinteger required
Workspace ID (numeric). Find yours under Settings → Workspace.
Headers
X-Api-Keystring required
X-Workspace-Idstring
Response
Successful response
CustomObjectsGetapiV1CustomObjectsByIdIdResponse200 required
Empty response body
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
api operation id
getapi-v-1-custom-objects-by-id-idremoved and replaced withgetapi_v1_custom_objects_by_id__idapi-operation-id-removed
- ○