Get change request count

Enterprise feature

This endpoint will retrieve the number of project change requests that are: approved, applied, rejected, scheduled or awaiting review

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Response

changeRequestsCountSchema
totaldouble
The number of total change requests in this project
applieddouble
The number of applied change requests
rejecteddouble
The number of rejected change requests
reviewRequireddouble
The number of change requests awaiting the review
approveddouble
The number of approved change requests
scheduleddouble
The number of scheduled change requests