Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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-...

View solution in original post

2 Replies

Avatar

Correct answer by
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

Level 10
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?