Version 30, last updated by Maxim Cretu at Dec 21 13:55 2011 UTC
Assembla REST API
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
- 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)