Get Reporting Agencies

Allows the user to get the list of safety incident reporting agencies.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "1385fbe3-b22a-ed11-97e8-000d3a8ca290",
            "code": "H&W",
            "description": "Health & Wellbeing Agency"
        },
        {
            "id": "d86c2000-b32a-ed11-97e8-000d3a8ca290",
            "code": "UNILIFE",
            "description": "UniLife Agency"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy