GET api/Task/ExistsTask?entityListID={entityListID}&entityID={entityID}&taskListID={taskListID}&taskID={taskID}
Checks if a task exists.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityListID |
The identifier of the entity list. |
string |
Required |
| entityID |
The identifier of the entity. |
integer |
Required |
| taskListID |
The identifier of the task list. |
string |
Required |
| taskID |
The identifier of the task. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Boolean value
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.