[旧版]{class="badge informative"}
查找收藏集 look-up-collection
TIP
决策是 Adobe Journey Optimizer 的全新决策功能,现已通过基于代码的体验和电子邮件渠道提供!了解详情
集合是基于营销人员定义的预定义条件的优惠的子集,如优惠的类别。
您可以通过向Offer Library API发出GET请求来查找特定收藏集,在请求路径中包含收藏集id。
API格式
GET /{ENDPOINT_PATH}/offer-collections/{ID}
参数
描述
示例
{ENDPOINT_PATH}持久性API的端点路径。
https://platform.adobe.io/data/core/dps/{ID}要查找的实体的ID。
offerCollection1234请求
curl -X GET 'https://platform.adobe.io/data/core/dps/offer-collections/offerCollection1234' \
-H 'Accept: *,application/json' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {IMS_ORG}' \
-H 'x-sandbox-name: {SANDBOX_NAME}'
响应
成功的响应将返回集合的详细信息,包括有关您的唯一集合id的信息。
{
"created": "2022-09-16T18:59:23.063+00:00",
"modified": "2022-09-16T18:59:23.063+00:00",
"etag": 1,
"schemas": [
"https://ns.adobe.com/experience/offer-management/offer-filter;version=0.4"
],
"createdBy": "{CREATED_BY}",
"lastModifiedBy": "{MODIFIED_BY}",
"id": "offerCollection1234",
"name": "Test Collection with tags",
"filterType": "any-tags",
"ids": [
"tag1234"
],
"labels": [
"core/C5",
"custom/myLabel"
]
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76