Budget V2 Management
List Budget Detail
View Budget
get/budget/{budget_id}/view
Path parameters
budget_idstring required
Specify the budget ID.This is a unique ID and can be retrieved using the create budget
Response
Success
Example response
{
"summary": {
"budget_details": {
"currency": "AED"
}
}
}