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

# Data feed for issue assignees

`GET /feed/issue_assignees`

## Query parameters

- `limit` integer
- `next_page_token` string

## Response `200`

A successful response.

- S12ThepubV1FeedIssueAssigneesResponse — The parameters for `FeedIssueAssigneesResponse`
  - `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` S12ThepubV1FeedIssueAssigneesResponseFeedIssueAssignee[] — The actions returned
    - `id` string — Unique Issue assignee ID.
    - `issue_id` string — ID of the issue.
    - `assignee_id` string — ID of the assignee.
    - `name` string — Name of the assignee.
    - `organisation_id` string — Organisation that owns this action.
    - `modified_at` string, date-time — The date this assignee was modified.
    - `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)
