---
title: "find one companyAttributeSet"
method: GET
path: "/api/serviceorganizations/companyAttributeSets/{identifier}"
tags: ["companyAttributeSets"]
---

# find one companyAttributeSet

`GET /api/serviceorganizations/companyAttributeSets/{identifier}`

Find one companyAttributeSet by its unique identifier.

## Path parameters

- `identifier` string, uuid, required

## Response `200`

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

- object
  - `data` CompanyAttributeSet
    - `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, required
    - `label` string, required
    - `description` string
    - `companyAttributes` object[]
      - `companyAttributeUuid` string
      - `value` union
        - string
        - string[]
        - number
        - boolean
        - object
          - `address` string
          - `address2` string
          - `city` string
          - `state` string
          - `zip` string
          - `country` string
      - `companyAttribute` object
        - `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
        - `label` string
        - `key` string
        - `dataType` 'string' | 'number' | 'date' | 'boolean' | 'select' | 'address' | 'media' | 'signature' | 'complianceDocument'
        - `description` string
        - `options` object[]
          - `value` string, required
          - `label` string
        - `hireUuid` string, uuid
        - `readOnly` boolean
        - `attachedToModel` 'location' | 'locationGroup' | 'job' | 'opening'
    - `attachedTo` object
      - `model` 'location' | 'locationGroup' | 'job' | 'opening'
      - `uuid` 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/revisions/5f406c0e9462/schema)
