---
title: "Retrieves paginated listings of services that only have one-to-one fields in them."
method: GET
path: "/services"
tags: ["required"]
---

# Retrieves paginated listings of services that only have one-to-one fields in them.

`GET /services`

Retrieve fully nested service with all related data with id.

## Query parameters

- `search` string
- `page` integer
- `per_page` integer
- `format` string
- `taxonomy_term_id` string
- `taxonomy_id` string
- `organization_id` string
- `modified_after` string, datetime
- `minimal` boolean
- `full` boolean

## Response `200`

A paginated list of services that only have one-to-one fields in them.

- object
  - `total_items` integer — The total number of entities (e.g. services, organizations) returned
  - `total_pages` integer — Count of total pages.
  - `page_number` integer — The number of the current page
  - `size` integer — The number of entities in the current page.
  - `first_page` boolean — A Boolean value indicating if this is the first page
  - `last_page` boolean — A Boolean value indicating if this is the last page
  - `empty` boolean, required — A Boolean value indicating if there is an empty result set
  - `contents` ServiceListJson[], required — unresolved $ref

---

[API](https://skmtc.net/openreferral/apis/required-title-of-your-api-here.md) · [All operations](https://skmtc.net/openreferral/apis/required-title-of-your-api-here/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openreferral/required-title-of-your-api-here/revisions/86dad57d605b/schema)
