I have a API for fetching all versions of a page, but i want to get all versions of all pages inside a space by using single API.
Hi @BAVITHRA R
You need a series of API's to achieve this It's not possible with a Single API
First, get all the pages in Space with below API
Then for each Page get the version from the below API
Thanks,
Pramodh
Correct, this is not possible to do with a single API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @BAVITHRA R
This is not possible with a single API call. You have to loop over all pages to get their versions.
Regards, Dominic
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.