Skip to main content

List field choices for a screen

GET 

/settings/screens/choices/:id_screen

Returns the "screen choice" object for the given Screen ID. This object contains the available fields (built-in fields and Custom Fields) that are available on the management screen corresponding to the given Screen ID.

These choices are always read-only; they are generated based on the system configuration and are not directly editable via the API.

Request

Responses

A successful response with a single item object; see the results key in the response body.