getLastManualStatus
getLastManualStatus
Path Parameters
id int64 required
id
Query Parameters
date date
date
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
code string
date date-time
factDate date-time
id int64
info string
statusId int64
userId int32
{
"code": "string",
"date": "2024-11-20T07:47:13.599Z",
"factDate": "2024-11-20T07:47:13.599Z",
"id": 0,
"info": "string",
"statusId": 0,
"userId": 0
}
Unauthorized
Forbidden
Not Found
Loading...