Change request contributors

See who's participating in the change request.

Quickly access the full list of collaborators and their contributions within a change request for better traceability and communication.

The UserContributor object

Attributes

Contributor towards content.

updatedAtstring · date-timeRequired
countintegerRequired

The UserContributor object

Get all contribors of a change request

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
changeRequestIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
chevron-right
200

Contributors on the change request

application/json
get
/spaces/{spaceId}/change-requests/{changeRequestId}/contributors

Last updated

Was this helpful?