プロファイルの組織単位の取得 retrieving-organizational-units
- プロファイル PKey でGETリクエストを実行し、orgUnit URL を取得します。
- URL でGETリクエストを実行して、組織単位に関する詳細を取得します。
リクエストのサンプル
プロファイルレコードを取得します。
-X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/profile/<PKEY> \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
プロファイルの組織単位 URL を返します。
{
...
"orgUnit": {
"PKey": "<PKEY>",
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/orgUnitBase/<PKEY>",
"title": "All (all)"
},
...
}
URL でGETリクエストを実行すると、詳細情報を取得できます。
-X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServicesExt/orgUnitBase/<PKEY> \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
組織単位に関する詳細を返します。
{
"PKey": "<PKEY>",
"created": "2019-04-02 22:36:13.252Z",
"desc": "",
"label": "Brand 4",
"lastModified": "2019-04-03 08:17:19.100Z",
"name": "brand4",
"parentTitle": "All (all)",
"title": "Brand 4 (brand4)"
}
recommendation-more-help
3ef63344-7f3d-48f9-85ed-02bf569c4fff