---
title: "Get a List of Placement Schedules"
method: GET
path: "/v1/placement/{placementId}/placement-schedules"
tags: ["Placements"]
---

# Get a List of Placement Schedules

`GET /v1/placement/{placementId}/placement-schedules`

Returns a list of placement schedules for the specified placement from the Schedule widget of the Hired Details aside. This endpoint is specific to Avionté 24/7.

## Path parameters

- `placementId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The placement ID and associated placement schedule shifts.

- PlacementSchedule
  - `placementScheduleGuid` string, uuid — The unique identifier for the placement schedule, formatted as a GUID.
  - `startDate` string, date — Start date of the placement schedule in YYYY-MM-DD format, without a timestamp.
  - `endDate` string, date — End date of the placement schedule in YYYY-MM-DD format, without a timestamp.
  - `isActive` boolean — An indication of whether the schedule is active. Only one schedule can be active for a placement.
  - `placementRates` PlacementRate[] — A list of all rates for the particular placement schedule.
    - `placementRateGuid` string, uuid — The unique identifier for the placement rate, formatted as a GUID.
    - `transactionTypeId` integer — The unique identifier for the pay/bill code.
    - `transactionType` string — The pay or bill code associated with the transaction.
    - `payRate` number — Pay rate for the particular pay/bill code.
    - `billRate` number — Bill rate for the particular pay/bill code.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
