GET api/Signing/{signingRoomId}/Documents/{documentId}/ValidateCurrentSigner

Checks that the current user is a valid document signer. The current signer user must have access to the SigningRoom that contains the document.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
signingRoomId

The id of the SigningRoom.

integer

Required

documentId

The id of the document.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The results of the operation.

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.