SObject Basic Information
GET {{_endpoint}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME
Describes the individual metadata for the specified object. Can also be used to create a new record for a given object. For example, this can be used to retrieve the metadata for the Account object using the GET method, or create a new Account object using the POST method.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |