Skip to main content
GET
/
workers
/
{id}
/
documents
Get Worker Documents
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/workers/{id}/documents \
  --header 'X-API-KEY: <api-key>'
{
  "documents": [
    {
      "id": "<string>",
      "name": "<string>",
      "file_name": "<string>",
      "location": "<string>",
      "date_added": "<string>",
      "type": "<string>",
      "deleted": "0",
      "date_deleted": "<string>",
      "worker_viewable": 0
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

Response

OK

documents
object[]