---
title: "find one employerNote"
method: GET
path: "/api/serviceemployment/employerNotes/{identifier}"
tags: ["employerNotes"]
---

# find one employerNote

`GET /api/serviceemployment/employerNotes/{identifier}`

Find one employerNote by its unique identifier.

## Path parameters

- `identifier` string, uuid, required

## Response `200`

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

- object
  - `data` EmployerNote — Employer notes for the employment service
    - `uuid` string, uuid, required — Unique identifier
    - `createdAt` string, date-time — Creation timestamp
    - `createdBy` string, uuid — Creator UUID
    - `lastUpdatedAt` string, date-time — Last update timestamp
    - `lastUpdatedBy` string, uuid — Last updater UUID
    - `lastUpdatedByAudience` string — Audience of last updater
    - `lastUpdatedByAudienceUuid` string, uuid — Audience UUID of last updater
    - `lastUpdatedByImpersonatedBy` string, uuid — Impersonator UUID
    - `lastUpdatedByCompanyUuid` string, uuid — Company UUID of last updater
    - `lastUpdatedByEnterpriseUuid` string, uuid — Enterprise UUID of last updater
    - `companyUuid` string, uuid, required — Company UUID
    - `workerUuid` string, uuid, required
    - `authorContext` object, required
      - `audienceUuid` string, uuid, required
      - `userUuid` string, uuid, required
      - `impersonatedBy` string, uuid, nullable
    - `text` string, required
    - `process` 'i9' | 'w4', required — The process that the note is associated with
    - `virtualEmployer` object
      - `uuid` string, uuid, required
      - `firstname` string
      - `lastname` string
      - `email` string, email, required
      - `position` string
      - `avatar` string, uri
      - `hideFromLogNotes` boolean
      - `anonymizeInLogNotes` boolean
    - `virtualUser` object
      - `uuid` string, uuid, required
      - `audienceUuid` string, uuid, required
      - `audience` 'worker' | 'employer' | 'enterpriseIdentity' | 'superUser' | 'system' | 'thirdParty' | 'kiosk', required
      - `authzRoleUuid` string, uuid
      - `authzRole` object
        - `uuid` string, uuid, required
        - `label` string
  - `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.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
