Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I am trying to Access DAM using REST API Through QueryBuilder JSON.
Though I am able to do a READ but I am not sure if I can do an UPDATE, DELETE or CREATE using REST.
Please let me know if I can perform these operations.
Thanks in advance.
EDIT: I am using AEM 6.1
Solved! Go to Solution.
Hi Puneet,
querying in AEM is read only.
You can use the sling post servlet [1]
CRUD operations are possible with Sling[2]
Regards,
Opkar
[1]http://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-pos...
[2]http://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html
View solution in original post
Views
Likes
Replies