GET Get Data By Email API
This API will list the document data on basis of given email id.
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 |
---|---|
Email_Id
string
mandatory
|
Email address.
Example: abc@gmail.com
|
Response Attributes
API Content Type: JSON
body
ATTRIBUTE | DESCRIPTION | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||
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 |