Skip to content

Download PDF File

CareCloud provides essential PDF files required for various business processes, such as Attendance Submission and other related documents.

These PDF files are automatically generated by the system based on the submitted data and are formatted according to regulatory or organizational requirements.

Download Submission PDF File
GET /appfile/timesheet/claim/attendance/:id

The “id” here refers to the ID of the entity CareControl Claim Attendance. You can only obtain the corresponding claim attendance submission file after the claim attendance entity has been created.

fileUrl is a downloadable file link. You can use this link to download the corresponding file. You need to use this link to download the file within 30 minutes and save it to your local device.

Download file Response
{
"data": {
"fileUrl": "https://s3.amazonaws.com/path/to/your/file.pdf"
},
"isSuccess": true
}