GET v1/task/summary/{locationID}
Retrieve list of Tasks with expanded information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskID |
Unique identifier of a Task |
integer |
None. |
| Category |
Category the Task falls under |
string |
None. |
| TaskDate |
The date the Task is due |
date |
None. |
| LocationName |
Location related to the Task |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"taskID": 1,
"category": "sample string 2",
"taskDate": "2025-11-08T10:06:21.4248583+00:00",
"locationName": "sample string 4"
}