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

projectIdstringRequiredformat: "uuid"
The unique identifier of the project to check.

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Response

Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successbooleanRead-only

True if the API call succeeded; false otherwise.

hasErrorbooleanRead-only
True if the API call failed.
statusCodeenum
The HTTP code of the response.
dataobject

Contains information about whether a locked (closed or deleted) project can be re-opened.