Skip to main content
GET
/
api
/
assets
/
{apkId}
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>"
}

Path Parameters

apkId
integer<int32>
required

Query Parameters

apiKey
string

Response

OK

id
integer<int32>
batch
string | null
ezyid
string
serialNumber
string
manufacturerName
string | null
assetStatus
integer | null
expiryDate
string<date-time> | null
lastInspectionDate
string<date-time> | null
nextInspectionDate
string<date-time> | null
apkId
integer<int32> | null
assetLocation
string | null
assetLatitude
number<double> | null
assetLongitude
number<double> | null
nextCheckupDate
string<date-time> | null
nextMaintenanceDate
string<date-time> | null
customID
string | null
binLocationID
integer<int32> | null
subscriberID
integer<int32>
category
integer<int32>
assetName
string
modelNumber
string