GET api/SigningRoomManager/Documents/{documentId}/Participants

Gets signing and review information for each participant for a specific document.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

The document id.

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of Document Participant Models.

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.