查找集合限定符 look-up-tag

您可以通过向选件库API发出选件请求,来查找特定的收藏集限定符(以前称为“标记”),GET路径中包含收藏集限定符ID。

API格式

GET /{ENDPOINT_PATH}/tags/{ID}
参数
描述
示例
{ENDPOINT_PATH}
持久性API的端点路径。
https://platform.adobe.io/data/core/dps/
{ID}
要查找的实体的ID。
tag1234

请求

curl -X GET 'https://platform.adobe.io/data/core/dps/tags/tag1234' \
-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、实例ID和唯一收集限定词的信息 @id.

{
    "created": "2022-09-16T19:00:02.070+00:00",
    "modified": "2022-09-16T19:00:02.070+00:00",
    "etag": 1,
    "schemas": [
        "https://ns.adobe.com/experience/offer-management/tag;version=0.1"
    ],
    "createdBy": "{CREATED_BY}",
    "lastModifiedBy": "{MODIFIED_BY}",
    "id": "tag1234",
    "name": "Sneakers"
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76