---
title: "Get a specific service"
method: GET
path: "/services/{id}"
tags: ["services"]
---

# Get a specific service

`GET /services/{id}`

Get a specific service

## Path parameters

- `id` string, required

## Response `200`

Service found

- Service
  - `id` string — UUID of service
  - `name` string — The name of the service
  - `desc` string — Description of the service
  - `published` integer — Boolean if service is published
  - `provider_id` string — ID of the provider
  - `event_id` string — ID of the event
  - `contact_id` string — ID of the service contact
  - `eligibility_id` string — ID of eligibility object
  - `costoption_id` string — ID of cost option object
  - `created` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
  - `updated` string, date-time — The date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
  - `flagged` boolean — Should this content be reivewed?

## Other responses

- `404` — Service not found

---

[API](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api.md) · [All operations](https://skmtc.net/london-borough-of-hackney/apis/lbh-col-directory-of-services-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/london-borough-of-hackney/lbh-col-directory-of-services-gateway-api/revisions/eb9745a84cde/schema)
