The Open API specification for Synapse is now available for download!

Download Open API Spec

PaginatedResults

org.sagebionetworks.repo.model.PaginatedResults

JSON schema for Row POJO

Field Type Description
totalNumberOfResults INTEGER Calculating the actual totalNumberOfResults is not longer supported. Therefore, for each page, the totalNumberOfResults is estimated using the current page, limit, and offset. When the page size equals the limit, the totalNumberOfResults will be offset+pageSize+ 1. Otherwise, the totalNumberOfResults will be offset+pageSize.
results ARRAY<Entity> The the id of the entity to which this reference refers