List redline requests
Returns all redline requests for the authenticated client’s organization, newest updated first. Optionally pass updatedSince to return only rows with updated_at strictly after that instant (ISO-8601).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ISO-8601 timestamp; only redline requests updated strictly after this time are returned
Response
Redline requests retrieved successfully (empty array if none match)
The template ID associated with the redline request
"tmpl_abc123"
Current status of the redline request
DisclosingPartyDraft, DisclosingPartyRequestedReview, DocumentReadyForSigning, ReceivingPartyDraft, ReceivingPartyOpened, ReceivingPartyRequestedReview List of members in the redline request
Whether the redline request is in test mode
The party whose turn it is in the current round
Disclosing, Receiving