cURL
curl --request GET \ --url https://api-external.ezyid.io/api/assets/{apkId}
{ "id": 123, "batch": "<string>", "ezyid": "<string>", "serialNumber": "<string>", "manufacturerName": "<string>", "assetStatus": 123, "expiryDate": "2023-11-07T05:31:56Z", "lastInspectionDate": "2023-11-07T05:31:56Z", "nextInspectionDate": "2023-11-07T05:31:56Z", "apkId": 123, "assetLocation": "<string>", "assetLatitude": 123, "assetLongitude": 123, "nextCheckupDate": "2023-11-07T05:31:56Z", "nextMaintenanceDate": "2023-11-07T05:31:56Z", "customID": "<string>", "binLocationID": 123, "subscriberID": 123, "category": 123, "assetName": "<string>", "modelNumber": "<string>" }
Retrieve a single asset.
OK