DATA CENTER DOCUMENT ACTIVITY REST API
Overview
Endpoints
The Document Activity REST API can retrieve workflow document activity entries from the following endpoints
Pages
This endpoint retrieves the document activity entries for a given list of page ids
http://<confluencehostname>/rest/cw/2/documentactivity/pages
Spaces
This endpoint retrieves the document activity entries for a given list of space keys
http://<confluencehostname>/rest/cw/2/documentactivity/spaces
Filtering
The requests can include filters, for example:
scope
to filter the pageids or spaceKeysactors
to filter by one or more users (by userid) who undertook an action in a documentparticipants
to filter by one or more users (by userid) who were assigned to an action
Pagination
Each request is limited to 100 items.
Permissions
If the request contains a space/page over which the user making the request does not have enough permissions then the response will be a bad request with details about the spaces/pages over which the user does not have enough permissions.