URL
GET https://{api-url}/api/v2/tenants/{tenantId}/deviceWarranties
Sample URLs
https://{api-url}/api/v2/tenants/client_93/deviceWarranties
Status code
200 OK
Sample response
[
{
"id": 1,
"purchaseDate": "2015-11-09T18:00:00+0000",
"warrantyExpireDate": "2020-12-09T18:00:00+0000",
"deviceId": "DEV0000011576"
},
{
"id": 2,
"purchaseDate": "2015-01-15T00:00:00+0000",
"warrantyExpireDate": "2015-01-20T00:00:00+0000",
"deviceId": "f4a82c4a-8b65-4e7d-a57c-2e8a1aef14ff"
}
]
{< /code >}}