Custom Objects

Get custom object details by numeric id

GET https://{tenant}.atomicwork.com/api/v1/custom-objects/by-id/{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.

Authorization

X-Api-Keyheaderstringrequired

API key authentication.

Headers

X-Workspace-Idheaderstring

Path Parameters

idpathintegerrequired

Workspace ID (numeric). Find yours under Settings → Workspace.

Response

200

Successful response