---
title: "Get a paged list of unique item statuses visible to the current account:
global rows plus the caller's own. Tenant-primary / admin callers
(no account context) see all rows."
method: GET
path: "/v1/UniqueItemStatuses"
tags: ["UniqueItemStatuses"]
---

# Get a paged list of unique item statuses visible to the current account:
global rows plus the caller's own. Tenant-primary / admin callers
(no account context) see all rows.

`GET /v1/UniqueItemStatuses`

## Query parameters

- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `filterAccountId` integer
- `genericStatus` 0 | 1 | 2
- `Account` unknown

## Response `200`

Success

- UniqueItemStatusResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` UniqueItemStatusResponse[], nullable
    - `id` integer
    - `name` string, nullable
    - `genericStatus` 0 | 1 | 2
    - `accountId` integer, nullable
    - `createdOn` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
