Can I perform CRUD operation using Querybuilder JSON through REST? | Community
Skip to main content
puneet_soni
New Participant
October 16, 2015
Solved

Can I perform CRUD operation using Querybuilder JSON through REST?

  • October 16, 2015
  • 1 reply
  • 762 views

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

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 ogill

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-post.html

[2]http://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html

1 reply

ogillAccepted solution
Employee
October 16, 2015

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-post.html

[2]http://sling.apache.org/documentation/the-sling-engine/sling-api-crud-support.html