---
title: "Get a business's attributes"
method: GET
path: "/businesses/id/{id}/attributes"
tags: ["businesses"]
---

# Get a business's attributes

`GET /businesses/id/{id}/attributes`

Get a business's attributes, optionally filtered and keyed by collection exercise ID

## Path parameters

- `id` string, uuid, required

## Query parameters

- `collection_exercise_id` string[]

## Response `200`

The business's attributes have been retrieved

- BusinessAttributes
  - `ruref` string
  - `birthdate` string, date
  - `checkletter` string
  - `currency` string
  - `entname1` string
  - `entname2` string
  - `entname3` string
  - `entref` string
  - `entremkr` string
  - `formtype` string
  - `froempment` integer
  - `frosic2007` string
  - `frosic92` string
  - `frotover` integer
  - `inclexcl` string
  - `legalstatus` string
  - `region` string
  - `runame1` string
  - `runame2` string
  - `runame3` string
  - `rusic2007` string
  - `rusic92` string
  - `seltype` string
  - `tradstyle1` string
  - `cell_no` number

## Other responses

- `400` — The provided business ID (or collection exercise ID if provided) wasn't a UUID

---

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