Domina REST API
  1. Venue
Domina REST API
  • Documentation
  • Auth
    • registration
      POST
    • login
      POST
    • logout
      POST
    • password-reset/initiate
      POST
    • password-reset/verify
      POST
    • password-reset/complete
      POST
  • User
    • Booking
      • index
    • LoyaltyCard
      • show
    • LoyaltyPoints
      • index
    • Tikets
      • index
      • show
      • create
      • update
    • show
      GET
    • update
      PATCH
  • Venue
    • index
      GET
    • show
      GET
    • facets
      GET
  • Page
    • show
      GET
  • Post
    • index
      GET
    • show
      GET
  • Property
    • index
      GET
    • show
      GET
  • Program
    • index
      GET
  • Location
    • index
  • Navigation
    • index
  • Awards
    • index
  • Request
    • create
  • Spa
    • index
    • show
  • Special
    • index
    • show
  • Schemas
    • Meta
      • MetaPagination
      • MetaFile
      • MetaImage
      • MetaImageData
    • Response
      • ResponseError
    • Page
    • Property
    • Program
    • Venue
    • Special
    • Spa
    • Post
    • Navigation
    • Location
    • Tag
    • Award
    • User
    • Booking
    • LoyaltyCard
    • LoyaltyLevel
    • LoyaltyPoint
    • Ticket
    • TicketComment
  1. Venue

facets

Developing
GET
/v1/venues/facets
Получение ограничений площадок для мероприятий

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠429Too many requests
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/venues/facets?type=conference_hall,restaurant_bar&area_min&area_max&capacity_min&capacity_max&natural_lighting&property_ids=' \
--header 'Accept-Language: ru'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "id": 0,
            "slug": "string",
            "name": "string",
            "description": "string",
            "content": "string",
            "image": {
                "xs": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "sm": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "md": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "lg": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "xl": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                }
            },
            "gallery": [
                {
                    "xs": {
                        "url": "string",
                        "url_webp": "string",
                        "width": 0,
                        "height": 0
                    },
                    "sm": {
                        "url": "string",
                        "url_webp": "string",
                        "width": 0,
                        "height": 0
                    },
                    "md": {
                        "url": "string",
                        "url_webp": "string",
                        "width": 0,
                        "height": 0
                    },
                    "lg": {
                        "url": "string",
                        "url_webp": "string",
                        "width": 0,
                        "height": 0
                    },
                    "xl": {
                        "url": "string",
                        "url_webp": "string",
                        "width": 0,
                        "height": 0
                    }
                }
            ],
            "sort": 0,
            "type": "conference_hall",
            "natural_lighting": true,
            "property_ids": [
                0
            ]
        }
    ],
    "pagination": {
        "total": 0,
        "count": 0,
        "limit": 0,
        "offset": 0
    }
}
Modified at 2026-01-14 17:53:29
Previous
show
Next
Page
Built with