Reopen Project Status
Check if a project is in a valid state so that it can be reopened without any side effects.
For example, if Rates have changed for this project, reopening it will result is project
costs being recalculated which will adjust costs.
This endpoint will return what side effects may occur if it is reopened.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The unique identifier of the project to check.
Headers
x-integration-name
The name of the calling system passed along as a header parameter
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Contains information about whether a locked (closed or deleted) project can be re-opened.