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

Link to this function

rest_v10_budget_detail_filters_get(connection, procore_company_id, project_id, column_id, opts \\ [])

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 server
  • procore_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 return
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10BudgetDetailFiltersGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure