Definition
An API architecture that uses HTTP methods (GET, POST, PUT, DELETE) and stateless request-response cycles. REST APIs return data in JSON format and are the most common API style for web services.
Context
Asset Registry is built on the PRISM REST API. All asset data, pricing, and search results are fetched from RESTful endpoints and rendered server-side.