{ "opencollection": "1.0.0", "info": { "name": "Helpcenter BugInteg API", "version": "1.0.0" }, "items": [ { "info": { "name": "BugInteg", "type": "folder" }, "items": [ { "info": { "name": "Get Linked Tickets by Bug Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/bug/:bugId/tickets", "params": [ { "name": "bugId", "value": "", "type": "path" } ] }, "docs": "This API fetches support tickets associated with the Bug Id specified in the API request." } ] } ], "bundled": true }