---
title: "Data feed for action assignees"
method: GET
path: "/feed/action_assignees"
tags: ["Data Feeds"]
---

# Data feed for action assignees

`GET /feed/action_assignees`

## Query parameters

- `limit` integer
- `offset` integer
- `modified_after` string, date-time
- `modified_before` string, date-time

## Response `200`

A successful response.

- S12ThepubV1FeedActionAssigneesResponse — The response for `FeedActionAssignees`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedActionAssigneesResponseFeedActionAssignee[] — The action assignees.
    - `id` string — Unique action assignee ID.
    - `action_id` string — ID of the action.
    - `assignee_id` string — ID of the assignee.
    - `name` string — Name of the assignee.
    - `organisation_id` string — Organisation that owns this action.
    - `type` string — Type of assignee.

## 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/versions/5be91df61ded/schema)
