REST 101

The TIBCO Cloud™ Integration API adheres to the principles of RESTful Web services. REST is an architectural style, not a formal protocol. Unlike SOAP-based web services, RESTful web services do not have an official standard. All REST APIs use standard web technologies, such as HTTP, JSON, and XML to expose application logic and data, and enable developers to use any language and environment that is capable of connecting to the Web. While each REST implementation accomplishes this, how each one does so differs.

Characteristics of the TIBCO Cloud Integration REST API are:

Related Topics

Getting Started With The TIBCO Cloud™ Integration API

API Basics

Rate Limiting

HTTP Response Codes