GetCollectionsForkedByUser
Properties
Name | Type | Required | Description |
---|---|---|---|
data | GetCollectionsForkedByUserData[] | ❌ | A list of the user's forked collections. |
meta | GetCollectionsForkedByUserMeta | ❌ | The response's meta information for paginated results. |
GetCollectionsForkedByUserData
Information about the forked collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
forkName | string | ❌ | The forked collection's label. |
forkId | string | ❌ | The forked collection's ID. |
sourceId | string | ❌ | The ID of the forked collection's source collection. |
createdAt | string | ❌ | The date and time at which the fork was created. |
GetCollectionsForkedByUserMeta
The response's meta information for paginated results.
Properties
Name | Type | Required | Description |
---|---|---|---|
total | number | ❌ | The total number of forked collections. |
nextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |
inaccessibleFork | number | ❌ | The total number of forked collections that the user cannot access. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs