Reference

Reference topics are especially useful if you're new to REST APIs. You can start by reviewing commonly used REST API terms, the different types of REST resources, such as singular and collection resources, and resource endpoints. Explore the following topics:

Topic Description
Authentication Authentication methods supported.
Resource Types Parameters and properties of the two types of resources: singular and collection
Status Codes List of standard HTTP response codes
Supported Data Types List of JavaScript Object Notation (JSON) resource attribute types
Supported HTTP Methods Methods GET, POST, PATCH, and DELETE and which work with each data type
Supported Media Types List of data formats for HTTP payloads
Terminology List of commonly used terms

Accessing and Searching the Oracle API Catalog

You can use the API Catalog Cloud Service to search, browse, and practice accessing Oracle REST APIs. The Oracle API Catalog Cloud Service lets you export machine-readable API definitions that implement the OpenAPI 2.0 specification (also known as Swagger 2.0). You can then use OpenAPI tools to generate code stubs from these API definitions. Selected properties of Users and LearnCenters collections are searchable. Queries are limited to exact match searches for values that are equal (EQ) or not equal (NEQ) to a search string. Only one property can be searched at a time. Use Mongo DB Query format to define your query.

Service Level Agreement

  • Learn REST API call limits: Call end-points no more than once every 400ms = Approximately 7200 endpoint calls an hour (Approximately 120/minute).
  • Limits on data returned: 1000 records returned as a single page from collection resources. Pagination Responses are limited to 1000 items by default. A custom page size can be set using limit query parameter. Further pages may be requested with offset query parameter.