---
title: "Find all entity by service id"
method: GET
path: "/weather-services/{id}"
tags: ["weather-services"]
---

# Find all entity by service id

`GET /weather-services/{id}`

Get paginated list of entities.

-  PERMISSIONS: `api_entityservice:read`

## Path parameters

- `id` string, required

## Query parameters

- `page` integer
- `limit` integer
- `sort` 'asc' | 'desc'
- `sort_by` string
- `with_instructions` boolean
- `with_declare_tickets` boolean
- `with_tag_colors` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/capensis/apis/canopsis-community-api.md) · [All operations](https://skmtc.net/capensis/apis/canopsis-community-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capensis/canopsis-community-api/revisions/7c842289e811/schema)
