Returns a list of Filters metadata
GET/v1/filters/metadata
Returns a list of Filters metadata
Request
Query Parameters
filterType string
filterType can be - [tag, meta, resource]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of filters
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
items
object[]
required
filterTypestring
namestring
uidstring
{
  "items": [
    {
      "filterType": "string",
      "name": "string",
      "uid": "string"
    }
  ]
}
Loading...