getManualStatusesHistory
getManualStatusesHistory
Path Parameters
id int64 required
id
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
code string
date date-time
factDate date-time
id int64
info string
statusId int64
userId int32
[
{
"code": "string",
"date": "2024-10-29T07:31:50.639Z",
"factDate": "2024-10-29T07:31:50.639Z",
"id": 0,
"info": "string",
"statusId": 0,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...