The ID structure used in the Repsona API needs to be converted to the Repsona front-end URL structure when accessed via a browser. By using the ID link endpoint, you can redirect to a URL accessible from a browser.
https://<space_id>.repsona.com/id-link/project/:projectId/task/:taskId
https://<space_id>.repsona.com/id-link/project/:projectId/note/:noteId
https://<space_id>.repsona.com/id-link/project/:projectId
https://<space_id>.repsona.com/id-link/project/:projectId/:path
Owner Admin Member
| Name | Type | Description |
|---|---|---|
projectId* | string | Project ID |
| taskId | string | Task ID |
| noteId | string | Note ID |
| path | enum (list, gantt, status) | Task list, Gantt chart, etc |