---
title: "Retrieves list of all candidate notification settings"
method: GET
path: "/candidate/{candidate_id}/notification-settings"
tags: ["Candidate Notification Settings"]
---

# Retrieves list of all candidate notification settings

`GET /candidate/{candidate_id}/notification-settings`

## Query parameters

- `page` integer
- `items_per_page` integer
- `resource_type` string
- `resource_id` string
- `type` string
- `sortBy` string[]

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Response `200`

List of all candidate notification settings will be returned

- object[]
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `candidate_id` string, required
  - `resource_type` 'agency' | 'agency-group'
  - `resource_id` string
  - `value` boolean, required
  - `type` string, required
  - `ancestors` object[]
    - `resource_type` 'agency' | 'agency-group', required
    - `resource_id` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation error on get list
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `404` — No resource found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
