Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.98 KB

File metadata and controls

38 lines (27 loc) · 2.98 KB

GetCollections

Properties

Name Type Required Description
Collections List<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 bool 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.