Procore.Api.ConstructionFinancialsBudgetBudgetViews (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetViews.
Summary
Functions
List Budget Views Return a list of all Budget Views for a project.
Functions
Link to this function
rest_v10_budget_views_get(connection, procore_company_id, opts \\ [])
@spec rest_v10_budget_views_get(Tesla.Env.client(), integer(), keyword()) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10BudgetViewsGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Budget Views Return a list of all Budget Views for a project.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.opts(keyword): Optional parameters:project_id(integer()): Unique identifier for the project.:page(integer()): Page:per_page(integer()): Elements per page
Returns
{:ok, [%RestV10BudgetViewsGet200ResponseInner{}, ...]}on success{:error, Tesla.Env.t}on failure