---
title: "Retrieve the list of system registration body"
method: GET
path: "/system/registration-body"
tags: ["System Registration Body"]
---

# Retrieve the list of system registration body

`GET /system/registration-body`

## Query parameters

- `page` integer
- `items_per_page` integer
- `name` string
- `short_name` string
- `position_types` string[]
- `status` string[]
- `country_code` string
- `sortBy` string[]

## Response `200`

List the system registration body records

- RegistrationResponseDef[]
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `name` string, required
  - `short_name` string, required
  - `country_code` string, required
  - `position_types` string[], required
  - `status` 'active' | 'inactive' | 'removed'

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation error on get list
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
