Offset query parameter

The offset parameter specifies the first entry to return from a collection.

This example uses the offset parameter with the limit parameter to return two of the user's calendar entries, starting with the third one. That is, it will return entries 3 and 4 from the user's calendar.

me/calendars?limit=2&offset=3

You can use this parameter with the limit parameter to select specific entries within a collection.

Note

In the JavaScript Object Notation (JSON)-formatted object that's returned, you can look in the paging object for the previous and next structures to get the offset and limit parameter values of the previous and next entries.

See also

REST reference