{ "opencollection": "1.0.0", "info": { "name": "GlitchTip Accept Issues API", "version": "1.0.0" }, "items": [ { "info": { "name": "Issues", "type": "folder" }, "items": [ { "info": { "name": "List Comments", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/comments/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Comments" }, { "info": { "name": "Add Comment", "type": "http" }, "http": { "method": "POST", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/comments/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add Comment" }, { "info": { "name": "Update Comment", "type": "http" }, "http": { "method": "PUT", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/comments/:comment_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "comment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Comment" }, { "info": { "name": "Delete Comment", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/comments/:comment_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "comment_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Comment" }, { "info": { "name": "List Issue Event", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/events/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Issue Event" }, { "info": { "name": "Get Latest Issue Event", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/events/latest/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Latest Issue Event" }, { "info": { "name": "Get Issue Event", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/events/:event_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "event_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Issue Event" }, { "info": { "name": "List Project Issue Event", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/projects/:organization_slug/:project_slug/events/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Project Issue Event" }, { "info": { "name": "Get Project Issue Event", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/projects/:organization_slug/:project_slug/events/:event_id/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "event_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Project Issue Event" }, { "info": { "name": "Get Event Json", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/:issue_id/events/:event_id/json/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "issue_id", "value": "", "type": "path" }, { "name": "event_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event Json" }, { "info": { "name": "Get Issue", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Issue" }, { "info": { "name": "Update Issue", "type": "http" }, "http": { "method": "PUT", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Issue" }, { "info": { "name": "Delete Issue", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Issue" }, { "info": { "name": "List Issue Commits", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/commits/", "params": [ { "name": "issue_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return commits from the release where this issue first appeared." }, { "info": { "name": "Update Organization Issue", "type": "http" }, "http": { "method": "PUT", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/:issue_id/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "issue_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Organization Issue" }, { "info": { "name": "List Issues", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Issues" }, { "info": { "name": "Update Issues", "type": "http" }, "http": { "method": "PUT", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Issues" }, { "info": { "name": "Delete Issues", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Issues" }, { "info": { "name": "List Project Issues", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/projects/:organization_slug/:project_slug/issues/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "project_slug", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "project", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Project Issues" }, { "info": { "name": "List Issue Tags", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/tags/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Issue Tags" }, { "info": { "name": "Retrieve Statistics for a Set of Issues", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues-stats/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "groups", "value": "", "type": "query" }, { "name": "statsPeriod", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves aggregated statistics for a given list of issue groups.\n\nThis endpoint returns data for the last 24 hours, formatted as a series of\n[timestamp, count] pairs." }, { "info": { "name": "List User Reports", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/issues/:issue_id/user-reports/", "params": [ { "name": "issue_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List User Reports" }, { "info": { "name": "List Issue Hashes", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/:issue_id/hashes/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "issue_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Issue Hashes" }, { "info": { "name": "Delete Hash", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/organizations/:organization_slug/issues/:issue_id/hashes/", "params": [ { "name": "organization_slug", "value": "", "type": "path" }, { "name": "issue_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Hash" } ] } ], "bundled": true }