Domina REST API
  1. Program
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. Program

index

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

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/programs?ids=' \
--header 'Accept-Language: ru'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "id": 0,
            "name": "string",
            "cashback": 0,
            "advantages": [
                {
                    "group": {
                        "name": "string",
                        "property_id": 0
                    },
                    "elements": [
                        {
                            "id": "string",
                            "name": "string",
                            "description": "string",
                            "boolean": "true",
                            "sort": "string"
                        }
                    ],
                    "sort": 0
                }
            ],
            "sort": 0
        }
    ]
}
Modified at 2025-10-22 12:18:26
Previous
Program
Next
Location
Built with