GET v1/CuratedCollections
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
guid | globally unique identifier |
Body Parameters
None.
Response Information
Resource Description
CuratedCollectionName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
SubscriberGuid | globally unique identifier | ||
StartingCollectionID | integer | ||
StartingCollectionTitle | string | ||
FallbackVariationGuid | globally unique identifier | ||
Status | CuratedCollectionStatus | ||
StatusDate | date | ||
CreateDate | date | ||
VersionDate | date | ||
Variations | Collection of CuratedCollectionVariation |
Response Formats
application/json, text/json
Sample:
{ "Guid": "d15cf3fb-184e-4b83-94a2-6cd887c2655d", "SubscriberGuid": "027a49e0-762d-4b88-b48b-367e64a3b58f", "StartingCollectionID": 3, "StartingCollectionTitle": "sample string 4", "FallbackVariationGuid": "49a4b798-8d67-4a13-8580-6540e470bc39", "Status": "Unpublished", "StatusDate": "2021-04-10T08:45:56.9227891+00:00", "CreateDate": "2021-04-10T08:45:56.9227891+00:00", "VersionDate": "2021-04-10T08:45:56.9227891+00:00", "Variations": [ { "Guid": "40154bcc-b208-4563-b2f1-33fb71c245aa", "Title": "sample string 2", "UserSegmentGuids": [ "9662a465-e6d1-4fd5-801a-befda7f5a321", "80052704-530d-4136-8c27-8f6659504e90" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "275be349-7462-417d-b038-1c7945f9b482", "ffba31ad-680f-40ed-8c51-6c8846035df4" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] }, { "Guid": "40154bcc-b208-4563-b2f1-33fb71c245aa", "Title": "sample string 2", "UserSegmentGuids": [ "9662a465-e6d1-4fd5-801a-befda7f5a321", "80052704-530d-4136-8c27-8f6659504e90" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "275be349-7462-417d-b038-1c7945f9b482", "ffba31ad-680f-40ed-8c51-6c8846035df4" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] } ] }