Hi Team,
Good Day!
We integrated Confluence with SaaS manager. These are the end points we use,
https://api.atlassian.com/ex/confluence/<<CloudId>>/wiki/rest/api/search/user
https://api.atlassian.com/oauth/token/accessible-resources
https://api.atlassian.com/ex/confluence/<<CloudId>>/wiki/rest/api/audit
https://api.atlassian.com/ex/confluence/<<CloudId>>/wiki/rest/api/content/search
As per our documentation, the following events are considered user activities,
For audit log events, such as but not limited to: |
• | Space created |
• | Global permission removed |
• | Space configuration updated |
• | User added to group. |
• | Type—Examples include: |
• | Page |
• | Attachment |
• | Blog post |
• | Comment |
• | Occurred Date |
What does the “Page” type referred to as per the info in the above table?
How is "Occurred Date" determined for an activity?
Can you please provide a detailed list of specific events captured by the above API endpoints?
Are there any other Confluence activities tracked via these endpoints that are not listed in our documentation?
Your help is greatly appreciated.