Hi friends,
I created more number of page in a confluence with a common label. It is possilbe to retrieve the data from the pages which has the label by using the "Rest API".
Please share your thoughts,.
Thanks in advance,
Karthik A.
It is possible, but you need to use a special syntax. You would search like this:
<your confluence site>/rest/prototype/1/search/site?label=global:<label>
simply replace <your confluence site> with the url to access your confluence site, and replace <label> with the label you are searching for.
More information can be found on this JIRA ticket:
i think you can use Search REST api, but i never done this!
check the latest REST doc from here
https://docs.atlassian.com/atlassian-confluence/REST/latest/#d2e5
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.