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 https://integrations.salesask.com/v1/scheduled-tasks/{event_id} \ --header 'x-api-key: <api-key>'
{ "appointment": { "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" } }
OK
Show child attributes