---
title: "My organisation's check cases"
method: GET
path: "/my-organisation/check-cases"
tags: ["Check Cases"]
---

# My organisation's check cases

`GET /my-organisation/check-cases`

This endpoint allows a user to retrieve information about the check cases they have submitted.

You will need to include the property link submission ID of the property you raised a check against.

Note that:

<ul class="list-bullet">
    <li class="font-xsmall">
        Individuals or organisations can only access their own data, and must be enrolled for the <a href="https://www.gov.uk/correct-your-business-rates" target="_blank">Find and check your business rates valuation</a>  online service.
    </li>
</ul>

## Query parameters

- `propertyLinkSubmissionId` string, required
- `checkCaseStatus` 'RECEIVED' | 'PENDING' | 'ASSIGNED' | 'OPEN' | 'DECISION_SENT' | 'UNDER_REVIEW' | 'CLOSED' | 'CANCELLED'
- `checkCaseReference` string
- `page` integer
- `pageSize` integer

## Headers

- `Accept` 'application/vnd.hmrc.2.0+json', required

## Response `200`

- GetMyOrganisationCheckCasesResponseSchemaJson — unresolved $ref

---

[API](https://skmtc.net/hmrc/apis/business-rates-api.md) · [All operations](https://skmtc.net/hmrc/apis/business-rates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hmrc/business-rates-api/revisions/669a30d937df/schema)
