Skip to main content
GET
List change requests

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Project unique identifier

Query Parameters

page
number
default:1

Current page

perPage
number
default:10

Number of items per page

documentId
string<uuid> | null

Filter by document ID

releaseId
string<uuid> | null

Filter by release ID

type

Filter by change request type(s)

Available options:
decisions,
deployments,
publish_document,
unpublish_document,
deploy_environment,
undeploy_environment
status
enum<string> | null

Filter by status (pending or closed)

Available options:
pending,
closed,
null

Response

200 - application/json

Paginated list of change requests

Paginated list of change requests

results
object[]
required

List of change requests

paginate
object
required

Pagination metadata