Skip to main content
Question

Retrieving item_collection via REST API

  • May 22, 2025
  • 1 reply
  • 2 views

1 reply

Forum|alt.badge.img

 the `item_collection` is only returned on the Get Folder by ID endpoint (GET /folders/0) as a way to get a first page of items. Subsequent items are returned using the items endpoint you used, and querying the item_collection on those endpoints has no result.