Pipeline entries
Get an entry
Get one entry together with its pipeline, as { entry, pipeline }. Also powers the ticket sidebar's "Pipeline" panel and the board's entry route (…/entries/:entryId). 404 when the entry isn't in this project.
MUST stay the LAST @Get of this controller: tsoa registers routes in declaration order, and {entryId} declared above for-record would swallow it (entryId = "for-record").
get/pipeline-entries/{entryId}
Path parameters
entryIdstring required
Headers
projectstring required
Response
Ok
{"stackTrail":"paths:/pipeline-entries/{entryId}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 20 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○