---
title: "My client's property links"
method: GET
path: "/my-organisation/clients/all/property-links"
tags: ["Property Links"]
---

# My client's property links

`GET /my-organisation/clients/all/property-links`

This endpoint returns a paginated list of property links for all the organisation's clients.

Filtering by client organisation name is supported and recommended.

Results can be sorted by one of the following sort fields:

*   ADDRESS
*   BAREF
*   CLIENT
*   CREATED\_DATE\_TIME
*   STATUS
*   REPRESENTATION\_STATUS\*

\* Sorting by this field is not supported in the developer Sandbox

Note that:

*   Agents can only access properties that have been assigned to them. Agents must be enrolled for the [Find and check your business rates valuation](https://www.gov.uk/correct-your-business-rates) online Service.

## Query parameters

- `address` string
- `uarn` integer
- `billingAuthorityReference` string, required
- `clientOrganisation` string
- `status` 'APPROVED' | 'PENDING' | 'DECLINED' | 'REVOKED' | 'MORE_EVIDENCE_REQUIRED'
- `appointedFromDate` string, date
- `appointedToDate` string, date
- `page` integer
- `pageSize` integer
- `sortField` 'ADDRESS' | 'BAREF' | 'CLIENT' | 'CREATED_DATE_TIME' | 'STATUS' | 'REPRESENTATION_STATUS'
- `sortDirection` 'ASC' | 'DESC'

## Headers

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

## Response `200`

- MyClientsPropertyLinksResponseSchemaJson — 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)
