I'm new to the Confluence API after I have conquered the JIRA API and I'm stuck.
Hoping there is a kind soul out there that will help me through this.
I need to get the list of attachments from a page and then access each one of them for special processing.
When I follow the documentation, I just get a 404 error.
Tried this
https://xxxx.xxx/wiki/rest/api/content/1146120038/child/attachment
and this
https://xxx.xxx/confluence/rest/api/content/1146120038/child/attachment
You can get them from the database directly, some examples here: How do I list all attachments in Confluence with their location and file sizes? | Confluence | Atlassian Documentation
Or use the CQL, this question/answer has a good example. Solved: REST API call to return page attachments (created ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.