Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Complex Types - pageInfoType

Description

This type is used for paging.

Properties

Name Type Occurrence Description
pageIndex numberType Optional
Default=1
A serial index number of the page to be sent back. The indexing starts at: 1. When this is set to zero paging is disabled.
pageSize numberType Optional
Default=0
The maximum number of items that will be sent back in a page. If not specified or 0 is specified, them the 'api.xmlmc.maxPageSize' system setting will be used as the page size.
In This Document