Get Maintenance Documents

Allows the user to get the list of all Maintenance Documents.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "c3f59eda-b85d-ec11-9f09-0022482da699",
            "entryNo": 1,
            "fileName": "First document round.pdf",
            "fileDescription": "",
            "fileSize": 0.00000572204589843750,
            "fileLocation": ""
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy