List hygiene submissions
Last updated on
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
from?string
to?string
location_id?string
page?integer
per_page?integer
Response Body
application/json
curl -X GET "https://example.com/hygiene"{
"data": [
{
"id": "string",
"rating": 1,
"location_id": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"total": 0,
"page": 0,
"per_page": 0,
"pages": 0
}
}