This document provides supplemental information related to working with the Sandbox API.
The Sandbox API supports the use of query parameters to page and filter results when listing sandboxes.
The limit
and offset
query parameters have to be specified together. If you specify only one, the API will return an error. If you specify none, default limit is 50 and offset is 0.
Parameter | Description |
---|---|
limit |
The maximum number of records to be returned in the response. |
offset |
The number of entities from the first record to start (offset) the response list from. |