Group by requests

Group request list based on an attribute, including custom properties.

Attributes that can be used to group by include:

  • assignee
  • creator
  • priority
  • status
  • custom property
Path Params
string
required

Space ID

Query Params
date-time

filter by request "plannedEndDate/DueDate" (inclusive)

date-time

filter by request "plannedEndDate/DueDate" (exclusive)

date-time

filter by request "plannedStartDate/StartDate" (inclusive)

date-time

filter by request "plannedStartDate/StartDate" (exclusive)

date-time

filter by request "createdAt" (inclusive)

date-time

filter by request "createdAt" (exclusive)

date-time

filter by request "updatedAt" (inclusive)

date-time

filter by request "updatedAt" (exclusive)

assigneeIds
array of strings

A list of assignees' user Ids to filter by

assigneeIds
priorities
array of strings

A list of priority values, Available values : critical, high, medium, low

priorities
assignerIds
array of strings

A list of assigners' user Ids to filter by.

assignerIds
stepIds
array of int32s

A list of step Ids to filter.

stepIds
string

statusSchema ID to filter by

string

A token used to guide the next page window

int32

Number of items to return per page, default: 50

string

The project Id a request is associated to

boolean

whether the requests is associated with a project

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

Available values : priority, status, assigneeId, 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 request titles

Responses

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