Uploaded Documents
List all documents
The endpoint returns a list of documents.
Note: When the other document type is enabled in the document upload settings of your customization template, end users can upload arbitrary documents that don't fit the other categories. Truv does not parse these OTHER documents into structured data (they are captured only), but you can collect the uploaded files through this Uploaded Documents API.
get/v1/links/{link_id}/documents/
Response
Example response
[
{
"id": "24d7e80942ce4ad58a93f70ce4115f5c",
"type": "W2",
"subtype": "F1099_DIV",
"file": "https://cdn.truv.com/doc_upload/most.recent.paystub.pdf",
"filename": "most.recent.paystub.pdf",
"mimetype": "application/pdf"
}
]Changes
Changed in 1 of the 11 revisions of this API.2
- ●
added the new
VOL_HOURS_LOGenum value to theitems/subtyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
VOL_TRANSCRIPTenum value to theitems/subtyperesponse property for the response status200response-property-enum-value-added
- ●