ItemsCollection
Paginated collection of resource items following the ORDS standard collection format
APEXCloudDatabaseDevelopment PlatformEnterpriseGenerative AILow-CodeOracleORDSPL/SQLREST APIWeb ApplicationsWorkflow
Properties
| Name |
Type |
Description |
| count |
integer |
Total number of records in the current response page |
| hasMore |
boolean |
Indicates whether additional pages of results are available |
| limit |
integer |
The page size limit applied by the server |
| offset |
integer |
The starting index of items in this page |
| items |
array |
Array of resource items in this page |
| links |
array |
Pagination navigation links (first, next, prev, last) |
JSON Schema