Purpose: Explains how to retrieve the full definition of a specific Custom Object by ID so developers can understand its schema, fields, and configuration for use in integrations and workflows.
Overview
Use the Retrieve Custom Object Details by ID endpoint to fetch the complete schema definition for a single Object in your Business. This includes Object-level metadata as well as detailed configuration such as fields, categories, and relationship settings.
This endpoint is designed for schema inspection and integration setup use cases, where an external system needs to understand how a specific Object is structured before interacting with its Records.
Note: This endpoint returns detailed configuration for one Custom Object only. To retrieve a list of available Custom Objects and their identifiers, use the List Custom Objects endpoint.
Why Would I Use This API?
You can use the Retrieve Custom Object Details by ID API when you need to:
Inspect the full schema of an Object before querying or writing Records
Retrieve field definitions and identifiers required for Record-level APIs
Understand Object configuration, such as categories or relationship capabilities
Validate Object structure during integration setup or initialization
Build schema-aware integrations that adapt to different Object configurations
Retrieve Custom Object Details API behavior
Use this endpoint to retrieve the full definition of a Custom Object by providing its identifier. It:
Returns the full schema definition for a single Custom Object
Requires a valid Custom Object ID
Includes Object metadata, field definitions, and relationship configuration
Returns schema-level data only; no Record data is included
Fails if the specified Custom Object ID does not exist or is inaccessible