EaserixDocs
DevelopersAPI referenceTasksCycles

List cycles

Cycles across the org's teams, highest number first. Filter with team_id.

View as Markdown
GET
/v1/cycles
AuthorizationBearer <token>

In: header

Query Parameters

team_id?string

Restrict to one team.

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/cycles"
{  "cycles": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",      "number": 0,      "name": "string",      "startsAt": "2019-08-24",      "endsAt": "2019-08-24"    }  ]}