Returns all documents uploaded for a specific worker.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/workers/{id}/documents \ --header 'X-API-KEY: <api-key>'
200
Example
{ "documents": [ { "id": "<string>", "name": "<string>", "file_name": "<string>", "location": "<string>", "date_added": "<string>", "type": "<string>", "deleted": "0", "date_deleted": "<string>", "worker_viewable": 0 } ] }
Documentation IndexFetch the complete documentation index at: https://docs.roostedhr.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt
Use this file to discover all available pages before exploring further.
Worker ID
OK
Show child attributes