Jump to content

Breaking Change 11/9


Luke

Recommended Posts

Any call to the item list handler will now return an ItemsResult object.

 

It has two properties:

 

Items - The items you asked for

TotalRecordCount - The total number of items available from the query you made.

 

Total record count is needed if you want to use paging. If you have no interest in paging, then you can simply grab the items out of the result and continue on as you were.

 

ApiClient is up to date.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...