Search
POST Search all plans in a workspace
POST Search all plans in a workspaceFind all plans in a workspace corresponding to the search attributes
Request Body
Name
Type
Description
[
{
"id": "b82dc810-75d9-4010-bc25-e29f536289ea",
"parent_id": null,
"workspace_id": "f709df85-fa72-43d4-b398-db159ec6f8da",
"nano_slug": "kHmU5VuMY0Tl",
"title": "Company OKRs 2023 Q4",
"plan_icon": "",
"start_at": "2023-10-01T00:00:00.000Z",
"finish_at": "2023-12-31T00:00:00.000Z",
"state": "published",
"created_at": "2023-11-23T12:41:13.597Z",
"updated_at": "2023-11-29T05:55:20.712Z",
"outcome_progress_prct": 0.133004926108374,
"initiative_progress_prct": 0.0,
"red_outcomes_count": 0,
"yellow_outcomes_count": 0,
"green_outcomes_count": 1,
"grey_outcomes_count": 4,
"total_outcomes_count": 5,
"ncs": 20.0,
"total_initiatives_count": 0,
"closed_initiatives_count": 0,
"archived": false,
"cached_tag_list": null,
"reminders_hour": 8,
"reminders_start_at": null,
"reminders_interval": 1,
"reminders_period": "week",
"active": true,
"expired": false,
"parent": null
}
]Using plan filters
POST Search all objectives in a workspace
POST Search all objectives in a workspaceFind all objectives in a workspace corresponding to the search attributes
Request Body
Name
Type
Description
Using objective filters
POST Search all outcomes in a workspace
POST Search all outcomes in a workspaceFind all outcomes in a workspace corresponding to the search attributes
Request Body
Name
Type
Description
Using outcome filters
POST Search all initiatives in a workspace
POST Search all initiatives in a workspaceFind all initiatives in a workspace corresponding to the search attributes
Request Body
Name
Type
Description
Using initiative filters
Last updated