getPipelineWorkflowApplications
Examples
query GetPipelineWorkflowApplications($input: getPipelineWorkflowApplicationsInput!) {
getPipelineWorkflowApplications(input: $input) {
workflows {
isDefault
workflowName
workflowId
count
enabled
}
}
}{
"input": {
"appIds": ["30966426"]
}
}curl -X POST \
https://api.cloud.ox.security/api/apollo-gateway \
-H 'Content-Type: application/json' \
-H 'Authorization: YOUR_API_TOKEN' \
-d '{
"query": "query GetPipelineWorkflowApplications($input: getPipelineWorkflowApplicationsInput!) { getPipelineWorkflowApplications(input: $input) { workflows { isDefault workflowName workflowId count enabled } } }",
"variables": {
"input": {
"appIds": ["30966426"]
}
}
}'Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
