---
title: "Data feed for schedule assignees"
method: GET
path: "/scheduling/v1/feed/schedule_assignees"
tags: ["Data Feeds"]
---

# Data feed for schedule assignees

`GET /scheduling/v1/feed/schedule_assignees`

## Query parameters

- `limit` integer
- `show_active` boolean
- `show_finished` boolean
- `show_paused` boolean
- `template` string[]
- `next_page_token` string

## Response `200`

A successful response.

- S12SchedulingFeedV1FeedScheduleAssigneesResponse — The response for `FeedScheduleAssignees` V2
  - `metadata` S12CommonV1FeedMetadataSimple — FeedMetadataSimple for a feed.
    - `next_page` string — Full path to retrieve the next page of results, including the next_page_token.
    - `next_page_token` string — The value you can use to retrieve additional results. If a value exists, it means there are more results than listed. Use the value in your request body as a page_token to view more results.
  - `data` S12SchedulingFeedV1FeedScheduleAssigneeRecord[] — The flat list of schedule assignee records.
    - `id` string — Unique identifier for this schedule-assignee relationship. Format: "scheduleitem_{schedule_id}_assignee_{assignee_id}" Example: "scheduleitem_123_assignee_456".
    - `schedule_id` string — ID of the schedule this assignee belongs to. References a schedule from the FeedSchedules endpoint.
    - `assignee_id` string — ID of the individual or entity assigned to the schedule. Could be a user ID, group ID (role), location ID (site), or location/group intersection.
    - `type` string — Type of entity assigned to this schedule. • `user`: Individual user assigned • `role`: Group-based assignment • `location`: Location-based assignment (site) • `location_intersection`: Group assignment based on location and role intersection.
    - `name` string — Display name of the assignee.
    - `organisation_id` string — ID of the organization that owns the assignment.
    - `completion_rule` string — Completion requirement for the occurrence. One of: `any` (at least one assignee must complete) or `all` (every assignee must complete).

## Other responses

- `default` — An unexpected error response.

---

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