Get Assets Conditions

Allows the user to get the list of Assets Conditions.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/assetsConditions

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "@odata.context": "http://sandboxratmi18:7048/BC/api/dynaway/eam/beta/$metadata#companies(dd279f29-0c7c-eb11-bb54-000d3a2873dc)/assetsConditions",
    "value": [
        {
            "@odata.etag": "W/\"JzQ0O1QrdWtWbXRzam9rZ3lmNUxsWGpNOUNKdTVuTVhiT243bnV1VHJVR0cveTg9MTswMDsn\"",
            "conditionCode": "1-VERY BAD",
            "id": "cab91d57-317c-eb11-9179-9ef557180287",
            "description": "Very Bad"
        },
        {
            "@odata.etag": "W/\"JzQ0O3pHd1JiNExvRkpEaW14RGtSbU0zY2tYMzl6VTBiZzFoRk0ycTNpNG5yS1U9MTswMDsn\"",
            "conditionCode": "2-BAD",
            "id": "cbb91d57-317c-eb11-9179-9ef557180287",
            "description": "Bad"
        },
        {
            "@odata.etag": "W/\"JzQ0O2xpSk12SndRVzdjRFFZYzJEcGNCOW0vcTF5bkx1bVFwQUhqMWdFZWd2a3c9MTswMDsn\"",
            "conditionCode": "3-NORMAL",
            "id": "ccb91d57-317c-eb11-9179-9ef557180287",
            "description": "Normal"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy