Application management
:
Tools
:
REST API
:
Introduction to REST API
:
About REST API in general
:
REST API Methods
REST API Methods
The REST API makes use of the HTTP methods (via a secure connection):
•
POST for creating a resource
•
GET for retrieving information about a resource
•
PUT for updating a resource
•
DELETE for deleting a resource
This site works best with JavaScript enabled