Consult assignment movement history

The consult assignment movement history route is responsible for consulting the history of a specific assignment.

🚧

Attention point:

To use the route, it is necessary to use the assignment code obtained through the assignment launch.

Status Description

ValueDescription
1Typing
2Analysis
3Approved
4Refused
5Signature
6Sale off
7Finished
8Canceled

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-09There are no results for the query.
401401-06The requested module is not enabled.

Response Parameters

ParameterFormatDescription
request_codestringUnique identifier for the request.
returnbooleanIndicates if the request was successful.
return_codestringCode indicating the result of the request.
messagestringDescription of the result of the request.
dataarray of objectsDetails of the assignment movement history.
data[i].number_statusstringStatus number of the assignment.
data[i].observationstringObservation or comment related to the status change.
data[i]. created_atstring (datetime)Timestamp when the status change was recorded.

Request Parameters

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!