Domina REST API
  1. Awards
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
      GET
  • 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. Awards

index

Developing
GET
/v1/awards
Получение списка элементов Location

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/awards?order=&sort=' \
--header 'Accept-Language: ru'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "id": 0,
            "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
                }
            },
            "name": "string",
            "description": "string",
            "date": "string",
            "sort": 0
        }
    ]
}
Modified at 2025-12-08 19:13:43
Previous
Awards
Next
Request
Built with