box-openapi icon indicating copy to clipboard operation
box-openapi copied to clipboard

List Folder Collaborations - response is not a collaborations resource

Open mitquinn opened this issue 4 years ago • 0 comments

Description of the issue

This API response only contains a total_count and entries properties in the response.

Current content

array(2) { 'total_count' => int(0) 'entries' => array(0) { } }

Expected content

Collaborations properties should include:

  • entries
  • limit
  • offset
  • order (object)
  • total_count

mitquinn avatar Apr 02 '21 06:04 mitquinn