wd_list_del
This service allows you to view client's reporting watchdogs.
GET: ws.idibu.com/ws/rest/v1/report-watchdogs/?hash=CLIENTS_HASH
Response
<?xml version="1.0" encoding="UTF-8"?>
<idibu generator="idibu" version="1.0">
<response>
<watchdogs>
<watchdog>
<id>5059</id>
<name>WD test</name>
<type>status</type>
<frequency>monthly</frequency>
<range>month</range>
<email>bart@idibu.com</email>
<details>
<offices>
<office>35000027</office>
</offices>
<teams></teams>
<profiles></profiles>
<include-inactive>no</include-inactive>
<boards></boards>
</details>
<created>2015-06-03 15:43:42</created>
</watchdog>
</watchdogs>
</response>
<status>success</status>
</idibu>
You can also deleted chosen reporting watchdog:
DELETE: ws.idibu.com/ws/rest/v1/report-watchdogs/WATCHDOG_ID?hash=CLIENTS_HASH