---
title: "Ndia Get Catalogue"
method: GET
path: "/api/v2/retool/ndia/catalogue"
tags: ["v2", "NDIA"]
---

# Ndia Get Catalogue

`GET /api/v2/retool/ndia/catalogue`

Returns NDIA Catalogue items

support_item_number: optionally provide specific support item row
    allow_partial_match: Allows partial substring search (only applicable if support item number string provided)

## Query parameters

- `support_item_number` string
- `allow_partial_match` boolean

## Response `200`

Successful Response

- ApiResponseJSONRefItemCatalogueModel
  - `data` RefItemCatalogueModel[] — List of items returned in the response following given criteria
    - `service_item_number` string, required
    - `service_item_name` string, nullable
    - `registration_group_number` integer, nullable
    - `registration_group` string, nullable
    - `support_category_number` integer, nullable
    - `support_category_number_pace` integer, nullable
    - `support_category_name` string, nullable
    - `support_category_name_pace` string, nullable
    - `unit` string, nullable
    - `quote` boolean, nullable
    - `start_date` string, date, nullable
    - `end_date` string, date, nullable
    - `act` number, nullable
    - `nsw` number, nullable
    - `nt` number, nullable
    - `qld` number, nullable
    - `sa` number, nullable
    - `tas` number, nullable
    - `vic` number, nullable
    - `wa` number, nullable
    - `remote` number, nullable
    - `very_remote` number, nullable
    - `non_face_to_face_support_provision` boolean, nullable
    - `provider_travel` boolean, nullable
    - `short_notice_cancellations` boolean, nullable
    - `ndia_requested_reports` boolean, nullable
    - `irregular_sil_supports` boolean, nullable
    - `type` string, nullable
    - `profession_specific` string, nullable
    - `service_type` string, nullable
    - `day_of_week` string, nullable
    - `time_of_day` string, nullable
    - `intensity` string, nullable
    - `early_childhood` boolean, nullable
    - `travel_type` string, nullable
    - `notes` string, nullable
    - `category` integer, nullable
    - `sequence` integer, nullable
    - `registration` integer, nullable
    - `outcome` integer, nullable
    - `purpose` integer, nullable
    - `t_group` string, nullable
    - `pmts` integer, nullable
    - `unscoped_age` boolean, nullable
  - `meta` ApiResponseMeta — Standardised Api Response Meta Not always required (except for example; with paginated results) Future: Could provide base that includes org information, copy-write etc
    - `processing_time_ms` integer, nullable
    - `total_records` integer, nullable
    - `page` integer, nullable
    - `limit` integer, nullable
    - `count` integer, nullable
    - `cursor` unknown
    - `cursor_last` unknown
    - `more_data_available` boolean, nullable
  - `messages` ApiResponseMessage[], nullable — Response Messages
    - `message_type` 'debug' | 'info' | 'warning' | 'error', required
    - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
