GET Get History of the document API
This API will get the recipients and history of the document.
Request Attributes
API Content Type: JSON
Head
ATTRIBUTE | DESCRIPTION |
---|---|
x-access-token
string
mandatory
|
Token generated from the authentication api.
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.TU5NzgyMDA1N30.9eO_xh
eyJEYXRhIjp7InVzZXJpZCI6IjY3NCIsImVtYWlsIjoiYWFhYWFhYWFhYWjuunGJQ
YmwuY29tIiwia2V5IjoidGVzdGluZ0tleSJ9LCJpYXQiOjE1OTc3NDA4NTpj6gc8dM
csIFhY7n1mV4cUBxa2P3ICI6M2VyWq19OzuHAefeTEj
|
query
ATTRIBUTE | DESCRIPTION |
---|---|
SId
string
mandatory
|
Signed Id of the document in encrypted form.
Example: 8d23138efeaf2a6dc2ac65689896c2ee:359f280d85af0a6cb73da2489c2c7f79
|
UId
string
mandatory
|
User Id of the sender in encrypted form.
Example: 4e896290b7d078e1d780fecc4ef37eba:76bcc02f88004069e497637db1e9fb89
|
eid
string
mandatory
|
Email Id of the sender in encrypted form.
Example: d28aa0016c6f24a353abbf187c96929e:00962c5c6e9cd3f0efd3e33c88c6d99d9d6b976482b41fed883e17b591bc3c71
|
Response Attributes
API Content Type: JSON
body
ATTRIBUTE | DESCRIPTION | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
statuscode
string(3)
|
This is the status code corresponding to a particular message and is returned to the user.
The different status codes corresponding to this API are mentioned below
Example: 200
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
message
string(100)
|
This parameter is the result message which contains information about the result.
Example: Get Data Successfully.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response Codes and Messages
statuscode | status | Description |
---|---|---|
200
|
true
|
Success |
401
|
false
|
Your Session has expired |
409
|
false
|
Conflict has occured |
422
|
false
|
Invalid parameter |
500
|
false
|
System error |