Expand my Community achievements bar.

SOLVED

Can I perform CRUD operation using Querybuilder JSON through REST?

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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

1 Reply

Avatar

Correct answer by
Employee

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