Application API Resource
This resource is meant to make it possible to work with task management platforms. By using it with some of the basic HTTP methods, you can get information about, add, edit, and delete them. Have a look at the methods that are defined for this resource to get a better understanding of what you can do with it.
GET | /application |
Returns the list of added platforms |
POST | /application |
Adds a new task manager platform to API2Task |
GET | /application/{key} |
Returns information about the platform |
PUT | /application/{key} |
Update a platform |
DELETE | /application/{key} |
Deletes the platform from API2Task |
Find more details on the Application API resource and its methods in our documentation. Try them right from there!