Get audit log for array of nodeId

cancel
Showing results for 
Search instead for 
Did you mean: 
MartinTichovsky
Member II

Get audit log for array of nodeId

Jump to solution

Hello,

i'm looking for how can i get audit log for array of ids. i have three or more ids and i need to get results using only one request using webscripts API or API search, where i can sort them all by date. Do you know about something valuable for this case? Thanks!

1 Solution

Accepted Solutions
kintu_barot
Senior Member

Re: Get audit log for array of nodeId

Jump to solution

The OOTB API to get the audit entry is for a single node only. 

You can not pass multiple node ids in the URL either. As per my knowledge, you will have to write custom code / api to get the audit entries of an array of nodes.

Regards,
Kintu

View solution in original post

1 Reply
kintu_barot
Senior Member

Re: Get audit log for array of nodeId

Jump to solution

The OOTB API to get the audit entry is for a single node only. 

You can not pass multiple node ids in the URL either. As per my knowledge, you will have to write custom code / api to get the audit entries of an array of nodes.

Regards,
Kintu