Pagination
Ayyeka's Rest-API supports only up to 10000 items in API JSON formatted response.
Sub-group of URIs called Batch URI and they were designed to allow the user efficiently transfer samples from the platform, you can identify them by the batch word as a suffix in the URI path.
| Example of Batch URIs |
|---|
| /v2.0/sample/batch |
| /v2.0/site/{siteId}/sample/batch |
| /v2.0/sample/batch/status |
| /v2.0/sample/image/batch |
| /v2.0/stream/{streamId}/sample/image/batch |
| /v2.0/stream/{streamId}/sample/image/last |
Response Example
The response body will include a hasMore flag that indicates that there are more results available and the client should call again.
Updated 6 months ago
