The below API is used to get asset list in Asset Management. Request: GET Signature: /api/mobile/GetAssetList?Token={Login_Token}&TypeID={Asset_TypeId}&Search={Search_Keywords}&SkipCount={Skip_Count} Sample: /api/mobile/GetAssetList?Token=VomYEMiECFFyAQ3==&TypeID=2&Search=John&SkipCount=0
Response: {
"Code": 1,
"Info": "",
"RowsAffected": 2,
"Scalar": null,
"Identity": 0,
"RetInfo":
[
{
"AssetId": 32,
"AssetName": "John",
"AssetSerial": "3461`"
},
{
"AssetId": 33,
"AssetName": "Manuel",
"AssetSerial": "JOHN2"
}
]
}
Things to know about this API:
|
TrakIT API > Pending API >