Tasks
Get Tasks
Retrieve all tasks for the authenticated user
GET
This endpoint requires implementation in the backend. Documentation reflects the expected API design based on the Task model schema.
Authentication
This endpoint requires a valid JWT token in the Authorization header.Query Parameters
Filter tasks by completion status. If not provided, returns all tasks.
Response
Returns an array of task objects.The unique identifier for the task
The title of the task
The description of the task (null if not provided)
Whether the task is completed
The ID of the user who owns this task