List all change requests for a space
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
statusstring · enumOptionalDefault:
If defined, only change requests matching this status will be returned.
openPossible values: creatorstringOptional
If defined, only change requests created by this user will be returned.
contributorstringOptional
If defined, only change requests with contributions from this user will be returned.
requestedReviewerstringOptional
If defined, only change requests with a requested reviewer for this user will be returned.
topicstringOptional
If defined, only change requests linked to this site topic will be returned.
orderBystring · enumOptionalDefault:
The field to sort change requests by. Defaults to 'updatedAt'.
updatedAtPossible values: Responses
200
List of the space's change requests
application/json
countnumberOptional
Total count of objects in the list
get/spaces/{spaceId}/change-requests
200
List of the space's change requests
Last updated
Was this helpful?