GET api/SigningRoomManager/Documents/{documentId}/Participants
Gets signing and review information for each participant for a specific document.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentId |
The document id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of Document Participant Models.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.