GET api/HLMonitor/GetTaskTypeData
Retrieves all the task types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A JSON string representing all the task types.
stringResponse Formats
application/json, text/json
Sample:
[
{
"Id": 12,
"Name": "Sample Financial Statement",
"IsInvestmentOnly": false
},
{
"Id": 13,
"Name": "Sample Estimated Financial Statement",
"IsInvestmentOnly": true
}]
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>