Skip to content

GET /list

Fetch Custom List Values

GET
/list

Fetch paginated list values for a choice-type custom field.

Returns up to limit CustomListValue records for the given field_key,
sorted by sort_by. Pass search to filter by a substring match across
both value and ext_key (case-insensitive).

Emits: (direct query — no event class)

Required scope: quality:form:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Query Parameters

field_key*
Type
string
Required
limit
Type
integer
Default
100
search
sort_by
Type
string
Default
"value"

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.