コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Adobe Places Library UUID

Avatar

Level 1

Hi,

Can someone help me where to find UUID for POI Library. Poi library only takes Name when creating, but the request expects an ID.

 

Thanks,

 

{
"type": "validUUID",
"expected": null,
"actual": "MyDemoLibrary",
"field": "library",
"message": "The 'library' field must be a valid UUID! Actual: MyDemoLibrary"
}

1 受け入れられたソリューション

Avatar

正解者
Employee

If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:

curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'

 

Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee

If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:

curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'

 

Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...

Avatar

Employee
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?