Properties
Name | Type | Required | Description |
---|---|---|---|
Collections | List<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 | bool | ❌ | If true, the collection is public and visible to all users. |
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. |