bulk operation
Hi,
I want to perform CRUD bulk operation on asset with a single action via API call using postman.
How can this be achieved?
Thanks in advance
Hi,
I want to perform CRUD bulk operation on asset with a single action via API call using postman.
How can this be achieved?
Thanks in advance
1. We can achieve this using AEM servlet(post request) via postman .
Steps are defined here https://aem4beginner.blogspot.com/access-aem-servlet-in-postman
and we need to add custom logic to perform bulk operation in that servlet.
2. We can use groovy script to perform bulk operation.
Are you planning to publish assets after CRUD bulk operation?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.