- Shopping
- Authorization
- Flights
- Destination experiences
- Car and Transfers
- Market insights
- Hotels
- Itinerary management
- STARGAME
- Common errors
- InitialGetBalance
- InitialGetBalance
- GetBalanceBadHash
- GetBalanceBadHash
- InvalidCommand
- InvalidCommand
- InvalidUserName
- InvalidUserName
- PlayerBetMissingTransactionId
- PlayerBetMissingTransactionId
- PlayerWinEmptyTransactionId
- PlayerWinEmptyTransactionId
- PlayerBetNegativeAmount
- PlayerBetNegativeAmount
- PlayerWinNegativeAmount
- PlayerWinNegativeAmount
- PlayerBetInsufficientBalance
- PlayerBetInsufficientBalance
- CheckBalance
- CheckBalance
- Workflow
- OpenSession
- OpenSession
- OpenSessionAlreadyOpened
- OpenSessionAlreadyOpened
- GetBalance
- GetBalance
- PlayerBet #1 (-50)
- PlayerBet #1 (-50)
- PlayerWin (+150)
- PlayerWin (+150)
- PlayerBet #2 (-50)
- PlayerBet #2 (-50)
- PlayerWinZeroAmount (+0)
- PlayerWinZeroAmount (+0)
- PlayerBet #3 (-50)
- PlayerBet #3 (-50)
- PlayerWin (+200)
- PlayerWin (+200)
- PlayerWinTransactionAlreadyExist
- PlayerWinTransactionAlreadyExist
- PlayerBet #4 (-200)
- PlayerBet #4 (-200)
- PlayerBetTransactionAlreadyExist
- PlayerBetTransactionAlreadyExist
- PlayerBetBadHash
- PlayerBetBadHash
- PlayerWinBadHash
- PlayerWinBadHash
- CancelBet #4 (+200)
- CancelBet #4 (+200)
- CancelBetAlreadyCancelled
- CancelBetAlreadyCancelled
- CancelBetDoesNotExist
- CancelBetDoesNotExist
- PlayerBet #5 (-50)
- PlayerBet #5 (-50)
- CloseSession
- CloseSession
- PlayerBet #6 (-250)
- PlayerBet #6 (-250)
- PlayerWin (+50)
- PlayerWin (+50)
- CancelBet #5 (+50)
- CancelBet #5 (+50)
- PlayerBet #7 (-100)
- PlayerBet #7 (-100)
- PlayerBet #8 (-50)
- PlayerBet #8 (-50)
- PlayerBet #9 (-25)
- PlayerBet #9 (-25)
- PlayerBet #10 (-25)
- PlayerBet #10 (-25)
- PlayerBet #11 (-50)
- PlayerBet #11 (-50)
- CancelBet #7 (+100)
- CancelBet #7 (+100)
- CancelBet #9 (+25)
- CancelBet #9 (+25)
- CancelBet #11 (+50)
- CancelBet #11 (+50)
- PlayerWin (+75)
- PlayerWin (+75)
- CloseSessionAlreadyClosed
- CloseSessionAlreadyClosed
- FinalCheckBalance
- FinalCheckBalance
- RemoteSession
- Common errors
- IMEI
- GPK
- SUPERSET
- Menu
- Queries
- Annotation Layers
- /annotation_layer/DELETE
- /annotation_layer/GET
- /annotation_layer/POST
- /annotation_layer/_infoGET
- /annotation_layer/related/{column_name}GET
- /annotation_layer/{pk}DELETE
- /annotation_layer/{pk}GET
- /annotation_layer/{pk}PUT
- /annotation_layer/{pk}/annotation/DELETE
- /annotation_layer/{pk}/annotation/GET
- /annotation_layer/{pk}/annotation/POST
- /annotation_layer/{pk}/annotation/{annotation_id}DELETE
- /annotation_layer/{pk}/annotation/{annotation_id}GET
- /annotation_layer/{pk}/annotation/{annotation_id}PUT
- AsyncEventsRestApi
- CacheRestApi
- Charts
- CSS Templates
- Dashboards
- Database
- /database/
- /database/
- /database/_info
- /database/export/
- /database/import/
- /database/test_connection
- /database/{pk}
- /database/{pk}
- /database/{pk}
- /database/{pk}/function_names/
- /database/{pk}/related_objects/
- /database/{pk}/schemas/
- /database/{pk}/select_star/{table_name}/
- /database/{pk}/select_star/{table_name}/{schema_name}/
- /database/{pk}/table/{table_name}/{schema_name}/
- Datasets
- LogRestApi
- OpenApi
- Security
- VEGAS
- BI
- vl
- Vegaslounge
- VL
- VegasloungeAPI
/annotation_layer/{pk}/annotation/
POST
/annotation_layer/{pk}/annotation/
Annotation Layers
Request
Path Params
pk
integer
required
Body Params application/json
end_dttm
string <date-time>
optional
json_metadata
string | null
optional
long_descr
string | null
optional
short_descr
string
optional
>= 1 characters<= 500 characters
start_dttm
string <date-time>
optional
Example
{
"end_dttm": "2019-08-24T14:15:22Z",
"json_metadata": "string",
"long_descr": "string",
"short_descr": "string",
"start_dttm": "2019-08-24T14:15:22Z"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/annotation_layer//annotation/' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_dttm": "2019-08-24T14:15:22Z",
"json_metadata": "string",
"long_descr": "string",
"short_descr": "string",
"start_dttm": "2019-08-24T14:15:22Z"
}'
Responses
🟢201Created
application/json
Body
id
number
optional
result
object (AnnotationRestApi.post)
optional
end_dttm
string <date-time>
optional
json_metadata
string | null
optional
long_descr
string | null
optional
short_descr
string
optional
>= 1 characters<= 500 characters
start_dttm
string <date-time>
optional
Example
{
"id": 0,
"result": {
"end_dttm": "2019-08-24T14:15:22Z",
"json_metadata": "string",
"long_descr": "string",
"short_descr": "string",
"start_dttm": "2019-08-24T14:15:22Z"
}
}
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error