Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a list of page details in between dates.

karthick tgi January 10, 2019

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}.

1 answer

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 10, 2019

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?

karthick tgi January 17, 2019

@Davin Studer thanks for your reply

I needed the date between the creation of the pages returned in the json.

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 17, 2019

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.

karthick tgi January 17, 2019

@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.

Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2019

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events