대체 오퍼 조회 look-up-fallback-offers
요청 경로에 대체 오퍼 ID가 포함된 Offer Library API에 대한 GET 요청을 수행하면 특정 대체 오퍼를 조회할 수 있습니다.
API 형식
GET /{ENDPOINT_PATH}/offers/{ID}?offer-type=fallback
매개변수
설명
예
{ENDPOINT_PATH}
지속성 API의 끝점 경로입니다.
https://platform.adobe.io/data/core/dps/
{ID}
조회할 엔티티의 ID입니다.
fallbackOffer1234
요청
curl -X GET 'https://platform.adobe.io/data/core/dps/offers/fallbackOffer1234?offer-type=fallback' \
-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": "2023-06-08T14:04:41.011+00:00",
"modified": "2023-06-08T14:04:41.011+00:00",
"etag": 1,
"schemas": [
"https://ns.adobe.com/experience/offer-management/fallback-offer;version=0.8"
],
"createdBy": "{CREATED_BY}",
"lastModifiedBy": "{MODIFIED_BY}",
"id": "fallbackOffer1234",
"name": "Fallback Offer Web",
"description": "Fallback Offer Web Description",
"status": "draft",
"representations": [
{
"channel": "https://ns.adobe.com/xdm/channel-types/web",
"placement": "offerPlacement1234",
"components": [
{
"type": "imagelink",
"format": "image/png",
"deliveryURL": "https://mysite.com"
}
]
}
]
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76