GET marketing/v1/CuratedCollections?keyword={keyword}&status={status}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
keyword | string | ||
status | CuratedCollectionStatus |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "cefd60fd-bf24-42f9-aead-bb8588221ce1", "SubscriberGuid": "ee8e03fb-e3c4-4fac-8116-905f9bd1e314", "StartingCollectionID": 3, "StartingCollectionTitle": "sample string 4", "FallbackVariationGuid": "785dc999-db06-43b2-9904-6e66bda6326f", "Status": "Unpublished", "StatusDate": "2021-01-15T21:30:17.869085+00:00", "CreateDate": "2021-01-15T21:30:17.869085+00:00", "VersionDate": "2021-01-15T21:30:17.869085+00:00", "Variations": [ { "Guid": "4505e36a-9199-48a7-a991-7b35e2439d37", "Title": "sample string 2", "UserSegmentGuids": [ "7c5978fe-7a92-4038-b226-fa7edc76652e", "3f5c0ca6-5f06-4112-a037-e9ed379f5585" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "aa2830cc-c249-4af8-ae98-57e3415310fc", "27926a4c-d0dd-4d3e-97bd-bf40a19d4d7b" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] }, { "Guid": "4505e36a-9199-48a7-a991-7b35e2439d37", "Title": "sample string 2", "UserSegmentGuids": [ "7c5978fe-7a92-4038-b226-fa7edc76652e", "3f5c0ca6-5f06-4112-a037-e9ed379f5585" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "aa2830cc-c249-4af8-ae98-57e3415310fc", "27926a4c-d0dd-4d3e-97bd-bf40a19d4d7b" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] } ] }, { "Guid": "cefd60fd-bf24-42f9-aead-bb8588221ce1", "SubscriberGuid": "ee8e03fb-e3c4-4fac-8116-905f9bd1e314", "StartingCollectionID": 3, "StartingCollectionTitle": "sample string 4", "FallbackVariationGuid": "785dc999-db06-43b2-9904-6e66bda6326f", "Status": "Unpublished", "StatusDate": "2021-01-15T21:30:17.869085+00:00", "CreateDate": "2021-01-15T21:30:17.869085+00:00", "VersionDate": "2021-01-15T21:30:17.869085+00:00", "Variations": [ { "Guid": "4505e36a-9199-48a7-a991-7b35e2439d37", "Title": "sample string 2", "UserSegmentGuids": [ "7c5978fe-7a92-4038-b226-fa7edc76652e", "3f5c0ca6-5f06-4112-a037-e9ed379f5585" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "aa2830cc-c249-4af8-ae98-57e3415310fc", "27926a4c-d0dd-4d3e-97bd-bf40a19d4d7b" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] }, { "Guid": "4505e36a-9199-48a7-a991-7b35e2439d37", "Title": "sample string 2", "UserSegmentGuids": [ "7c5978fe-7a92-4038-b226-fa7edc76652e", "3f5c0ca6-5f06-4112-a037-e9ed379f5585" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "aa2830cc-c249-4af8-ae98-57e3415310fc", "27926a4c-d0dd-4d3e-97bd-bf40a19d4d7b" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] } ] } ]