Get the requests to a store team
GET
/api/stores/{storeId}/requests
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId*
Typestring
RequiredPattern
"[1-9][0-9]*"Responses
Success.
application/json
JSON
[
{
"user": {
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
},
"firstName": "string",
"verified": true,
"distanceInKm": 0,
"date": "string",
"message": "string"
}
]