Learn More

These topics boost your REST expertise and understanding of concepts and tasks introduced in the Quick Start. Take your REST skills to the next level.

Topic Learn how to...

Work with your REST API Client

Send HTTP requests using cURL and third-party browser extensions or using add-on REST clients.

Access Metadata

Access API metadata such as the version, resource name, resource attributes, actions supported on the resource, child resources, and list of value (LOV) resources.

Set the REST Framework Version

Set the appropriate REST framework version in the REST client requests.

Configure for CORS

Configure your REST API client for cross-origin resource sharing (CORS) and cross-domain communication from a browser.

Manage Collections

Manage the display of data returned from a collection by querying, paginating, and filtering operations.

Perform Batch Actions

Perform batch actions to combine multiple operations into a single HTTP request for improved performance.