Get Assets

Allows the user to get the list of Assets.

Uri

GET /api/dynaway/eamAnalytics/v1.0/companies({{CompanyID}})/assets

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "f1fdf94c-2579-ec11-bf26-000d3a74601f",
            "assetNo": "A000001",
            "description": "UV Lamps at Main Hall 1",
            "statusCode": "INSTALLED",
            "conditionCode": "",
            "assetLocationCode": "H1.MH",
            "critical": false,
            "active": true,
            "categoryCode": "UV LAMPS",
            "parentAssetNo": "",
            "virtualAsset": true,
            "latitude": 0,
            "longitude": 0,
            "warrantyNo": "",
            "warrantyExpirationDate": "0001-01-01",
            "inTransit": false,
            "billToCustomerNo": "",
            "fixedAssetNumber": "",
            "manufacturerCode": "",
            "modelNumber": "",
            "serialNumber": ""
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy