Processing Ajax...

View Activity

Test Status Rules

Combined Attachment Content

Raw Activity Text

Forward Message

Separate email addresses with commas or semicolons.

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?
CheckCentral

API Documentation

createDashboard

Parameter Default Value Data Type Description
apiToken - string The API token used to authenticate your request. Required
name - string Enter a name for the new custom dashboard. Required
refreshMinutes 5 int Enter a value in minutes to configure the dashboard refresh interval. Required
content - array Pass a JSON array of content flags to configure what information to display on the dashboard. Possible content values are:
  • Overview
  • Issues
  • RefreshedTime
  • WideScreen
  • WideScreenCompactMode
  • DarkMode
  • DashboardName
  • FilteredOverview
  • Title
  • Logo
  • Checks
  • StatusHistory
  • NoHeader
  • NoFooter
  • NoHeaderFooter
Required
userGroupId - string Enter a user group ID to configure the dashboard to display only the checks that are available for that user group. This will override the userId and checkGroups parameters. Optional
userId - string Enter a user ID to configure the dashboard to display only the checks that are available for that user. This will override the checkGroups parameter. Optional
checkGroups - array Pass a JSON array of check group IDs to set the check groups to display on this dashboard. If a list of check groups is not specified, the dashboard will display all check groups for the organization.
Check group IDs can be retrieved with the getCheckGroups endpoint.
Optional
setPublic false bool Set this parameter to create a publically shareable link to the dashboard. Optional

How to Use This API

To use this API you need to send a POST request to the endpoint shown below, sending the JSON request as the POST data.

Endpoint: https://api.checkcentral.cc/createDashboard/?apiToken=

Curl Example: curl -X POST -H "Content-Type: application/json" -d "" "https://api.checkcentral.cc/createDashboard/?apiToken="

If you need any help using this API, please feel free to contact us.

The best way to learn about CheckCentral is to see it for yourself! Book a demo with us today, or get started with a free trial using the buttons below.