Category Views
Category views have URIs of the form: "{categoryURI}/view/{id}" or "{categoryURI}/view/{name}", where {id} is the internal view id/number and {name} is the view name. Both id and name are only unique within a category and must therefore always be qualified by the {categoryURI}.
You cannot define or configure category views via the REST API, you can only use them.
Get the category view schema 
GET /category/view/schema
Get the available views of a category 
GET {categoryURI}/views
Get the definition of a specific category view 
GET {categoryViewURI}
Get the item schema of a category view 
GET {categoryViewURI}/schema
Get a page of category view items 
GET {categoryViewURI}/items/page/{page}
Parameter
Type
Required
Meaning
page
int
Yes
Number of the result page to return. First page has number 1.
pagesize
int
No
Page size in number of items, valid range is [1 .. 500]. Default is 100.
Was this helpful?