Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. GET /projects/{projectId}/tasks returns all tasks for the specified project
  2. POST /projects/{projectId}/tasks creates a new task in the specified project
  3.  
  4. POST /projects/{projectId}/tasks creates a new task in the specified project
  5. POST /tasks creates a new free-standing task
  6.  
  7. POST /tasks creates a new task
  8. GET /tasks?projectId={projectId} gets all tasks within the specified project
  9. GET /tasks/{taskId} gets the specified task, regardless of whether it's in a project
  10.  
  11. GET /tasks/{taskId}
  12. GET /tasks?id=taskId
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement