GET collections/{collection_id}/items
Operation ID: get_collections_id_items
Auth: unknown
Description
Retrieves the files and/or folders contained within this collection.
Parameters (4)
(string, path, required)
The ID of the collection.
(array, query, optional)
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, query, optional)
The maximum number of items to return per page.
Constraints: {'maximum': 1000}
(integer, query, optional, default: 0)
The offset of the item at which to begin the response. Queries with offset parameter value exceeding 10000 will be rejected with a 400 response.
No probe data for this endpoint yet.