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
POST
https://api.tability.app/v2/workspaces/:workspaceID/search/plans
Request Body
filter
String
Search filters
page
number
Identifier of the page results to fetch
Using plan filters
You can pass filters in a JSON body to your POST request to filter plans.
Here are the available filters:
title
: will return all plans matching a specific titlechildren_of
: will return all plans that are sub-plans or a specific plan (using the UUID or Nano ID of the parent plan)archived
: archived status of the planstatus
: status of the planstatus = active -> will return plans that are currently in progress
status = planning -> will return all plans that have a finish date in the future
start_after
: returns all plans starting after a specific date
POST
Search all objectives in a workspace
POST
Search all objectives in a workspaceFind all objectives in a workspace corresponding to the search attributes
POST
https://api.tability.app/v2/workspaces/:workspaceID/search/objectives
Request Body
filter
String
Search filters
page
number
Identifier of the page results to fetch
Using objective filters
You can pass filters in a JSON body to your POST request to filter objectives.
Here are the available filters:
is_in_progress
: if true, only returns objectives in plans that are currently in progressarchived
: return all objectives that where archived is "true" or "false"start_at
: returns all objectives in plans that start on or after a datefinish_at
: returns all objectives in plans that finish on or before a date
POST
Search all outcomes in a workspace
POST
Search all outcomes in a workspaceFind all outcomes in a workspace corresponding to the search attributes
POST
https://api.tability.app/v2/workspaces/:workspaceID/search/outcomes
Request Body
filter
String
Search filters
page
number
Identifier of the page results to fetch
Using outcome filters
You can pass filters in a JSON body to your POST request to filter outcomes.
Here are the available filters:
is_in_progress
: if true, only returns outcomes in plans that are currently in progressarchived
: return all outcomes that where archived is "true" or "false"start_at
: returns all outcomes in plans that start on or after a datefinish_at
: returns all outcomes in plans that finish on or before a date
POST
Search all initiatives in a workspace
POST
Search all initiatives in a workspaceFind all initiatives in a workspace corresponding to the search attributes
POST
https://api.tability.app/v2/workspaces/:workspaceID/search/initiatives
Request Body
filter
String
Search filters
page
number
Identifier of the page results to fetch
Using initiative filters
You can pass filters in a JSON body to your POST request to filter outcomes.
Here are the available filters:
is_in_progress
: if true, only returns initiatives in plans that are currently in progressarchived
: return all outcomes that where archived is "true" or "false"start_at
: returns all outcomes in plans that start on or after a datefinish_at
: returns all outcomes in plans that finish on or before a date
Last updated