GET api/TaskManager/GetAllTasksByStatus/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "ID": 1, "DateCreated": "2025-04-11T01:54:44.6745395-07:00", "DateCompleted": "2025-04-11T01:54:44.6745395-07:00", "AssignedBy": "sample string 4", "AssignedByName": "sample string 5", "AssignedTo": "sample string 6", "AssignedToName": "sample string 7", "TaskTitle": "sample string 8", "TaskDescription": "sample string 9", "IsActive": true, "StatusId": 11, "StatusTitle": "sample string 12", "StatusColor": "sample string 13", "GroupId": 14, "GroupName": "sample string 15" }, { "$ref": "1" }, { "$ref": "1" } ]