List collection items

get
https://api.box.com/2.0
/collections/:collection_id/items

Retrieves the files and/or folders contained within this collection.

Request

application/json

Path Parameters

stringin pathrequired
926489

The ID of the collection.

Query Parameters

string arrayin queryoptional
id,type,name

A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response.

Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.

integer / int64in queryoptional
10001000

The maximum number of items to return per page.

integer / int64in queryoptional
10000

The offset of the item at which to begin the response.

Response

application/jsonItems

Returns an array of items in the collection.

application/jsonClient error

An unexpected client error.

get
List collection items
You can now try out some of our APIs live, right here in the documentation.
Log in