Finance Management.Budgets
ENTERPRISE

Get budget details

Get the specified budget and its periods within the start and end dates. The date parameters are inclusive, thus specifying a date in the middle of a period will include the complete period amounts.

get/api/v1/budgets/{id}/details

Path parameters

idstring required

Budget id

Query parameters

startinteger

Date within the first period expressed as UTC epoch timestamp in milliseconds.

endinteger

Date within the last period expressed as UTC epoch timestamp in milliseconds.

Response

A Successful response

budgetSpecificationFinance20ManagementBudgets — unresolved $ref
endinteger

Last period end expressed as UTC epoch timestamp in milliseconds.

startinteger

First period start expressed as UTC epoch timestamp in milliseconds.

Changes

No recorded changes to this endpoint across all 9 revisions of this API.