Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.65 KB

File metadata and controls

34 lines (23 loc) · 1.65 KB

GetCollectionForks

Properties

Name Type Required Description
Data List<GetCollectionForksData> A list of the collection's forks.
Meta GetCollectionForksMeta The response's meta information for paginated results.

GetCollectionForksData

Information about the forked collection.

Properties

Name Type Required Description
CreatedAt string The date and time at which the fork was created.
CreatedBy string The user who created the collection fork.
ForkId string The forked collection's ID.
ForkName string The forked collection's label.

GetCollectionForksMeta

The response's meta information for paginated results.

Properties

Name Type Required Description
NextCursor string The pagination cursor that points to the next record in the results set.
Total double The total number of forked collections.