Get list of latest issues
POST {{baseUrl}}/reporting/issues/latest?page=ex velit elit&perPage=ex velit elit&sortBy=ex velit elit&order=ex velit elit&groupBy=ex velit elit
Returns issues currently in existence. This data is updated once per hour.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page of results to request | |
perPage | string | The number of results to return per page (Maximum: 1000) | |
sortBy | string | The key to sort results by | |
order | string | The direction to sort results. | |
groupBy | string | Set to issue to group the same issue in multiple projects |
Request Body
{
"filters": "${filters}"
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |