---
title: "find one viewEmploymentProfile"
method: GET
path: "/api/serviceemployment/processes/profiles/all/workers/{workerIdentifier}"
tags: ["viewEmploymentProfiles"]
---

# find one viewEmploymentProfile

`GET /api/serviceemployment/processes/profiles/all/workers/{workerIdentifier}`

Find one viewEmploymentProfile by its unique identifier.

## Path parameters

- `workerIdentifier` string, uuid, required

## Response `200`

One viewEmploymentProfile document found. Wrapped in a JsonAPI root response with document as data.

- object
  - `data` ViewEmploymentProfile — unresolved $ref
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.dev/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.dev/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
