Skip to main content

Get a budget day

GET 

/api/budget-days/{id}

Required permissions:

  • budget.view: allows view resources of projects where the user is the PM or the Account.
  • budget.view_other: allows view resources of projects where the user is not the PM nor the Account.

Here the dedicated support page.

Request

Path Parameters

    id integerrequired

    The ID of the budget day to view

Header Parameters

    Wethod-Company stringrequired

    The company you want to interact with

    Wethod-Version stringrequired

    The API version you want to use

Responses

Returns the requested budget day.

Schema

    id integerrequired

    Possible values: >= 1

    created_at date-timerequired
    updated_at date-timerequired
    days floatrequired

    The amount of days

    uid stringrequired

    The unique identifier of the budget day

    budget_job_title_id integer

    Possible values: >= 1

    The ID of the budget job title

    budget_price_list_level_id integerrequired

    Possible values: >= 1

    The ID of the budget price list level

    budget_task_id integerrequired

    Possible values: >= 1

    The ID of the budget task

Loading...