Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

move asset from one folder to another via API calls using postman

Avatar

Level 3

Hi,

Requirement: To move an asset from one folder to another via API calls using postman. 

But not able to find move option in postman. How can this be achieved?

 

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 3

Hi @arunpatidar @anish-s 

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?l...

This talks about CRUD operation on single asset. How can be have bulk operation?

ex: I want to create/delete/update multiple assets using one single api call using postman

Avatar

Level 10

Hi @Dolly , You can move the complete folder containing all the assets for the bulk move operation. Refer to the same link shared by Arun and use this

RequestMOVE /api/assets/myFolder -H"X-Destination: /api/assets/myFolder-moved"

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?l...