Endpoint to get a retainer for a project by id.
The user must have the ProjectMasterData write permission for the project to access this endpoint.
Required Permissions
Any authenticated user.Path parameters
The id of the project.
The id of the retainer.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
The time budget per retainer period in seconds. The default budget amount for new budgets in this retainer.
The timezone for when new budgets are created.
Whether underspent budgets should be rolled over to the next period.
Whether overspent budgets should be rolled over to the next period.
The start of the retainer contract.
The end of the retainer contract until new budgets will be created. Optional.
Whether the project start and due dates should be synced to the retainer start and end dates.
The id of the retainer.
The period for new budgets in this retainer. Currently only ‘monthly’ is supported.
The project this retainer is associated with.
Whether the retainer belongs to an external project.
The budgets for this retainer. Each budget period (month) gets its own budget.
The date this retainer was created.
The id of the user who created this retainer.
The date this retainer was last modified.
The id of the user who last modified this retainer.