The following macros are not currently supported in the header:
- style
GET object_budgets/:object_budget_id
Resource URL
Returns a milestone identified by object budget id.
GET /object_budgets/:object_budget_id
Handling the response
Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields
 parameter; see included examples. Underlined values are default.
id | unsigned int | Â A unique id assigned to the object budget |
---|---|---|
object_table | string | Name of the table the object budget is against. e.g, milestone |
object_id or object | unsigned int | The unique identifier assigned to the object the budget belongs to. |
is_billable | string | yes or no |
service_time | unsigned int | Â |
service_price | double | Â |
service_price_subtotal | double | Â |
expense_price | double | Â |
material_price | double | Â |
billable | unsigned int | Â |
nonbillable | unsigned int | Â |
logged | unsigned int | Total of billable and nonbillable |
charged | double | Â |
service_time_estimate | unsigned int | Â |
service_time_subtotal_estimate | unsigned int | Â |
service_price_estimate | double | Â |
service_price_subtotal_estimate | double | Â |
remaining_subtotal | unsigned int | Â |
billable_subtotal | unsigned int | Â |
nonbillable_subtotal | unsigned int | Â |
logged_subtotal | unsigned int | Total of billable and nonbillable subtotal. |
charged_subtotal | double | Â |