List Employee Attachments
list_attachmentsRetrieve employee file attachments with download URLs and metadata. Filter by module, employee, department, or upload date to find specific records.
Instructions
Get file attachments stored against employee records, with description (file name), download URL, size, and the module they belong to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Only return attachments belonging to this module, e.g. note, review, dependent (use get_lookup or the modules list for valid values) | |
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| description | No | Return only attachments with this partial text within the description (file name) field | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| uploaded_date_to | No | Only attachments uploaded on/before this date (format yyyy-mm-dd) | |
| uploaded_date_from | No | Only attachments uploaded on/after this date (format yyyy-mm-dd) |