---
title: "Retrieves a candidate's miscellaneous details"
method: GET
path: "/candidate/profile/misc/{candidate_id}"
tags: ["Candidate"]
---

# Retrieves a candidate's miscellaneous details

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

Retrieves a candidate's miscellaneous details

## Path parameters

- `candidate_id` string, required

## Headers

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

## Response `200`

success response for miscellaneous details retrieval

- MiscDetailsWithIdGet
  - `objMiscDetails` object, required
    - `sTransportType` string
  - `dtModified` string, required
  - `id` string, required
  - `dtCreated` string, required

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameter. Or this could be because of an unexpected result returned from ACCR at the moment.
- `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.
- `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)
