Labels
Shared Labels
Returns a set of unique strings containing shared labels from active tasks.
get/api/v1/labels/shared
Query parameters
omit_personalboolean
Whether to exclude the user's personal labels from the shared label names.
cursorstring nullable
An opaque string used as the cursor for pagination. Must be used with the same parameters from the previous request
Example:14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55
limitinteger
The number of objects to return in a page
Example:50
Response
Successful Response
Example response
{
"results": [],
"next_cursor": "14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55"
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.