GET 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": "dd140141-4e00-4f57-8f60-7adfb547fabb", "SubscriberGuid": "42048894-999d-4744-a404-e81e1ad1b25d", "StartingCollectionID": 3, "StartingCollectionTitle": "sample string 4", "FallbackVariationGuid": "214d1c63-fd11-4b5c-9d95-d96bb019d783", "Status": "Unpublished", "StatusDate": "2021-01-18T01:09:05.4906572+00:00", "CreateDate": "2021-01-18T01:09:05.4906572+00:00", "VersionDate": "2021-01-18T01:09:05.4906572+00:00", "Variations": [ { "Guid": "3099ff56-39a6-420c-b77a-788abd52c916", "Title": "sample string 2", "UserSegmentGuids": [ "3fac9f66-5f71-41aa-b43f-2f19b85e6e73", "4b2d7039-e9e5-4ded-a8ab-ac3b55fcc4e7" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "22266a7f-152f-4422-a35e-5711b58e5fc9", "2e18bf06-a4e6-40f3-b7ef-77667494a1bf" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] }, { "Guid": "3099ff56-39a6-420c-b77a-788abd52c916", "Title": "sample string 2", "UserSegmentGuids": [ "3fac9f66-5f71-41aa-b43f-2f19b85e6e73", "4b2d7039-e9e5-4ded-a8ab-ac3b55fcc4e7" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "22266a7f-152f-4422-a35e-5711b58e5fc9", "2e18bf06-a4e6-40f3-b7ef-77667494a1bf" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] } ] }, { "Guid": "dd140141-4e00-4f57-8f60-7adfb547fabb", "SubscriberGuid": "42048894-999d-4744-a404-e81e1ad1b25d", "StartingCollectionID": 3, "StartingCollectionTitle": "sample string 4", "FallbackVariationGuid": "214d1c63-fd11-4b5c-9d95-d96bb019d783", "Status": "Unpublished", "StatusDate": "2021-01-18T01:09:05.4906572+00:00", "CreateDate": "2021-01-18T01:09:05.4906572+00:00", "VersionDate": "2021-01-18T01:09:05.4906572+00:00", "Variations": [ { "Guid": "3099ff56-39a6-420c-b77a-788abd52c916", "Title": "sample string 2", "UserSegmentGuids": [ "3fac9f66-5f71-41aa-b43f-2f19b85e6e73", "4b2d7039-e9e5-4ded-a8ab-ac3b55fcc4e7" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "22266a7f-152f-4422-a35e-5711b58e5fc9", "2e18bf06-a4e6-40f3-b7ef-77667494a1bf" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] }, { "Guid": "3099ff56-39a6-420c-b77a-788abd52c916", "Title": "sample string 2", "UserSegmentGuids": [ "3fac9f66-5f71-41aa-b43f-2f19b85e6e73", "4b2d7039-e9e5-4ded-a8ab-ac3b55fcc4e7" ], "ProductCollectionIDs": [ 1, 2 ], "ProductSegmentGuids": [ "22266a7f-152f-4422-a35e-5711b58e5fc9", "2e18bf06-a4e6-40f3-b7ef-77667494a1bf" ], "Sorting": "Original", "Limit": 3, "PinnedProductIDs": [ 1, 2 ] } ] } ]