Returns last state of every user's check.
API key. You will find your API key in the 'Pingdom API' section of Pingdom Panel.
Response object of Report_getCurrentStates function. It contains field for status of the performed operation, and field for list of current check states for current user.
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<q1:Report_getCurrentStates xmlns:q1="urn:methods">
<APIKey xsi:type="xsd:string">abcdefgh0123456789abcdefgh</APIKey>
<sessionId xsi:type="xsd:string">22059b192533e111931074a125e7246b</sessionId>
</q1:Report_getCurrentStates>
</soap:Body>
<SOAP-ENV:Body>
<ns1:getCurrentStatesResponse>
<return xsi:type="ns2:Report_GetCurrentStatesResponse">
<status xsi:type="xsd:int">0</status>
<currentStates SOAP-ENC:arrayType="ns2:Report_CheckStateEntry[1]" xsi:type="ns2:CurrentStatesArray">
<item xsi:type="ns2:Report_CheckStateEntry">
<checkName xsi:type="xsd:string">Test check</checkName>
<checkState xsi:type="ns2:Report_CheckState">CHECK_UP</checkState>
<lastCheckTime xsi:type="xsd:dateTime">2006-10-16T06:57:02-05:00</lastCheckTime>
</item>
</currentStates>
</return>
</ns1:getCurrentStatesResponse>
</SOAP-ENV:Body>