Retrieve a list of RMA devices.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/devices/rma-devices?deviceName=0123456789ABCDEF&imei=12345678&limit=1&offset=1&order=asc&organizationName=Company%20Name&rmaUpdatedAtStart=2019-08-24T14%3A15%3A22Z&rmaUpdatedAtEnd=2019-08-24T14%3A15%3A22Z&sort=organizationName' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "deviceName": "Aragorn's car",
- "imei": "357660101000198",
- "organizationName": "Company Name",
- "rmaUpdatedAt": "2019-08-24T14:15:22Z",
- "organizationId": 17
}
], - "metadata": {
- "count": 56,
- "limit": 60,
- "offset": 10
}
}