| Method | Description |
|---|---|
| getChecks | Gets information about the checks for an organization. |
| getActivities | Gets Activities. |
| getActivityContent | Gets the body of an activity. |
| getCheckGroups | Gets information about the groups for an organization. |
| getDashboards | Gets information about the custom dashboards for an organization. |
| getIssues | Gets a list of current issues for an organization. |
| getNotificationChannels | Gets a list of the notification channels configured for an organization. |
| getOverview | Reports on the overall status of an organization. |
| getPermissions | Gets a list of permissions for a check group, user, or user group. |
| generateReport | Serve the specified report data. |
| getReports | Gets a list of reports for an organization. |
| getCheckTemplates | Gets a list of templates for an organization. |
| getTicketingSystems | Gets a list of the external ticketing systems configured for an organization. |
| getUsers | Gets a list of users for an organization. |
| getUserGroups | Gets a list of user groups for an organization. |
| getSubscription | Get the current subscription details for an organization. |
| createActivities | Create new activities. |
| createCheck | Create a new check. |
| createCheckGroup | Create a new check group. |
| createDashboard | Create a new custom dashboard. |
| createPermission | Grant access to a check group for a user or user group. |
| createReport | Create a new report. |
| createUser | Create a new user. |
| createUserGroup | Create a new user group. |
| setCheckStatus | Set a check's status with an optional message. |
| modifyCheck | Modify an existing check. |
| modifyCheckGroup | Modify an existing check group. |
| modifyDashboard | Modify an existing dashboard. |
| modifyPermission | Modify an existing access permission. |
| modifyReport | Modify an existing report. |
| modifyUser | Modify an existing user. |
| modifyUserGroup | Modify an existing user group. |
| modifySubscription | Modify the subscription check limit for an organization. |
| deleteCheck | Delete a check from your organization. |
| deleteCheckGroup | Delete a check group from your organization. |
| deleteDashboard | Delete a custom dashboard from your organization. |
| deletePermission | Delete a custom permission granted to a user or user group. |
| deleteReport | Delete a report from your organization. |
| deleteUser | Delete a user from your organization. |
| deleteUserGroup | Delete a user group from your organization. |