Obtaining information about subscribers

To work with this method, the user must be authorized.

URL

Method

GET

URL query

/api/eds/doc/signers?gln=9864065160861&doc_uuid=1e55d353-89ac-4a3b-8419-ed540a534761&transaction_type=2

URL parameters

gln - string (13); the GLN number of the organization that is associated with the authorized user of the EDIN 2.0 platform at the account level; OR guid - string; unique identifier of the organization at EDIN 2.0 platform

doc_uuid - string; document UUID

transaction_type - numeric; transaction type

  • 1 - the document is signed by one party (one counterparty)

  • 2 - the document is signed by both parties (two counterparties)

  • 11 - cancellation request

  • 12 - cancellation confirmation

  • 13 - the refusal to sign (with Specifying the reasons for refusal)

Headers

Authorization

SID - token obtained during authorization

Content-Type

application/json

RESPONSE

Response transmits information about subscribers (array of ExEndUserSignInfo objects).

Note

If the ticket does not contain a body with transaction type 1 or more, then the method response transmits an empty array of signatories (for example, when revoking the signing of a COMDOC document).