Get Assets Items

Allows the user to get the list of Assets Items.

Uri

GET api/dynaway/eamAnalytics/v1.0/companies({{Company_ID}})/assetItems

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "5161cfe6-bbda-ec11-82f9-000d3a5787d7",
            "assetNo": "A000002",
            "assetDescription": "Ultraviolet Lamp at H1",
            "itemNo": "MI.00001",
            "itemDescription": "06182 REPLACEMENT UV-C LAMP T6 XL33 BY LSE LIGHTING",
            "itemDescription2": "",
            "variantCode": "",
            "substitutionAvailable": false,
            "itemBlocked": false,
            "quantity": 0
        },
        {
            "id": "2542587d-cef2-ec11-82f8-0022482ffd31",
            "assetNo": "A000076",
            "assetDescription": "Planetary Mixer A200 ",
            "itemNo": "MI.00014",
            "itemDescription": "Plug Attahcment Hub A1",
            "itemDescription2": "",
            "variantCode": "",
            "substitutionAvailable": false,
            "itemBlocked": false,
            "quantity": 1
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy