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. |
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. |
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. |