cancel
Showing results for 
Search instead for 
Did you mean: 

Get audit log for array of nodeId

MartinTichovsky
Champ in-the-making
Champ in-the-making

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 ACCEPTED ANSWER

kintu_barot
Star Collaborator
Star Collaborator

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 answer in original post

1 REPLY 1

kintu_barot
Star Collaborator
Star Collaborator

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