Birst REST APIs
REST APIs (Representational State Transfer APIs) are a common architectural style in software applications used to enable communication between systems. They use HTTP methods like GET, POST, PUT, and DELETE to perform actions on resources, such as retrieving data, updating information, or deleting entries. REST APIs follow specific principles, such as statelessness and a uniform interface, making them scalable, efficient, and easy to implement. They are commonly used to connect applications with databases, services, or other external systems, facilitating seamless data exchange in web and mobile platforms.
Birst offers external APIs in REST. REST APIs are the recommended way to integrate with Birst. For more information about the Birst REST APIs, see the Infor REST API Knowledge Base article with additional Birst REST API documentation.