---
title: "get RU details by party_id and survey_id with query limit"
method: GET
path: "/casegroups/partyid/{party_id}/surveyid/{survey_id}"
tags: ["case-group-endpoint"]
---

# get RU details by party_id and survey_id with query limit

`GET /casegroups/partyid/{party_id}/surveyid/{survey_id}`

returns a list of ru details based on party_id and survey_id

## Path parameters

- `party_id` string, required
- `survey_id` string, required

## Query parameters

- `limit` integer, required

## Response `200`

OK

- ReportingUnitCaseDTO[]
  - `collectionExerciseId` string
  - `caseGroupStatus` 'NOTSTARTED' | 'INPROGRESS' | 'COMPLETE' | 'COMPLETEDBYPHONE' | 'REOPENED' | 'NOLONGERREQUIRED' | 'REFUSAL' | 'OTHERNONRESPONSE' | 'UNKNOWNELIGIBILITY' | 'NOTELIGIBLE'
  - `caseId` string
  - `createdDateTime` string
  - `iac` string

## Other responses

- `204` — No Content

---

[API](https://skmtc.net/office-of-national-statistics/apis/case-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/case-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/case-service-api/revisions/dcc0c657a75b/schema)
