Procore.Api.ConstructionFinancialsBudgetBudgetDetailFilters (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetDetailFilters
.
Summary
Functions
List Budget Detail Filter Options Returns a list of valid filter options when given a specific filter type. Note: When using "biller" for column_id, the "value" key will contain objects, not integers. These objects will have a "type" field and a "value" field. Type indicates whether the biller is a Sub Job or a Project and will be a string. "value" contains the ID of the biller and will be an array of integers.
Functions
rest_v10_budget_detail_filters_get(connection, procore_company_id, project_id, column_id, opts \\ [])
@spec rest_v10_budget_detail_filters_get( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10BudgetDetailFiltersGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Budget Detail Filter Options Returns a list of valid filter options when given a specific filter type. Note: When using "biller" for column_id, the "value" key will contain objects, not integers. These objects will have a "type" field and a "value" field. Type indicates whether the biller is a Sub Job or a Project and will be a string. "value" contains the ID of the biller and will be an array of integers.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.column_id
(String.t): Type of filter options to returnopts
(keyword): Optional parameters
Returns
{:ok, [%RestV10BudgetDetailFiltersGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure