# SL12 - List locations Call FrequencyRecommended usage: - Asynchronous: once per day - Synchronous: each time you need to create a serviceMaximum usage: - Asynchronous: every hour - Synchronous: each time you need to create a servicePaginationThis resource supports seek pagination (see documentation) Endpoint: GET /api/mms/locations ## Query parameters: - `location_id` (array) Service Location IDs to include in result. (default: include all) - `location_type` (string) Service Location type to include in result. (default: include all) Enum: "AT_CUSTOMER_LOCATION", "AT_SHOP_LOCATION" - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `data` (array, required) Page of data - `data.contact_info` (object) Location contact information - `data.contact_info.email` (string) Contact E-mail - `data.contact_info.phone` (string) Contact phone number - `data.description` (string) Location description - `data.geography` (object, required) Geographic information for this location - `data.geography.type` (string) Enum: "POINT", "CIRCLE", "ZONE_REFERENCES" - `data.id` (string, required) Location ID - `data.label` (string, required) Location label - `data.medias` (array) Medias associated to the location - `data.medias.mime_type` (string, required) Media Mime type - `data.medias.url` (string, required) Media URL - `data.opening_hours` (object) Location opening hours - `data.opening_hours.friday` (array) Friday opening hours - `data.opening_hours.friday.closing_time` (string, required) Closing time in hh:mm format - `data.opening_hours.friday.opening_time` (string, required) Opening time in hh:mm format - `data.opening_hours.monday` (array) Monday opening hours - `data.opening_hours.saturday` (array) Saturday opening hours - `data.opening_hours.sunday` (array) Sunday opening hours - `data.opening_hours.thursday` (array) Thursday opening hours - `data.opening_hours.tuesday` (array) Tuesday opening hours - `data.opening_hours.wednesday` (array) Wednesday opening hours - `data.overridden_opening_hours` (object) Overridden opening hours. Only available for an operator location - `next_page_token` (string) Token to access the next page. Absent if the current page is the last one. - `previous_page_token` (string) Token to access the previous page. Absent if the current page is the first one.