Endpoint to get a retainer for a project by id.

The user must have the ProjectMasterData read permission for the project to access this endpoint. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
retainerIdstringRequiredformat: "uuid"
The id of the retainer.

Response

OK
timeBudgetintegerOptional
The time budget per retainer period in seconds. The default budget amount for new budgets in this retainer.
timezonestring or nullOptional
The timezone for when new budgets are created.
rollOverUnderspentBudgetbooleanOptional
Whether underspent budgets should be rolled over to the next period.
rollOverOverspentBudgetbooleanOptional
Whether overspent budgets should be rolled over to the next period.
startDatestringOptionalformat: "date-time"
The start of the retainer contract.
endDatestring or nullOptionalformat: "date-time"
The end of the retainer contract until new budgets will be created. Optional.
syncProjectDatesbooleanOptional
Whether the project start and due dates should be synced to the retainer start and end dates.
idstringOptionalformat: "uuid"
The id of the retainer.
retainerPeriodstring or nullOptional
The period for new budgets in this retainer. Currently only 'monthly' is supported.
projectIdstringOptionalformat: "uuid"
The project this retainer is associated with.
isExternalbooleanOptional
Whether the retainer belongs to an external project.
retainerBudgetslist of objects or nullOptional

The budgets for this retainer. Each budget period (month) gets its own budget.

createdOnstringOptionalformat: "date-time"
The date this retainer was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this retainer.
updatedOnstringOptionalformat: "date-time"
The date this retainer was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this retainer.

Errors

404
Not Found Error