A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Retrieves a collection by its ID.
926489The ID of the collection.
Returns an array of items in the collection.
An unexpected client error.
await client.collections.getCollectionById(collections.entries![0].id!);client.collections.get_collection_by_id(collections.entries[0].id)await client.Collections.GetCollectionByIdAsync(collectionId: NullableUtils.Unwrap(NullableUtils.Unwrap(collections.Entries)[0].Id));try await client.collections.getCollectionById(collectionId: collections.entries![0].id!){
"id": "11446498",
"type": "collection",
"collection_type": "favorites",
"name": "Favorites"
}