Return runtime cycles, counts, resolution facts, warnings, and caller actions for one board.
using System.Net.Http.Headers;var client = new HttpClient();var request = new HttpRequestMessage{ Method = HttpMethod.Get, RequestUri = new Uri("https://example.com/api/workspace/boards/example/cycles"),};using (var response = await client.SendAsync(request)){ response.EnsureSuccessStatusCode(); var body = await response.Content.ReadAsStringAsync(); Console.WriteLine(body);}const url = 'https://example.com/api/workspace/boards/example/cycles';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/workspace/boards/example/cyclesAuthorizations
Section titled “Authorizations”- None
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.
Responses
Section titled “Responses”OK
object
Runtime cycle list for one board.
object
Runtime board summary available to the caller.
object
Current workspace-local date used for cycle resolution.
Whether the caller can create planned cycles.
Cycles ordered for runtime management.
Runtime cycle detail.
object
Cycle id.
Owning board id.
Cycle name.
Optional cycle description.
Inclusive workspace-local start date.
Inclusive workspace-local end date.
Display order inside the board.
Total item count currently assigned to this cycle.
Open item count currently assigned to this cycle.
Cycle assignment history rows referencing this cycle.
Counts grouped by board status.
Runtime cycle counts for one board status.
object
Board status id.
Optional board status key.
Board status display name.
Board status sort order.
Total item count in the cycle/status bucket.
Open item count in the cycle/status bucket.
Open items whose target is readable by the caller.
Open items hidden from the caller.
Server-computed cycle actions for the caller.
object
Whether the cycle can be edited.
Whether the cycle can be activated.
Whether close validation can be requested.
Whether the cycle can be closed now.
Whether the cycle can be archived.
Whether the cycle can be hard-deleted.
UTC creation timestamp.
UTC modification timestamp.
UTC activation timestamp.
UTC completion timestamp.
UTC archive timestamp.
Optimistic concurrency token.
Read-only runtime cycle resolution facts.
object
Cycle persisted as active, if any.
Cycle resolved as active by current board rules, if any.
Cycle containing the current workspace-local date, if any.
Structured resolution warning codes.
Domain violation codes found in the stored snapshot.
Board-level cycle warning codes.
object
object
object
object
Example
{ "Data": { "BoardType": 0, "ActivationMode": 0, "Cycles": [ { "LifecycleState": 0 } ], "Resolution": { "PromotionDecision": 0, "Warnings": [ 0 ] }, "Warnings": [ 0 ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Forbidden
object
Examplegenerated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}Not Found
object
Runtime cycle list for one board.
object
Runtime board summary available to the caller.
object
Current workspace-local date used for cycle resolution.
Whether the caller can create planned cycles.
Cycles ordered for runtime management.
Runtime cycle detail.
object
Cycle id.
Owning board id.
Cycle name.
Optional cycle description.
Inclusive workspace-local start date.
Inclusive workspace-local end date.
Display order inside the board.
Total item count currently assigned to this cycle.
Open item count currently assigned to this cycle.
Cycle assignment history rows referencing this cycle.
Counts grouped by board status.
Runtime cycle counts for one board status.
object
Board status id.
Optional board status key.
Board status display name.
Board status sort order.
Total item count in the cycle/status bucket.
Open item count in the cycle/status bucket.
Open items whose target is readable by the caller.
Open items hidden from the caller.
Server-computed cycle actions for the caller.
object
Whether the cycle can be edited.
Whether the cycle can be activated.
Whether close validation can be requested.
Whether the cycle can be closed now.
Whether the cycle can be archived.
Whether the cycle can be hard-deleted.
UTC creation timestamp.
UTC modification timestamp.
UTC activation timestamp.
UTC completion timestamp.
UTC archive timestamp.
Optimistic concurrency token.
Read-only runtime cycle resolution facts.
object
Cycle persisted as active, if any.
Cycle resolved as active by current board rules, if any.
Cycle containing the current workspace-local date, if any.
Structured resolution warning codes.
Domain violation codes found in the stored snapshot.
Board-level cycle warning codes.
object
object
object
object
Example
{ "Data": { "BoardType": 0, "ActivationMode": 0, "Cycles": [ { "LifecycleState": 0 } ], "Resolution": { "PromotionDecision": 0, "Warnings": [ 0 ] }, "Warnings": [ 0 ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}Conflict
object
Runtime cycle list for one board.
object
Runtime board summary available to the caller.
object
Current workspace-local date used for cycle resolution.
Whether the caller can create planned cycles.
Cycles ordered for runtime management.
Runtime cycle detail.
object
Cycle id.
Owning board id.
Cycle name.
Optional cycle description.
Inclusive workspace-local start date.
Inclusive workspace-local end date.
Display order inside the board.
Total item count currently assigned to this cycle.
Open item count currently assigned to this cycle.
Cycle assignment history rows referencing this cycle.
Counts grouped by board status.
Runtime cycle counts for one board status.
object
Board status id.
Optional board status key.
Board status display name.
Board status sort order.
Total item count in the cycle/status bucket.
Open item count in the cycle/status bucket.
Open items whose target is readable by the caller.
Open items hidden from the caller.
Server-computed cycle actions for the caller.
object
Whether the cycle can be edited.
Whether the cycle can be activated.
Whether close validation can be requested.
Whether the cycle can be closed now.
Whether the cycle can be archived.
Whether the cycle can be hard-deleted.
UTC creation timestamp.
UTC modification timestamp.
UTC activation timestamp.
UTC completion timestamp.
UTC archive timestamp.
Optimistic concurrency token.
Read-only runtime cycle resolution facts.
object
Cycle persisted as active, if any.
Cycle resolved as active by current board rules, if any.
Cycle containing the current workspace-local date, if any.
Structured resolution warning codes.
Domain violation codes found in the stored snapshot.
Board-level cycle warning codes.
object
object
object
object
Example
{ "Data": { "BoardType": 0, "ActivationMode": 0, "Cycles": [ { "LifecycleState": 0 } ], "Resolution": { "PromotionDecision": 0, "Warnings": [ 0 ] }, "Warnings": [ 0 ] }, "Errors": [ { "Type": 0, "Severity": 0 } ], "Warnings": [ { "Type": 0, "Severity": 0 } ]}