GET api/TaskManager/GetAllTasks
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "ID": 1, "DateCreated": "2025-04-10T21:51:16.3941674-07:00", "DateCompleted": "2025-04-10T21:51:16.3941674-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" } ]