BookableAreas

Retrieve a bookable area availability rule

Returns a single AvailabilityRule belonging to the given BookableArea.

Requires the SETTINGS_MANAGE permission on the area's site.

get/shop/bookable-areas/{bookableAreaId}/availability-rules/{availabilityRuleId}

Response

A single AvailabilityRule.

Example response

{
  "data": {
    "date_from": "2021-02-15",
    "date_to": "2021-02-15",
    "time_from": "11:00",
    "time_to": "17:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.