- style
GET object_budgets/:object_budget_id
Resource URL
Returns a milestone identified by object budget id.
GET /object_budgets/:object_budget_idHandling 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 |
|