Get Measurement Batches

Allows the user to get the list of Measurement Batches and Templates.

Uri

GET /api/dynaway/eam/v1.0/companies({{CompanyID}})/measurementBatches

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "25cb9eee-0645-eb11-89f8-0022481ff783",
            "templateName": "DEFAULT",
            "batchName": "DEFAULT"
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy