Skip to main content

Describe preferences

Returns a list of all preferences supported by Frontier.

Responses

A successful response.


Schema
    traits object[]
  • Array [
  • resource_type string
    name string
    title string
    description string
    long_description string
    heading string
    sub_heading string
    breadcrumb string
    default string
    input_hints string
    text string
    textarea string
    select string
    combobox string
    checkbox string
    multiselect string
    number string
  • ]
GET /v1beta1/preferences/traits

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/preferences/traits' \
-H 'Accept: application/json'