curl --request GET \
--url https://los.universal.rollout.com/api/documents{
"_metadata": {
"collection": "<string>",
"offset": 123,
"limit": 123,
"total": 123,
"next": "<string>",
"nextLink": "<string>"
},
"documents": [
{
"id": "<string>",
"name": "<string>",
"category": "<string>",
"status": "<string>",
"type": "<string>",
"fileUrl": "<string>",
"fileSize": 123,
"mimeType": "<string>",
"fileSignature": "<string>",
"folderId": "<string>",
"created": "<string>",
"updated": "<string>",
"receivedDate": "<string>",
"requiresSignature": true,
"isSigned": true,
"signedBy": [
{}
],
"signedDate": "<string>",
"isActive": true,
"loanId": "<string>",
"borrowerId": "<string>",
"propertyId": "<string>",
"transactionId": "<string>",
"userId": "<string>",
"originalIds": {},
"original": {},
"rolloutUpdated": "<string>"
}
]
}curl --request GET \
--url https://los.universal.rollout.com/api/documents{
"_metadata": {
"collection": "<string>",
"offset": 123,
"limit": 123,
"total": 123,
"next": "<string>",
"nextLink": "<string>"
},
"documents": [
{
"id": "<string>",
"name": "<string>",
"category": "<string>",
"status": "<string>",
"type": "<string>",
"fileUrl": "<string>",
"fileSize": 123,
"mimeType": "<string>",
"fileSignature": "<string>",
"folderId": "<string>",
"created": "<string>",
"updated": "<string>",
"receivedDate": "<string>",
"requiresSignature": true,
"isSigned": true,
"signedBy": [
{}
],
"signedDate": "<string>",
"isActive": true,
"loanId": "<string>",
"borrowerId": "<string>",
"propertyId": "<string>",
"transactionId": "<string>",
"userId": "<string>",
"originalIds": {},
"original": {},
"rolloutUpdated": "<string>"
}
]
}