Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!Retrieves a collection by its ID.
926489
The 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"
}