Assembla REST API

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 32. 15 days by maximnc
  2. 31. 15 days by maximnc
  3. 30. 7 months by maximnc
  4. 29. 8 months by maximnc
  5. 28. 8 months by maximnc
  6. 27. 8 months by maximnc
  7. 26. almost 2 years by maximnc
  8. 25. almost 2 years by andy
  9. 24. about 3 years by sergio
  10. 23. over 3 years by sergio
  11. 22. almost 4 years by lz
  12. 21. over 4 years by acroitor
  13. 20. over 4 years by acroitor
  14. 19. over 4 years by sergio
  15. 18. over 4 years by sergio
  16. 17. over 4 years by sergio
  17. 16. over 4 years by sergio
  18. 15. over 4 years by sergio
  19. 14. over 4 years by sergio
  20. 13. over 4 years by sergio
  21. 12. over 4 years by sergio
  22. 11. over 4 years by sergio
  23. 10. over 4 years by sergio
  24. 9. over 4 years by sergio
  25. 8. over 4 years by sergio
  26. 7. over 4 years by sergio
  27. 6. over 4 years by sergio
  28. 5. over 4 years by sergio
  29. 4. over 4 years by sergio
  30. 3. over 4 years by sergio
  31. 2. over 4 years by sergio
  32. 1. over 4 years by andy
 

What is Rest (Representational State Transfer)?: It's an architectural style, not a standard. Find out more in the Wikipedia or read the following article if you want to know about REST in Rails

What do you need to access our REST API? You just need to know how to send  HTTP requests with basic authentication to our servers from your application.

 

TABLE OF CONTENTS

  • Assembla REST API authentication
  • Space Rest API
    • Space XML Representation
    • My Spaces List (GET)
    • My Tool Spaces List (GET)
    • Show space (GET)
    • Update space (PUT)
    • Change permissions for space tools
    • Add tools to space
    • Add users to space
    • Remove users from space
    • Create Space (POST)
    • Copy from template (POST)
    • Delete space (DELETE)
  • Ticket Rest API
    • Ticket XML Representation
    • List of tickets (GET)
    • Create ticket (POST)
    • Show ticket (GET)
    • Update ticket (PUT)
    • List of comments (GET)
    • List of components (GET)
    • Add ticket associations
    • Remove ticket associations
  • Document Rest API
    • Document XML Representation
    • List of documents (GET)
    • Create document (POST)
    • Show document (GET)
    • Download documen (GET)
    • Update document (PUT)
    • Delete document (DELETE)
  • Milestone Rest API
    • Milestone XML Representation
    • List of milestones (GET)
    • Create milestone (POST)
    • Show milestone (GET)
    • Update milestone (PUT)
    • Delete milestone (DELETE)
  • User Rest API
    • User XML Representation
    • Best Profile (GET)
    • Promote user in a space
    • Demote user in a space
  • User Search API
    • ID (GET)
  • Time Rest API
    • Time (Task) XML Representation
    • List of time entries (GET)
    • Create time entry (POST)
    • Show time entry (GET)
    • Update time entry (PUT)
    • Delete time entry (DELETE)
    • Time Log Rest API
      • Time Log XML Representation
      • List of time logs assigned to a task (GET)
      • Create a new time log and assign it to a task(POST)
      • Show time log (GET)
      • Update time log (PUT)
      • Delete time log (DELETE)
  • Scrum Report REST API
    • Scrum Report XML Representation
    • Latest Scrum Reports (GET)
    • Scrum Reports On Date (GET)