PWI Software Documentation Help

Get requests by date range

/requests/getAllByDateRange

Retrieve time-off requests within a specified date range.

Request parameters

Responses

[ { "status": "approved", "employeeAirtableId": "example", "startDate": "1970-01-14", "endDate": "1970-01-14", "payCode": "example", "variableHoursOff": 87, "holidays": [ { "date": "1970-01-14", "name": "example", "payCode": "example" } ] } ]

Authentication

Use a bearer token for authentication. The API key can be found in our Firestore collection.

02 December 2024