List semantic content changes in a change request vs its base
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$changeRequestIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Query parameters
limitnumberOptionalDefault:
Limit the number of changes returned
10Responses
200
OK
application/json
morenumberOptional
How many changes were omitted because above the result limit
404
The change request could not be found.
application/json
get/spaces/{spaceId}/change-requests/{changeRequestId}/changes
Last updated
Was this helpful?