I want to be able to get back the spaces which have been created after a certain time. I tried using the v2 version. It looks something like this:
https://melexis.atlassian.net/wiki/api/v2/spaces?createdAt=2023-04-18
I can't find in the documentation how to construct it. Should I try working with api/search?
The documentation is here:
https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/
https://developer.atlassian.com/cloud/confluence/cql-functions/
However, I tried running some examples for you, and either my brain needs more coffee, or the date search part of the API is broken. Regardless of the syntax, it returns all spaces.
https://myinstance.atlassian.net/wiki/api/v2/spaces?cql=type=page+and+created>="2024/07/01"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.