Using the documentation from here, I'm not exactly sure how to put in to, from, and filter information. The to/from parameters seem to be string data types, but I have no documentation on how to format the strings to get data back. Any help would be greatly appreciated.
I'm trying the below, but it seems to hang up on the date format being wrong.
/rest/api/2/auditing/record?filter=Permission&from=03-01-2018&to=03-08-2018
Try this format:
2014-03-19
If that doesn't work, try including time, like in this format:
2014-03-19T18:45:42.967+0000
Exactly which format did you use? I have tried a few of them from here: http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003169814.htm and still no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hy Katie
This Timestamp Format that worked for me is
2018-01-01T00:00:00.000Z
Thank's Adam for pointing into the right direction
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The audit log api is not pulling add-on installation log details.Any idea how to get that using rest api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.