This call is currently in a restricted BETA status. Contact your Technical Account Manager for more information.
Retrieve all album images for an organization based on the specified filters.
The following profiles have permission to make this call:
Successful operation
Bad request error
Unauthorized error
Forbidden error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/organization-album/:orgId/album?status=familiar&imei=357660101000198&startTime=2020-01-01T14%3A48%3A00.000Z&endTime=2020-01-01T14%3A48%3A00.000Z&limit=56&offset=1' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "metadata": {
- "imageStatusCount": {
- "pendingReview": 12,
- "familiar": 30,
- "unfamiliar": 14
}, - "pagination": {
- "count": 56,
- "limit": 60,
- "offset": 10
}
}, - "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}