The Transport and Architecture API protocols conform to Representational State Transfer (REST) design principles implemented on top of HTTP/S transports. It is assumed that the protocols are fully-stateless.
The Transport and Architecture API consists of the following:
•Requests—Clients initiate requests to servers.
•Responses—Servers process requests and return the appropriate responses.
The requests and responses are built around the transfer of resource representations.