different output from API

I got 24 items if I use this URL: https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy

I got 19 items if I use this URL:
https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=coins&key=FyBV3cEsqkKhUKmDF3KqcXNy

Correct number of items is 29:
https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=bib&itemType=-attachment&style=apa-cv&key=FyBV3cEsqkKhUKmDF3KqcXNy

What is wrong in code with "format=coins"?
  • edited May 1, 2016
    Similar problem is with https://api.zotero.org/users/1196880/collections/JVWI28V6/items?format=json&itemType=-attachment&key=FyBV3cEsqkKhUKmDF3KqcXNy
    25 items

    https://api.zotero.org/users/1196880/collections/JVWI28V6/items?key=FyBV3cEsqkKhUKmDF3KqcXNy
    19 items

    EDIT: it seems that only format=bib and format=keys (both together with &itemType=-attachment) get back correct number of items in collection.
Sign In or Register to comment.