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

# find one generalSetting

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

Find one generalSetting by its unique identifier.

## Path parameters

- `identifier` string, uuid, required

## Response `200`

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

- object
  - `data` GeneralSetting
    - `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
    - `companyUuid` string, uuid, required
    - `payrollIntegration` object
      - `enabled` boolean
      - `fileFormat` string
      - `sheetToAppendTo` number
      - `templateFile` object, nullable
        - `redirectUrl` string
        - `uuid` string
        - `type` string
        - `key` string
        - `name` string
        - `size` number
        - `lastModified` number
      - `webhook` object
        - `callbackUrl` string
        - `apiKey` string
        - `method` string
    - `payPeriod` object
      - `startDayOfWeek` number
    - `kiosk` object
      - `enabled` boolean
      - `workerLoginMethods` string[] — Worker login methods for kiosk.
  - `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/revisions/5f406c0e9462/schema)
