GET api/Signing/{signingRoomId}/Documents/{documentId}/NextUnsignedDocument
Gets the next unsigned document for the current signer user in the specified SigningRoom. The current signer user must have access to the SigningRoom.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signingRoomId |
The id of the SigningRoom. |
integer |
Required |
| documentId |
The id of the current document. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The document identifier of next document to be signed.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>