Returns names of user's checks.
API key. You will find your API key in the 'Pingdom API' section of Pingdom Panel.
Response object of Check_getList function. It contains field for status of the performed operation, and field for list of check names for current user.
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<q1:Check_getList xmlns:q1="urn:methods">
<APIKey xsi:type="xsd:string">abcdefgh0123456789abcdefgh</APIKey>
<sessionId xsi:type="xsd:string">3666e09b6a17fe657624781421a9e231</sessionId>
</q1:Check_getList></soap:Body>
</soap:Envelope>
<SOAP-ENV:Body>
<ns1:getCheckNamesResponse>
<return xsi:type="ns2:Check_GetListResponse">
<status xsi:type="xsd:int">0</status>
<checkNames SOAP-ENC:arrayType="xsd:string[1]" xsi:type="ns2:CheckNamesArray">
<item xsi:type="xsd:string">Test check</item>
</checkNames>
</return>
</ns1:getCheckNamesResponse>
</SOAP-ENV:Body>