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.
Attendance Submission
Section titled “Attendance Submission”Request
Section titled “Request”GET /appfile/timesheet/claim/attendance/:idThe “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.
Response
Section titled “Response”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.
{ "data": { "fileUrl": "https://s3.amazonaws.com/path/to/your/file.pdf" }, "isSuccess": true}