GET api/1/CabinetType/GetAllCabinetType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of cabinet_type| Name | Description | Type | Additional information |
|---|---|---|---|
| cabinet_id | integer |
None. |
|
| cabinet_type1 | string |
None. |
|
| create_date | date |
None. |
|
| MarketId | integer |
None. |
|
| store | store |
None. |
|
| events | Collection of event |
None. |
|
| play_code | Collection of play_code |
None. |
|
| played_pulltab | Collection of played_pulltab |
None. |
|
| transactions | Collection of transaction |
None. |
|
| device_event | Collection of device_event |
None. |
Response Formats
application/json
Sample:
[
{
"cabinet_id": 1,
"MarketId": 1,
"create_date": "2026-02-20T09:18:18.162743Z",
"cabinet_type1": "sample string 2"
},
{
"cabinet_id": 1,
"MarketId": 1,
"create_date": "2026-02-20T09:18:18.162743Z",
"cabinet_type1": "sample string 2"
}
]