Skip to main content
GET
/
company
/
documents
Get Company Documents
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/company/documents \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "Weekly Payroll",
    "file_name": "Weekly_Payroll_2023",
    "location": "https://schedulehead-files.nyc3.digitaloceanspaces.com/Weekly_Payroll_2023.pdf",
    "date_added": "Dec 12th",
    "type": "application/pdf",
    "deleted": 0,
    "date_deleted": null
  },
  {
    "id": 321,
    "name": "Company Logo",
    "file_name": "company_logo",
    "location": "https://schedulehead-files.nyc3.digitaloceanspaces.com/company_logo.png",
    "date_added": "Dec 15th",
    "type": "image/png",
    "deleted": 0,
    "date_deleted": null
  }
]

Authorizations

X-API-KEY
string
header
required

Response

OK

id
integer
name
string
file_name
string
location
string
date_added
string
type
string
deleted
integer
date_deleted
string<date-time> | null