Skip to content
Pile
Esc
navigateopen⌘Jpreview

List cycle capacity

GET/workspaces/{organizationId}/cycles/{id}/capacity
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Cycle capacity: issue counts and estimate totals by status
issueCountnumberrequired
estimateTotalnumberrequired
byStatusobjectrequired
404Cycle not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/cycles/string/capacity"
Response
{
  "issueCount": 0,
  "estimateTotal": 0,
  "byStatus": {
    "property1": {
      "count": 0,
      "estimateTotal": 0
    },
    "property2": {
      "count": 0,
      "estimateTotal": 0
    }
  }
}