Expand my Community achievements bar.

SOLVED

Assets HTTP API with Content Fragments on 6.4

Avatar

Level 1

Hopefully I haven't missed any relevant documentation, but had a question regarding the Assets HTTP API with Content Fragments on 6.4.

It's my current understanding that AEM 6.5 introduces better support for Content Fragments via the Assets HTTP API:

Adobe Experience Manager Help | Using HTTP API with AEM Content Fragments

Is there any intention of bringing this support to AEM 6.4 via a service pack or cumulative fix pack?

Just exploring my options for an upcoming project.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Per my understanding this is already available in 6.4 and would have updated features w.r.t CF and other things in 6.5.  I'm able to access

http://localhost:4502/api/assets/<asset_path>.json and get the listing

e.g. http://localhost:4502/api/assets/we-retail/en/experiences/48-hours-of-wilderness/48-hours-of-wildern...

check -

Assets HTTP API

View solution in original post

6 Replies

Avatar

Correct answer by
Level 10

Per my understanding this is already available in 6.4 and would have updated features w.r.t CF and other things in 6.5.  I'm able to access

http://localhost:4502/api/assets/<asset_path>.json and get the listing

e.g. http://localhost:4502/api/assets/we-retail/en/experiences/48-hours-of-wilderness/48-hours-of-wildern...

check -

Assets HTTP API

Avatar

Level 1

Thanks gauravb10066713, that is correct and I'm aware of this initial support.

What I'm trying to figure out is if we'll get the enhanced Content Fragment support for the Assets HTTP API in 6.4 in future updates.

To dig into some specific details:

When I create a CF on 6.4 and access it through the Assets API, I get high-level details of the CF like title and description, but none of the actual properties inside the CF itself.

When I create a CF on 6.5 and access it through the Assets API, it also provides a "properties" -> "elements" -> "main" field that I can dig into which shows the critical CF properties I want to grab.

I'm hoping this support will come to 6.4 via updates, but wanted to see if that was on the roadmap or not.

Avatar

Level 10

Agreed, I certainly think that it would but let a Staff member answer that.

Avatar

Level 10

Adobe will never comment on future product functionality. Garvav answer is correct for this thread.

Avatar

Level 1

Okay, will be exploring other options based on what I have available. Thanks!

Avatar

Level 4

Bumping this thread to see if anyone has any additional information about the original request given we're now almost two years down the line.

 

I'm working with content fragments that I would like to inspect via the assets API. We're still only on 6.4, which only supports exposing metadata about the fragments rather than the properties/content of it unlike in 6.5.

 

Does anyone know if there's a feature pack that we can install on 6.4 to extend the functionality of the assets API in line with 6.5?