Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://backstage.example.com/api/soundcheck/campaigns
{ "campaigns": [ { "id": "<string>", "type": "campaign", "levels": [ { "ordinal": 123, "checks": [ { "id": "<string>", "name": "<string>", "description": "<string>", "filter": {}, "exclude": {} } ], "name": "<string>", "description": "<string>", "badge": { "color": "<string>", "svg": "<string>" } } ], "name": "<string>", "description": "<string>", "ownerEntityRef": "<string>", "group": "<string>", "badge": { "color": "<string>", "svg": "<string>" }, "filter": {}, "exclude": {}, "documentationURL": "<string>", "draft": true, "isEditable": true, "createdAt": "<string>", "updatedAt": "<string>", "archived": true, "supportChannel": "<string>", "startDate": "<string>", "targetCompletionDate": "<string>", "milestones": [ {} ] } ] }
Get campaigns, optionally filtered by campaign ids, entity ref, and applicable checks.
One or more campaign ids to filter by.
Entity ref used to filter campaigns.
Whether to include only applicable checks.
OK
Show child attributes
Contact support