{ "opencollection": "1.0.0", "info": { "name": "JetBrains Hub REST Activities Agile Boards API", "version": "2024.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agile Boards", "type": "folder" }, "items": [ { "info": { "name": "JetBrains List Agile Boards", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/agiles" }, "docs": "Returns a list of agile boards." }, { "info": { "name": "JetBrains Get Agile Board", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/agiles/:agileId", "params": [ { "name": "agileId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific agile board." } ] } ], "bundled": true }