Hey, I want to access a few relevant fields only, from the following API-
https://<domain-name>/rest/api/3/issue/OS-663
when I hit it in postman, I am getting all the fields, just need the important and relevant data only from the api.
I tried getting the author id and comments only, no success please help if this can be done.
In Query Params, add a variable
fields and value as the relevant field that you need e.g. summary, priority etc
https://<domain-name>/rest/api/3/issue/OS-663?summary like this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
like this
https://<domain-name>/rest/api/3/issue/OS-663?fields=summary
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.
Great. If this works for you, please accept the answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brother one more help . How can I get the space id and parent id ?
I want to create a confluence page from postman how can i do that?
The api i am using is- https://<domain>/wiki/api/v2/pages and the body -
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The response is a json object. You will need to parse it. This is enclosed inside results list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are there some permission required to get the spaces?
Like from the space end?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay............... but where can i find the space id and parent id? from
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have much experience using confluence APIs and Postman. Better to post the question tagging confluence, so that folks who are experienced in Confluence APIs can respond.
In terms of permissions, given that confluence space has permissions, so you would need to have permissions to query the space.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.