View the Documents for a given Transaction
curl --request GET \
--url https://app.blueprinttitle.com/public/api/v3.0.0/transactions/4ce24563-c144-4d4f-a53c-91d23ccdf86f/documents \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 2|fa1CXjgluUt5ma9o01A79LQC9N1VkKQDopT6uVhr'
Response
{
"data": [
{
"id": 3548,
"type": "Closing Disclosure",
"name": "Closing Disclosure",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3549,
"type": "Closing Protection Letter",
"name": "Closing Protection Letter",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3550,
"type": "Deed of Trust",
"name": "Deed of Trust",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3551,
"type": "Escrow Documents",
"name": "Escrow Documents",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3552,
"type": "Full Lender Policy",
"name": "Full Lender Policy",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3554,
"type": "Lender Title Order",
"name": "Lender Title Order",
"file_name": "1618861702screen-shot2020-12-01-at10.10.49-a-m.png",
"download_url": "http:\/\/localhost:4125\/storage\/documents\/transaction-shelf\/3554\/1618861702screen-shot2020-12-01-at10.10.49-a-m.png",
"uploaded_at": "2021-01-31 00:00:00"
},
{
"id": 3555,
"type": "Loan Documents",
"name": "Loan Documents",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3556,
"type": "Property Tax Bill",
"name": "Property Tax Bill",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3557,
"type": "Title Commitment",
"name": "Title Commitment",
"file_name": null,
"download_url": null,
"uploaded_at": null
},
{
"id": 3558,
"type": "Wire Instructions",
"name": "Wire Instructions",
"file_name": null,
"download_url": null,
"uploaded_at": null
}
]
}