Hi Team,
I need to take the particular date between page records which i was created in the confluence space.
I tried this API for getting the list of pages i was created in confluence. But the same time i need a particular date between basis.
GET /wiki/rest/api/content/{spaceid}.
Are you saying to want to query up pages created between two dates, or you want the time in between the creation of the pages returned in the JSON?
@Davin Studer thanks for your reply
I needed the date between the creation of the pages returned in the json.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's not possible, but you should be able to calculate the difference between the entries if you sort them by creation date and loop through the JSON.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Davin Studer is there another way? you say want to query up pages created between two dates.. is this possible.. if yes please share with me.
@Davin Studer thanks for your replies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is an example of how you would query results between two dates.
https://{yourserver}/rest/api/content/search?cql=created%3E=2018-01-01%20and%20created%3C2019-01-01
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.