Group by projects

Group projects by attributes. You can group attributes by 'manager' and 'creator' via the groupBy attribute. aggregations can also be used to get minimum(min), maximum(max), average(avg), and summation(sum) of values. (ex. createdAt:min) All other list filters can be used in conjunction with grouping.

Path Params
string
required

Space ID

Query Params
date-time

filter by project "plannedEndDate/DueDate" (inclusive)

date-time

filter by project "plannedEndDate/DueDate" (exclusive)

date-time

filter by project "plannedStartDate/StartDate" (inclusive)

date-time

filter by project "plannedStartDate/StartDate" (exclusive)

managerIds
array of strings

A list of assignees' user Ids to filter by

managerIds
creatorIds
array of strings

A list of assigners' user Ids to filter by.

creatorIds
string

A token used to guide the next page window

int32

Number of items to return per page, default: 50

followerIds
array of strings

A list of followers' user id

followerIds
associatedNodeIds
array of strings

A list of Associated node ids to filter by

associatedNodeIds
string

The custom property to group by

string
enum

The attribute to group by. Available values : managerId, creatorId

Allowed:
aggregations
array of strings

Aggregations to apply to each group

aggregations
customProperties
object

Filter by custom properties

string

Keyword values to search for on project titles

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json