Links

Cycles

Delivery cycles are used to organize objectives into time-bound groups. Delivery cycle is how we track performance and progress of your OKRs.

The cycle object

Attribute
Type
Description
id
string
Unique delivery cycle identifier
name
string
Name of the delivery cycle
created_at
string
Time when the delivery cycle was created. RFC 3339 format.
Example:
{
"id": "16682617-f25d-4df2-9f51-3c38298996b8",
"name": "2019 Q1",
"created_at": "2018-02-20T12:32:56Z"
}
post
https://api.simpleokr.com
/v1/cycles
Create Cycle
get
https://api.simpleokr.com
/v1/cycles
List Cycles
get
https://api.simpleokr.com
/v1/cycles/:id
Retrieve Cycle
post
https://api.simpleokr.com
/v1/cycles/:id
Update Cycle
delete
https://api.simpleokr.com
/v1/cycles/:id
Delete Cycle
Last modified 3yr ago