π
π
π
π
Simple OKR
β Back to Simple OKR
Searchβ¦
Welcome
FAQ
Simple OKR Manual
Objectives & Key Results
Configuration & Settings
Developer API
Authentication
Errors
API Reference
Users
Teams
Cycles
Objectives
Key Results
Powered By
GitBook
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:
1
{
2
"id"
:
"16682617-f25d-4df2-9f51-3c38298996b8"
,
3
"name"
:
"2019 Q1"
,
4
"created_at"
:
"2018-02-20T12:32:56Z"
5
}
Copied!
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
Previous
Teams
Next
Objectives
Last modified
2yr ago
Copy link
Contents
The cycle object
post
Create Cycle
get
List Cycles
get
Retrieve Cycle
post
Update Cycle
delete
Delete Cycle