Organisations

Get a list of all date sets belonging to the organisation.

Returns an array of all date sets the current user has permission to view.

get/shop/organisations/{organisationId}/date-sets

Response

DateSets were successfully retrieved.

Example response

{
  "data": [
    {
      "name": "Bank holidays"
    }
  ]
}

Changes

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