getFilterLabels
Retrieves available filter labels for a specific page with their configuration and capabilities.
Examples
curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query GetFilterLabels($page: FilterPage!) { getFilterLabels(page: $page) { id label } }",
"variables": {
"page": "Issues"
}
}'Arguments
You can use the following argument(s) to customize your getFilterLabels query.
Argument
Description
Supported fields
Fields
Return type: [FilterLabelItems]
You can use the following field(s) to specify what information your getFilterLabels query will return. Please note that some fields may have their own subfields.
Field
Description
Supported fields
id String
Filter identifier
label String
Display label for the filter
Last updated
