Hello,
I'm trying to make a query for a specific time range to the Jira Audit Records endpoint and I'm wondering what the expected date format for the `from` and `to` query parameters should be:
The date and time on or after which returned audit records must have been created. If to
is provided from
must be before to
or no audit records are returned.
The date and time on or before which returned audit results must have been created. If from
is provided to
must be after from
or no audit records are returned.
# What date format ^^
Hi @andrea_piazza ,
The format is ISO 8601 format, same as the one in the response in the example
"created": "2014-03-19T18:45:42.967+0000"
Hope that helps!
~ Hariharan
@Hariharan Iyer Thanks! This helps! One more question regarding the Confluence Audit Records API. Just wanted to double check that the startDate` and `endDates` are in epoch in milliseconds according to the docs ? The created date is 60?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.