These docs are for v2.2022.0501. Click to read the latest docs for v2.2023.0501.

Retrieve Role

Sample Response

{
    "data": {
        "id": 4320,
        "company_id": 1234,
        "location_id": 9876,
        "department_id": 4567,
        "color": "76a939",
        "num_stations": 2,
        "name": "Host",
        "job_code": "",
        "sort": 1,
        "stations": [
            {
                "id": 1,
                "role_id": 4320,
                "station_number": 1,
                "name": "Station 1"
            },
            {
                "id": 2,
                "role_id": 4320,
                "station_number": 2,
                "name": "Station 2"
            }
        ],
        "created": "2021-10-28T16:52:27+0000",
        "modified": "2022-06-16T20:55:20+0000"
    }
    "object": "role"
}
Language
Authorization
Click Try It! to start a request and see the response here!