GetCollectionForks
Properties
Name | Type | Required | Description |
---|---|---|---|
data | 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 | number | ❌ | The total number of forked collections. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs