Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/issues/public-issues.controller.ts
Get public ticket tracking data (no auth — reporterSessionId proves ownership, same gate as reply)
Endpoint
GET /public/issues/:projectSlugId/:ticketNumber
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectSlugId | path | string | ✓ | |
ticketNumber | path | number | ✓ | |
reporterSessionId | query | string | ✓ |
Referenced By
PublicIssuesController(MODULE_DECLARES)
Was this page helpful?