Callback service (status notification)
Callback service - status notification - specification
About the callback service (status notification), the service to be made available by the client must use the “GET” method in which the parameters to be sent must pass in the query string.
This service will be use to notify about change in the status of the document submitted
Method: GET
Parameters:
document_id
: id of the documentstatus
: status of the document
List of status values:
- start
- classified
- annotated
- rejected
DocDigitizer concatenates the document_id
and status
parameters to the base string (URL) in the following format:
<url base>?docid=<document identifier>&status=<status value>
Updated 2 months ago
Did this page help you?