GET api/HLMonitor/GetTaskClientData
Retrieves all the task client pairs.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A JSON string representing all the task-client pairs.
stringResponse Formats
application/json, text/json
Sample:
[
{
"TaskId": 12345,
"ClientId": 67890
},
{
"TaskId": 3456,
"ClientId": 98612
}
]
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>