Downloading Submission
Detailed Steps:
-
Step 1: Retrieve Claim Attendance ID
Use the data Query API to search for the relevant Claim Attendance record. You may filter by date, provider, or other criteria as needed. The response will include the unique ID (
id) of the Claim Attendance entity. -
Step 2: Download the Timesheet File
Once you have the Claim Attendance ID, use the following download API to request the timesheet PDF file:
GET /appfile/timesheet/claim/attendance/:idReplace
:idwith the actual Claim Attendance ID you obtained in Step 1.Optional parameter:
type = AttendanceWithDailySignature | Submission, default isAttendanceWithDailySignatureThe API will return a
fileUrlin the response, which is a temporary download link for the PDF file. Please note that this link is valid for a limited time (typically 30 minutes). Make sure to download and save the file promptly.
Best Practices:
- Always ensure you have the correct Claim Attendance ID before attempting to download the file.
- Download the file as soon as you receive the link to avoid expiration.
- Store the downloaded timesheet securely for future reference or compliance purposes.