---
title: "Get all status definitions"
method: GET
path: "/placements/lists/status"
tags: ["Placement API:Lists"]
---

# Get all status definitions

`GET /placements/lists/status`

## Query parameters

- `StatusId` integer[]
- `Name` string
- `Active` boolean
- `Default` boolean

## Response `200`

List of placement status definitions

- StatusListRepresentation
  - `items` StatusModel[], nullable
    - `statusId` integer, required
    - `name` string, required
    - `active` boolean
    - `default` boolean
  - `links` ModelLinks
    - `self` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
