Get Assets

Allows the user to get the list of Assets.

Uri

GET /api/dynaway/eam/beta/companies({{CompanyID}})/assets

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "assetNo": "A000001",
            "id": "64ea2451-317c-eb11-9179-9ef557180287",
            "description": "UV Lamps at Main Hall 1",
            "statusCode": "INSTALLED",
            "conditionCode": "",
            "assetLocationCode": "H1.MH",
            "critical": false,
            "active": true,
            "categoryCode": "UV LAMPS",
            "parentAssetNo": "",
            "virtualAsset": true
        },
        {
            "assetNo": "A000002",
            "id": "6bea2451-317c-eb11-9179-9ef557180287",
            "description": "Ultraviolet Lamp at H1",
            "statusCode": "INSTALLED",
            "conditionCode": "4-GOOD",
            "assetLocationCode": "H1.MH",
            "critical": false,
            "active": true,
            "categoryCode": "UV LAMPS",
            "parentAssetNo": "A000001",
            "virtualAsset": false
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy