Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/issues/issues.controller.ts
List issues with filters & pagination
Endpoint
GET /projects/:projectId/issues
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
status | query | string | - | |
category | query | string | - | |
ticketType | query | string | - | |
priority | query | string | - | |
assigneeId | query | string | - | |
search | query | string | - | |
sortBy | query | string | - | |
sortOrder | query | string | - | |
page | query | string | - | |
limit | query | string | - |
Referenced By
IssuesController(MODULE_DECLARES)
Was this page helpful?