Skip to main content

Retrieves a schema for the PCG search filter

GET 

/v1/dashboard/pcgs/search/schema

Retrieves a schema for the PCG search filter

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of schema items

Schema
    schema
    properties undefined[]
  • Array [
  • defaultstring
    displayNamestring
    enumstring[]
    enumValues undefined[]
  • Array [
  • displayValuestring
    valuestring
  • ]
  • hideDisplayboolean
    maxFloatValfloat64
    maxIntValint32
    minFloatValfloat64
    minIntValint32
    namestring
    typestring
  • ]
Loading...