Version 32, last updated by Maxim Cretu at 11 May 11:15 UTC

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)