Adobe Places Library UUID | Community
Skip to main content
July 17, 2020
Solved

Adobe Places Library UUID

  • July 17, 2020
  • 2 replies
  • 1237 views

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"
}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by eric.knee

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-all-libraries-in-your-organization.html 

2 replies

eric.kneeAdobe EmployeeAccepted solution
Adobe Employee
October 8, 2020

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-all-libraries-in-your-organization.html 

jantzen_b
Adobe Employee
Adobe Employee
January 5, 2021
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?