cURL
curl --request GET \ --url https://integrations.salesask.com/v1/scheduled-tasks \ --header 'x-api-key: <api-key>'
{ "appointments": [ { "id": "task_123", "event_id": "CRM-JOB-9871", "startTime": "2023-11-07T05:31:56Z", "customerName": "John Doe", "customerAddress": "<string>", "customerPhone": "<string>", "customerEmail": "jsmith@example.com", "scheduledAt": "2023-11-07T05:31:56Z", "status": "scheduled", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "2023-11-07T05:31:56Z", "hasMore": true }
Returns scheduled appointments for your organization.
1 <= x <= 100
OK
Show child attributes