Confluence CQL - how to pass seconds in the timestamp

Hi Team,

I am trying the CQL search using the REST API and I am getting a bad request exception when passing the seconds in the timestamp. Is there a workaround for this? Or would it work only with the minutes (without seconds in the timestamp)?

P.S: I would like to extract the attachments, pages and comments as well with the CQL (not just the text)

Thanks
Ravi

Hello @Ravi90

Refer to the CQL field reference documentation, which describes the supported formats:

"yyyy/MM/dd HH:mm"
"yyyy-MM-dd HH:mm"
"yyyy/MM/dd"
"yyyy-MM-dd"