Open
Description
Hi There
Confluence supports collaborative editing for up to twelve authors (https://confluence.atlassian.com/doc/collaborative-editing-858771779.html). I've seen that these authors show up in the "changed by" column of the page-history page.
However, confluence.get_page_by_id(page_id, version=rev_with_multiple_authors)
(https://atlassian-python-api.readthedocs.io/confluence.html) only shows one author (the one that pressed the save-button?). This author can be found in the ["version"]["by"]
part in the response.
Is there a way to retrieve all contributors of that single revision made by multiple authors via the Python API?
cheers
Chris