Actions
Get Project Budget
Get the budget of a project using the following logic:
- If the Project has a timeframe, the last budget-milestone within the timeframe is returned.
- If the Project has no timeframe, the very last budget-milestone is returned.
- If the Project has no budget-milestones, then the fixed budget is returned, if it exists.
- If none of the above applies, “204 No Content” is returned.
Required Scopes:
projects:view
External Documentation
To learn more, visit the Tempo documentation.
Parameters
Parameter | Description |
---|---|
Project ID | The ID of the project. |
Example Output
Workflow Library Example
Get Project Budget with Tempo and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?