---
title: "Retrieves candidate equality details"
method: GET
path: "/candidate/profile/equality/{candidate_id}"
tags: ["Candidate"]
---

# Retrieves candidate equality details

`GET /candidate/profile/equality/{candidate_id}`

Retrieves candidate equality details

## Path parameters

- `candidate_id` string, required

## Headers

- `Authorization` string, string, required
- `Context` string, string, required

## Response `200`

Success response for retrieving Candidate with a List of equality

- CandidateEqualityProfile
  - `objEqualityMonitoring` object, required
    - `sMaritalStatus` string — The marital status
    - `sReligion` string — The religion group
    - `sEthnicOrigin` string — The Ethnic
    - `sSexualOrientation` string — The Sexual Orientation
    - `sGenderIdentity` string — The Gender Identity
    - `bDisabled` boolean — Disability status
    - `sAgeGroup` string — The age group
  - `dtCreated` string — Date the document was created
  - `dtModified` string, required — Date the document was last updated
  - `id` string, required — Candidate id

## Other responses

- `400` — Validation Error. When context is incorrect.
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `404` — Not found. Returned if no resource was found
- `405` — Method not supported Error. Returned if an unsupported http method is used.
- `406` — Not acceptable, Content type not supported
- `default` — unexpected error

---

[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)
