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
projectId
Response
changeRequestsCountSchema
total
The number of total change requests in this project
applied
The number of applied change requests
rejected
The number of rejected change requests
reviewRequired
The number of change requests awaiting the review
approved
The number of approved change requests
scheduled
The number of scheduled change requests