GET /api/stores/meta-data
GET
/api/stores/meta-data
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Query Parameters
version
The version of the cache that the user has saved locally
Typestring
Default
0
Pattern
"[1-9][0-9]*"
hasChains
Whether the user has cached store chains locally
Typestring
Default
0
Pattern
"0|1"
Responses
Success.
application/json
JSON
{
"maxCountPickupSlot": 50,
"groceries": [
{
"id": 0,
"name": ""
}
],
"storeChains": [
{
"id": 0,
"name": ""
}
],
"categories": [
{
"id": 0,
"name": ""
}
],
"status": [
{
"id": 0,
"name": ""
}
],
"weight": [
{
"id": 0,
"name": ""
}
],
"convinceStatus": [
{
"id": 0,
"name": ""
}
],
"publicTimes": [
{
"id": 0,
"name": ""
}
],
"version": 0
}