15. Client-side paging

GET http://services.odata.org/V4/TripPinService/People?$top=2&$skip=2

There are two types of paging in OData services. Servers can enable server-side paging, returning nextLinks that clients can follow to subsequent pages. Clients can drive paging using $top and $skip.

Request Params

KeyDatatypeRequiredDescription
$topnumber
$skipnumber