Newer Version Available
Describe Global
In addition, it provides the org encoding, as well as the maximum batch size permitted in queries. For more information on encoding, see Internationalization and Character Sets.
You can use the If-Modified-Since or If-Unmodified-Since header with this resource. If you use the If-Modified-Since header and no available object’s metadata has changed since the provided date, a 304 Not Modified status code is returned with no response body.
Syntax
- URI
- /services/data/vXX.X/sobjects/
- Formats
- JSON, XML
- HTTP Method
- GET
- Authentication
- Authorization: Bearer token
- Parameters
-
Parameter Description If-Modified-Since An optional header specifying a date and time. The request returns records that have been modified after that date and time.
The format is EEE, dd MMM yyyy HH:mm:ss z. For example: If-Modified-Since: Mon, 30 Nov 2020 08:34:54 MST.
If-Unmodified-Since An optional header specifying a date and time. The request returns records that haven’t been modified after that date and time.
The format is EEE, dd MMM yyyy HH:mm:ss z. For example: If-Unmodified-Since: Mon, 30 Nov 2020 08:34:54 MST.