Retrieve a list of all partner 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/partner-devices?limit=1&offset=1' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "name": "Aragorn's car",
- "imei": "357660101000198",
- "groupId": 32,
- "accuracy": 4,
- "vehicleType": "Private",
- "lat": 32.0598671,
- "lon": 34.7827316,
- "alt": 234.22,
- "speed": 22.51,
- "status": "online",
- "lastSeenOnline": "2020-01-01T14:48:00.000Z",
- "firmwareVersion": "3.9.53",
- "deviceModel": "AI-12",
- "cameras": [
- {
- "cameraId": 1,
- "name": "Harry's truck"
}
], - "iccid": "891004234814455936F"
}
], - "metadata": {
- "count": 56,
- "limit": 60,
- "offset": 10
}, - "requestId": "df5fg-45fgfdsg-45fg-45454"
}