Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/scheduling/approvals
{ "approvals": [ { "id": 123, "type": "timesheet", "employee_name": "<string>", "employee_id": 123, "title": "<string>", "description": "<string>", "submitted_at": "<string>", "status": "pending" } ], "deputy_configured": true }
Get all pending timesheet and leave approvals from Deputy.
Approvals data
Get approvals response
Show child attributes
true