---
title: "Returns a paginated list of available Custom Fields for a specific Work App."
method: GET
path: "/api/v1/WorkApps/{workAppId}/CustomFields"
tags: ["WorkApps"]
---

# Returns a paginated list of available Custom Fields for a specific Work App.

`GET /api/v1/WorkApps/{workAppId}/CustomFields`

## Path parameters

- `workAppId` string, uuid, required

## Query parameters

- `cursor` string

## Headers

- `X-API-SECRET` string, required — API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

## Response `200`

OK

- WorkAppCustomFieldViewModelV1PaginatedResponseViewModel — Paginated response for a list of entities and pagination-related links.
  - `data` WorkAppCustomFieldViewModelV1[], required — The list of entities in the current page of the result.
    - `id` string, uuid, required — Id of the custom field.
    - `name` string, required — Name defined by the user for the custom field.
    - `type` string, required — Custom Field type.
    - `required` boolean — Custom field is required to have a value.
    - `value` string, nullable — Value for the WorkApp Custom Field.
    - `guidValue` string, uuid, nullable — Guid when the field stores or resolves a Guid (for example person user id, select option id, or calculated prio).
  - `links` LinksViewModel, required — Pagination-related URLs for navigating a paginated collection.
    - `self` string, required — URL to the current resource or page.
    - `next` string, nullable — URL to the next page in the collection, if available.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cakewalk/apis/cakewalk-open-api.md) · [All operations](https://skmtc.net/cakewalk/apis/cakewalk-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cakewalk/cakewalk-open-api/revisions/5728f183a29d/schema)
