프로필의 조직 단위 검색 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>'
프로필에 대한 orgUnit 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