POST https://console.konsign.com/api/SignedDocument/copylinkdata

This API will allow the user to get copy link data.

Request Attributes

API Content Type: JSON

Head

ATTRIBUTE DESCRIPTION
Authorization
string
mandatory
Token generated from the authentication api.
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.TU5NzgyMDA1N30.9eO_xh eyJEYXRhIjp7InVzZXJpZCI6IjY3NCIsImVtYWlsIjoiYWFhYWFhYWFhYWjuunGJQ YmwuY29tIiwia2V5IjoidGVzdGluZ0tleSJ9LCJpYXQiOjE1OTc3NDA4NTpj6gc8dM csIFhY7n1mV4cUBxa2P3ICI6M2VyWq19OzuHAefeTEj

body

ATTRIBUTE DESCRIPTION
CaseId
string(30)
mandatory
CaseID of Document.
Example: 3BCTNTI3W202409051642595996746

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
status
boolean
This parameter indicates the status of API call.
Possible Values: true or false
object
This parameter gives the information about the result of the API response.
Attribute Description
rec_id
string
Recipient id of the document.
Example: 6dc536fe00615946c97944fce7f5013b:06838802e6f3ef920a71d7fbaa833425
rec_name
string
Recipient name of the document.
Example: Dhaval Mojidra
rec_email
string
Recipient email of the document.
Example: dhaval.mojidra@konze.com
rec_signstatus
string
Recipient sign status of the document.
Example: Need to sign
rec_status
string
Recipient status of the document.
Example: In Process
rec_copylink
boolean
Recipient copy link status of the document.
Example: true
Note: true = copy link available or false = copy link not available
rec_viewsigndoc
boolean
View the signed document is of user.
Example: true
Note: true indicates that the signed document is available, whereas false indicates that it is not.
rec_viewsigndoclink
string
View the sign link Document Of user.
Example: https://e.konsign.com/abcde
message
string
This parameter is the result message which contains information about the result.

Response Codes and Messages

statuscode status Description
200
true
Success
401
false
Your Session has expired
422
false
Invalid parameter
500
false
System error