List Locations

Minimum Plan Required: Comp

Sample Response

{
    "data": [
        {
            "id": 4569,
            "company_id": 1234,
            "name": "Pub",
            "country": "CA",
            "state": "SK",
            "city": "Saskatoon",
            "formatted_address": "1234 Street, Saskatoon, SK, Canada",
            "lat": 50,
            "lng": -104,
            "place_id": "ChIJXXXXXXXXXXXXXXXXXXZghg",
            "timezone": "America/Regina",
            "timezone_updated": false,
            "hash": "bc8bxxxxxxxxxxxxxxxxxxxxxxxxx1ca8",
            "mapping_id": "",
            "department_based_budget": true,
            "holiday_pay": true,
            "auto_send_log_book_time": null,
            "mon_hours_close": "00:00:00",
            "tue_hours_close": "00:00:00",
            "wed_hours_close": "00:00:00",
            "thu_hours_close": "00:00:00",
            "fri_hours_close": "00:00:00",
            "sat_hours_close": "00:00:00",
            "sun_hours_close": "00:00:00",
            "mon_hours_open": "07:00:00",
            "tue_hours_open": "08:00:00",
            "wed_hours_open": "08:00:00",
            "thu_hours_open": "08:00:00",
            "fri_hours_open": "08:00:00",
            "sat_hours_open": "08:00:00",
            "sun_hours_open": "07:00:00",
            "mon_is_closed": true,
            "tue_is_closed": false,
            "wed_is_closed": false,
            "thu_is_closed": false,
            "fri_is_closed": false,
            "sat_is_closed": false,
            "sun_is_closed": false,
            "shift_feedback": true,
            "message": "Click here to create a footnote... This is a message that is visible to all employees.",
            "created": "2021-10-19T22:56:48+00:00",
            "modified": "2022-11-25T20:19:23+00:00"
        },
        {
            "id": 4560,
            "company_id": 1234,
            "name": "Cafe",
            "country": "CA",
            "state": "SK",
            "city": "Saskatoon",
            "formatted_address": "1234 Ave, Saskatoon, SK, Canada",
            "lat": 50,
            "lng": -104,
            "place_id": "ChIJXXXXXXXXXXXXXXXXXXZghg",
            "timezone": "America/Regina",
            "timezone_updated": false,
            "hash": "bc8bxxxxxxxxxxxxxxxxxxxxxxxxx1ca8",
            "mapping_id": "",
            "department_based_budget": false,
            "holiday_pay": true,
            "auto_send_log_book_time": null,
            "mon_hours_close": "00:00:00",
            "tue_hours_close": "00:00:00",
            "wed_hours_close": "00:00:00",
            "thu_hours_close": "00:00:00",
            "fri_hours_close": "00:00:00",
            "sat_hours_close": "00:00:00",
            "sun_hours_close": "00:00:00",
            "mon_hours_open": "07:00:00",
            "tue_hours_open": "07:00:00",
            "wed_hours_open": "07:00:00",
            "thu_hours_open": "07:00:00",
            "fri_hours_open": "07:00:00",
            "sat_hours_open": "07:00:00",
            "sun_hours_open": "07:00:00",
            "mon_is_closed": true,
            "tue_is_closed": false,
            "wed_is_closed": false,
            "thu_is_closed": false,
            "fri_is_closed": false,
            "sat_is_closed": false,
            "sun_is_closed": false,
            "shift_feedback": true,
            "message": "Click here to create a footnote... This is a message that is visible to all employees.",
            "created": "2021-10-27T15:25:06+00:00",
            "modified": "2021-10-28T16:39:33+00:00"
        }
    ],
    "meta": {
        "cursor": {
            "current": "eyJsaW1pdCI6Miwib2Zmc2V0IjowfQ==",
            "prev": null,
            "next": "eyJsaW1pdCI6Miwib2Zmc2V0IjoyfQ==",
            "count": 2
        }
    },
    "object": "locations"
}
Language
Authorization
Click Try It! to start a request and see the response here!