Newer Version Available
Retrieve Object Metadata Using sObject Basic Information
Retrieves basic metadata for a specified object, including some object properties,
recent items, and URIs for other resources related to the object.
To retrieve the complete metadata for an object, use the sObject Describe resource.
- URI
- /services/data/vXX.X/sobjects/sObject/
- Formats
- JSON, XML
- HTTP Method
- GET
- Authentication
- Authorization: Bearer token
- Parameters
-
Parameter Description sObject The name of the object. For example, Account.
A required path parameter.
- Examples
-
- For an example of retrieving metadata for an object, see Retrieve Metadata for an Object.