List Wall Chart Settings
Service name: list_wallchart_settings
Base URL
https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings
Description
Lists general Wall Chart settings for account, 0 (off) and 1 (on) for each.
Parameters
Optional parameters
Add optional parameters after the required parameters in the base URL.
https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings&optional_parameters={parameter-value}
| Parameter | Description | Type | Options | Default | 
|---|---|---|---|---|
| describe | Optional. Returns a description of the entered call, the available parameters, an example of its output, and returned fields with descriptions. | boolean | true | 0 | 
Examples
List wall chart settings
https://{SERVER}/api/?apikey={yourAPIkey}&service=list_wallchart_settings
Example response
<?xml version="1.0"?>
<settings created="2024-08-30T14:30:50+01:00" host="SERVER">
  <WallChart>
    <servers>
      <show24x7problems>1</show24x7problems>
      <showdailysafetycheckproblems>1</showdailysafetycheckproblems>
      <showautomatedtaskproblems>1</showautomatedTaskproblems>
      <includeoverdueservers>1</includeoverdueservers>
      <includeofflineservers>1</includeofflineservers>
    </servers>
    <workstations>
      <show24x7problems>1</show24x7problems>
      <showdailysafetycheckproblems>1</showdailysafetycheckproblems>
      <showautomatedtaskproblems>1</showautomatedtaskproblems>
    </workstations>
  </WallChart>
</settings>Returned fields
| Field | Type | Can Be Empty | Description | 
|---|---|---|---|
| servers/show24x7problems | integer | no | Show 24x7 Problems 0 (off) and 1 (on) | 
| servers/showdailysafetycheckproblems | integer | no | Show Daily Safety Check Problems 0 (off) and 1 (on) | 
| servers/showautomatedtaskproblems | integer | no | Show Automated Task Problems 0 (off) and 1 (on) | 
| servers/includeoverdueservers | integer | no | Include Overdue Servers 0 (off) and 1 (on) | 
| servers/includeofflineservers | integer | no | Include Offline Servers 0 (off) and 1 (on) | 
| workstations/show24x7problems | integer | no | Show 24x7 Problems 0 (off) and 1 (on) | 
| workstations/showdailysafetycheckproblems | integer | no | Show Daily Safety Check Problems 0 (off) and 1 (on) | 
| workstations/showautomatedtaskproblems | integer | no | Show Automated Task Problems 0 (off) and 1 (on) | 
Updated 3 months ago