GET api/1/Store/GetStoreById?storeId={storeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
store| Name | Description | Type | Additional information |
|---|---|---|---|
| store_id | integer |
None. |
|
| store_name | string |
None. |
|
| address | string |
None. |
|
| city | string |
None. |
|
| state | string |
None. |
|
| zip | string |
None. |
|
| store_version | string |
None. |
|
| store_type | string |
None. |
|
| is_open | boolean |
None. |
|
| timezone_id | string |
None. |
|
| last_reported | date |
None. |
|
| license_number | string |
None. |
|
| customer_store_id | string |
None. |
|
| location_name | string |
None. |
|
| distributor_id | string |
None. |
|
| device_count | integer |
None. |
|
| last_quarterly_close | date |
None. |
|
| MarketId | integer |
None. |
|
| devices | Collection of device |
None. |
|
| events | Collection of event |
None. |
|
| gamesets | Collection of gameset |
None. |
|
| played_pulltab | Collection of played_pulltab |
None. |
|
| transactions | Collection of transaction |
None. |
|
| store_selected_games | Collection of store_selected_games |
None. |
Response Formats
application/json
Sample:
{
"store_id": 1,
"MarketId": 1,
"last_quarterly_close": "2026-02-20T09:17:52.9059762Z",
"device_count": 1,
"last_reported": "2026-02-20T09:17:52.9059762Z",
"is_open": true,
"distributor_id": "sample string 13",
"location_name": "sample string 12",
"customer_store_id": "sample string 11",
"license_number": "sample string 10",
"timezone_id": "sample string 9",
"store_type": "sample string 8",
"store_version": "sample string 7",
"zip": "sample string 6",
"state": "sample string 5",
"city": "sample string 4",
"address": "sample string 3",
"store_name": "sample string 2"
}