Skip to main content

List metaschemas

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

Responses

A successful response.


Schema
    metaschemas object[]
  • Array [
  • id string

    The unique metaschema uuid.

    name string
    schema string

    The metaschema json schema.

    created_at date-time

    The time when the metaschema was created.

    updated_at date-time

    The time when the metaschema was updated.

  • ]
GET /v1beta1/meta/schemas

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/meta/schemas' \
-H 'Accept: application/json'