Examples

GET /v1/requests/1/actions/1/documents/1

Response Headers
  Content-Disposition:       attachment; filename="cv.txt"
  Content-Transfer-Encoding: binary
  Content-Type:              text/plain
Response Body
  <cv.txt>


GET /v1/requests/1/actions/2/documents/6

Response Headers
  Content-Disposition:       attachment; filename="cv.pdf"
  Content-Transfer-Encoding: binary
  Content-Type:              application/pdf
Response Body
  <cv.pdf>

Params

Param name Description
requestId
optional

Validations:

  • Must be a Integer

actionId
optional

Validations:

  • Must be a Integer

documentId
optional

Validations:

  • Must be a Integer