---
title: "Get a single support-item"
method: GET
path: "/support-items/{id}"
tags: ["support-item"]
---

# Get a single support-item

`GET /support-items/{id}`

Get support-item data by id

## Path parameters

- `id` integer, required

## Response `200`

Object with support-item data.

- object
  - `id` integer, required — Support item id
  - `appointmentId` integer, required — Appointment id of the support item
  - `type` 'Provider Travel' | 'Provider Travel - Non-Labour Costs' | 'Activity Based Transport', required — Support item type
  - `itemCode` string, nullable, required — Support item code
  - `pricing` number, nullable, required — The appointment unit price, in dollar
  - `toMinutes` number, nullable, required — Minutes spent on travelling to the patient for provider travel
  - `returnMinutes` number, nullable, required — Minutes spent traveling from the patient for provider travel
  - `appointmentAddress` string, nullable, required — The appointment address for provider travel
  - `unit` string, nullable, required — The support item unit
  - `quantity` number, nullable, required — The support item quantity
  - `note` string, nullable, required — The support item note
  - `createdAt` union — Object creation date time
    - string
    - string
  - `updatedAt` union — Object update date time
    - string
    - string
  - `deletedAt` union, required — Object archived date time
    - string
    - string
    - unknown

---

[API](https://skmtc.dev/splose/apis/splose-public-api.md) · [All operations](https://skmtc.dev/splose/apis/splose-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splose/splose-public-api/revisions/648d60075f00/schema)
