REST API
REST API enables simple and fast integration with external systems. It's very easy to create new applications with it. Quickly check Getting Started, then read the API description and use Reference when needed.
Examples
http://localhost/targetprocess/api/v1/Userstories/ http://localhost/targetprocess/api/v1/Userstories/56 http://localhost/targetprocess/api/v1/Userstories/56/Tasks http://localhost/targetprocess/api/v1/Context/?ids=1,88 http://localhost/targetprocess/api/v1/Userstories/?acid=2BC56B945886CD6CF74DE5BFB8D49FD9 http://localhost/targetprocess/api/v1/Tasks/?include=[Name, Effort, Description] http://localhost/targetprocess/api/v1/Releases/?include=[Name]&append=[Iterations-Count] http://localhost/targetprocess/api/v1/Projects/?exclude=[Description] http://localhost/targetprocess/api/v1/UserStories/1?include=[Name, project[id]]



