Skip to main content

List platform preferences

Returns a list of all preferences configured on an instance in Frontier. e.g user, project, organization etc

Responses

A successful response.


Schema
    preferences object[]
  • Array [
  • id string
    name string
    value string
    resource_id string
    resource_type string
    created_at date-time

    The time when the preference was created.

    updated_at date-time

    The time when the preference was updated.

  • ]
Loading...