Expand my Community achievements bar.

SOLVED

Fetch Event Details Using Journaling API

Avatar

Level 3

Hi Team,
In Adobe IO, I have Event Registered named "Asset Status". and for that I have configured Event Providers as AEM Assets, and which has various Subscribed Event as Assets Published, Asset Unpublished, Asset Download....
and from AEM if I upload, publish, download... an asset the event is getting triggered and able to track it under debug Tracker

Screenshot (1402).png

and with the help of Journalling API when I hit below path
https://events-va6.adobe.io/events/organizations/39270/integrations/790353/628d3c56-844b-4f8d-a700-5...
I am able to retrieve event-details in JSON Format but only able to see for Asset Processing Completed.
But I want to retrieve for all the other events as well like Asset Downloaded, Asset Published, Asset Unpublished.... 
can you please help me how to achieve this using Journaling API

Thanks & Regards,
Vishal Jain

@sarav_prakash 
@AmitVishwakarma 
@rojoangel 

@EstebanBustamante 
@arunpatidar 
@Harwinder-singh 
@sravs 
@abhishekanand_
@tmj 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee
Employee

@Vishal_Jain03 have you read the journaling documentation? If not, you should. No point tagging different folks.  https://developer.adobe.com/events/docs/guides/api/journaling-api

 

You will have to fetch the events multiple times to get all the events. 

View solution in original post

4 Replies

Avatar

Employee

Avatar

Employee
Employee

Avatar

Level 3

Hi @tmj 
Thanks for your reply.
Actually, our requirement is that we want to have audit logs in AEMAACS.
so we thought of an approach, like
Assets will be published in AEMAACS, an event will be registered in IO and that we will again send back details back in AEMAACS.
for this we went into journalling API route, but at a time I am able to see only one event, when I hit.

https://events-va6.adobe.io/events/organizations/39870/integrate/650353/628d98756-844b-4f8d-a700-59e881963149

but I want all event details, so that I can send those event details back to AEMAACS (using some Custom Logic).

please help me if journalling API is the right to use in our requirement.

Thanks & Regards,
Vishal Jain


@shikhartanwar 

@sarav_prakash 
@AmitVishwakarma 
@rojoangel 

@EstebanBustamante 
@arunpatidar 
@Harwinder-singh 
@sravs 
@abhishekanand_

Avatar

Correct answer by
Employee
Employee

@Vishal_Jain03 have you read the journaling documentation? If not, you should. No point tagging different folks.  https://developer.adobe.com/events/docs/guides/api/journaling-api

 

You will have to fetch the events multiple times to get all the events.