Bugsnag integration (Developer Tools, Security). Imported from open-connector.
https://api.bugsnag.com/user/organizations
| Param | Type | Required | Description |
|---|---|---|---|
| admin | boolean | optional | Whether to return only organizations where the current user is an admin. |
| perPage | integer | optional | The number of organizations to return per page. |
/organizations/{organizationId}
| Param | Type | Required | Description |
|---|---|---|---|
| organizationId | string | required | The Bugsnag organization identifier to retrieve. |
/organizations/{organizationId}/projects
| Param | Type | Required | Description |
|---|---|---|---|
| organizationId | string | required | The Bugsnag organization identifier that owns the projects. |
| query | string | optional | The project-name search query. |
| sort | string | optional | The field used to sort Bugsnag organization projects. |
| direction | string | optional | The sort direction for the project list. |
| perPage | integer | optional | The number of projects to return per page. |
/projects/{projectId}/errors
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Bugsnag project identifier. |
| base | string | optional | The ISO 8601 timestamp used as the time anchor for the error list. |
| sort | string | optional | The field used to sort the project errors. |
| direction | string | optional | The sort direction for the project errors. |
| perPage | integer | optional | The number of errors to return per page. |
/projects/{projectId}/errors/{errorId}/events
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Bugsnag project identifier. |
| errorId | string | required | The Bugsnag error identifier. |
| base | string | optional | The ISO 8601 timestamp used as the time anchor for the event list. |
| direction | string | optional | The sort direction for the error events. |
| perPage | integer | optional | The number of events to return per page. |
/errors/{errorId}/latest_event
| Param | Type | Required | Description |
|---|---|---|---|
| errorId | string | required | The Bugsnag error identifier. |
/projects/{projectId}/releases
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Bugsnag project identifier. |
| releaseStage | string | optional | The release stage used to filter the project releases. |
| base | string | optional | The ISO 8601 timestamp used as the upper time bound for the project releases. |
| sort | string | optional | The field used to sort the project releases. |
| offset | integer | optional | The numeric offset used to paginate project releases. |
| perPage | integer | optional | The number of releases to return per page. |