---
title: "List builtin license fields for a given appId, with overrides applied."
method: GET
path: "/app/{app_id}/builtin-license-fields"
tags: ["apps"]
---

# List builtin license fields for a given appId, with overrides applied.

`GET /app/{app_id}/builtin-license-fields`

Required RBAC Policy: kots/app/[:appid]/license/create

## Path parameters

- `app_id` string, required

## Response `200`

ListBuiltinLicenseFieldsResponse contains the list of builtin license fields, with overrides applied

- object
  - `builtin_license_fields` BuiltInDefaultLicenseField[]
    - `FieldName` string
    - `is_default` boolean
    - `is_hidden` boolean
    - `is_locked` boolean
    - `is_required` boolean
    - `title` string
    - `type` string
    - `value` string

## Other responses

- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
