get_collection
Get a collection and its bookmarks.
def get_collection(
collection_id: string
) - > object
Get a collection and its bookmarks.
Parameters
| Name | Type | Description |
|---|---|---|
| collection_id | string | The unique identifier for the collection to retrieve. |
Returns
| Type | Description |
|---|---|
object | A JSON response containing the collection data or an error message. |