curl --request GET \
  --url https://api.splose.com/v1/support-activities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "start": "2023-07-30T09:00:00.000Z",
  "end": "2023-07-30T09:00:00.000Z",
  "patientId": 1,
  "practitionerId": 1,
  "serviceId": 1,
  "locationId": 1,
  "caseId": 1,
  "note": "Some notes",
  "itemCode": 1234567890,
  "repeatId": "12345678-abcd-4321-dcba-12a34b56c78d",
  "recurringRule": "DTSTART:2023080T010000ZRRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=6",
  "unit": "Hour",
  "pricing": 193.99,
  "quantity": 193.99,
  "taxType": "STANDARD",
  "doNotInvoice": false,
  "invoiceId": 1,
  "createdAt": "2023-07-30T09:00:00.000Z",
  "updatedAt": "2023-07-30T09:00:00.000Z",
  "deletedAt": "2023-07-30T09:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Response

200 - application/json

Object with support-activity data.

The response is of type object.