Skip to main content
GET
/
api
/
assets
/
search
cURL
curl --request GET \
  --url https://api-external.ezyid.io/api/assets/search
[
  {
    "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>"
  }
]

Query Parameters

apiKey
string
ezyid
string
serialNumber
string
customID
string
locationID
integer<int32>
categoryID
integer<int32>
limit
integer<int32>

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