Backend API
  1. Manager
Backend API
  • Projects
    • Manager
      • Add a member to project
      • Delete a member
    • tasks
      • Manager
        • Manager add task to user
          POST
        • Manager delete task
          DELETE
        • Manager edits a project
          PUT
        • Manager get user tasks
          GET
      • Get personal tasks
        GET
      • Add personal task
        POST
      • User edits task status
        PUT
    • Owner
      • Delete a project
    • Cloud storage
      • Store to public storage
      • Store to private storage
      • Get public files
      • Get private files
    • User status in a project
      GET
    • Create a project
      POST
    • Get all user projects
      GET
    • Get single project
      GET
    • get chatrooms keys
      GET
    • Search files
      GET
    • Get statistics
      GET
  • Auth
    • Login
      POST
    • Register
      POST
  • User
    • invitations
      • Get invitations
      • Decline invitation
      • Accept invitation
    • profile
      • Get profile
      • Edit profile
      • Update image
      • Update image Copy
  • Register
    POST
  • Untitled Endpoint
    POST
  1. Manager

Manager get user tasks

Developing
GET
http://127.0.0.1:8000/projects/64bd5f83-52f7-4de4-bb2f-9f79399406e9/tasks/ls_yekene@esi.dz

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8000/projects/64bd5f83-52f7-4de4-bb2f-9f79399406e9/tasks/ls_yekene@esi.dz' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijg3MzAxMTI0LWEyMGItNDhlYS1iYmQ4LWI1Mjk5ZWRmZDExOCIsImV4cCI6MjA2OTE1Mzc3NX0.V9Ppr4gOREWUEYMG5xxj-yqCJvKoCptm9K68kUfiv9E'

Responses

🟠401Unauthorized
application/json
Body

Example
{
    "detail": "string"
}
Modified at 2024-02-28 20:59:02
Previous
Manager edits a project
Next
Get personal tasks
Built with