Skip to main content
GET
/
v1
/
scheduled-tasks
/
{event_id}
Get an appointment by event ID
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"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

event_id
string
required

Response

OK

appointment
object