List Assignments

Sample Response

{
    "data": {
        "locations": [
            {
                "id": 9876,
                "name": "Restaurant"
            }
        ],
        "departments": [
            {
                "id": 4567,
                "company_id": 1234,
                "location_id": 9876
                "name": "FOH"
            }
        ],          
        "roles": [
            {
                "id": 4320,
                "company_id": 1234,
                "location_id": 9876,
                "department_id": 4567,
                "name": "Host",
                "is_primary": false,
                "skill_level": 2,
                "sort": 0
            }
    		]
    },
    "object": "assignments"
}
Language
Authorization
Click Try It! to start a request and see the response here!