Common/data/v1.1/View

Jump to: navigation, search

View

Contains information about which items in a list of items were returned.

Elements

NameTypeDescription
count integer Number of items returned in the response.
offset integer Number of the first item returned from a list of items, with zero being the first item in the list.
total integer Number of items available to be returned after the offset.

JSON Response Example

  "view": {
    "offset": 25,
    "count": 5,
    "total": 126
  },
 
Personal tools