Newer Version Available

This content describes an older version of this product. View Latest

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