[AEM6.5] Create a service which receives the path of a folder in DAM as input, and Output as JSON
Hi Team,
I have a requirement, where
Create a service which receives the path of a folder in DAM as input and iterates through all image assets in that folder and returns a json response capturing the name and altText of each image in that folder. The output format should be -
[
{
"name":"<imageName>",
"altText": "<imageAltText>"
},
{
"name":"<imageName>",
"altText": "<imageAltText>"
},
...
]
Can anyone help me with this.
@vijayalakshmi_s @himanshu_singhal @arunpatidar
