---
title: "find one workerRequest"
method: GET
path: "/api/serviceattendance/workerRequests/{identifier}"
tags: ["workerRequests"]
---

# find one workerRequest

`GET /api/serviceattendance/workerRequests/{identifier}`

Find one workerRequest by its unique identifier.

## Path parameters

- `identifier` string, uuid, required

## Response `200`

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

- object
  - `data` WorkerRequest
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `request` object, required
      - `type` 'shiftClaim' | 'dropShift' | 'timeOffRequest' | 'findCoverage'
      - `timesheetUuid` string, uuid
      - `startTime` string
      - `endTime` string
      - `allDay` boolean
      - `timezone` string
      - `parentRequestUuid` string, uuid
    - `subRequests` object[]
      - `type` 'shiftClaim' | 'dropShift' | 'timeOffRequest' | 'findCoverage'
      - `timesheetUuid` string
    - `companyUuid` string, uuid
    - `status` 'pending' | 'approved' | 'rejected', required
    - `workerUuid` string, uuid, required
    - `reviewedBy` object[]
      - `userUuid` string, required
      - `reviewedAt` string, required
      - `locationUuids` string[]
      - `action` 'unassignAndPublish' | 'setClaimable' | 'reassign' | 'delete' | 'decline' | 'approved' | 'rejected', required
      - `status` 'pending' | 'approved' | 'rejected'
    - `requestNote` string
    - `timesheet` object
      - `uuid` string, uuid
      - `virtualJob` object
        - `name` string
        - `uuid` string
      - `virtualLocation` object
        - `name` string
        - `timezone` string
        - `uuid` string, uuid
        - `city` string
        - `postal_code` string
        - `street_address` string
        - `state_code` string
      - `startTime` string
      - `endTime` string
      - `virtualWorker` object
        - `uuid` string, uuid
        - `displayFullName` string
        - `companyUuid` string, uuid
  - `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)
