Skip to main content
Question

Bugs / Parameter Dependency Issues

  • May 23, 2025
  • 1 reply
  • 16 views

Forum|alt.badge.img

Hi,

We have noticed some parameter dependency issues in the "List items in folder" operation (GET https://api.box.com/2.0/folders/:folder_id/items).

1. The parameter [sort]: According to the documentation "This parameter is not supported for marker-based pagination on the root folder (the folder with an ID of 0)". However, when we make a request with marker-based pagination on the root folder, we get valid results.

2. The parameters [marker] and [usemarker]: According to the documentation "[marker] requires [usemarker] to be set to true". However, when we make a request with a valid value of [marker] and set [usemarker] to false, we get valid results.

3. The parameters [marker] and [offset]: According to the documentation, "Specifies whether to use marker-based pagination instead of offset-based pagination. Only one pagination method can be used at a time.". However, when we make a request with both parameters [marker] and [offset], we get valid results.

Best regards

1 reply

Forum|alt.badge.img

Thank you for noticing this Saman, much appreciated.