GetCollections
Properties
Name | Type | Required | Description |
---|---|---|---|
collections | GetCollectionsCollections[] | ❌ |
GetCollectionsCollections
Information about the collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The collection's ID. |
name | string | ❌ | The collection's name. |
owner | string | ❌ | The owner of the collection. |
createdAt | string | ❌ | The collection's creation date and time. |
updatedAt | string | ❌ | The date and time at which the collection was last updated. |
uid | string | ❌ | The collection's unique ID. |
fork | CollectionsFork | ❌ | If the collection is forked, the fork's information. |
isPublic | boolean | ❌ | If true, the collection is public and visible to all users. |
CollectionsFork
If the collection is forked, the fork's information.
Properties
Name | Type | Required | Description |
---|---|---|---|
label | string | ❌ | The fork's label. |
createdAt | string | ❌ | The fork's creation date and time. |
from | string | ❌ | The unique ID of the fork's source collection. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs