Lookup an exd placement list-exd-placement
You can look up specific exdplacement by making a GET request to the Offer Library API that includes the id in the request path.
API format
GET /{ENDPOINT_PATH}/exd-placements/{ID}
Parameter
Description
Example
{ENDPOINT_PATH}The endpoint path for persistence APIs.
https://platform.adobe.io/data/core/dps{ID}The id of the entity you wish to look up.
placement1234Request
curl --location 'https://platform-stage.adobe.io/data/core/dps/exd-placements/dps:exd-placement:19c5fa7448c6fcab' \
--header 'Content-Type: application/json' \
--header 'x-gw-ims-org-id: {IMS_ORG}' \
--header 'x-sandbox-name: {SANDBOX_NAME}' \
--header 'x-api-key: {API_KEY}' \
--header 'Authorization: Bearer {ACCESS_TOKEN}'
Response
A successful response returns the details of the exd placement.
{
"created": "2024-11-14T20:56:45.540Z",
"modified": "2024-11-14T20:56:45.540Z",
"etag": 1,
"schemas": [
"exd-placement"
],
"createdBy": "71486D7B5F4011980A494030@AdobeID",
"lastModifiedBy": "71486D7B5F4011980A494030@AdobeID",
"id": "dps:exd-placement:19c5fa7448c6fcab",
"name": "Test Exd Placement1 Car",
"description": "brand panel",
"tags": [
"3d75b849-b344-402b-9d9e-5d750bd46884"
],
"channel": "https://ns.adobe.com/xdm/channel-types/email",
"channelConfiguration": "530b76f9-dcd6-4fd5-8c52-38e29b04a60a",
"status": "active"
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76