Procore.Api.CoreProjectFiltersProjectFilters (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreProjectFiltersProjectFilters.
Summary
Functions
List filters Return a list of available filters.
Return a filter Return a filter by a specific name.
Functions
Link to this function
rest_v10_companies_company_id_filters_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_filters_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdFiltersGet200Response.t()} | {:error, Tesla.Env.t()}
List filters Return a list of available filters.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(integer()): Unique identifier for the company.opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdFiltersGet200Response.t}on success{:error, Tesla.Env.t}on failure
Link to this function
rest_v10_companies_company_id_filters_name_get(connection, procore_company_id, company_id, name, opts \\ [])
@spec rest_v10_companies_company_id_filters_name_get( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdFiltersGet200Response.t()} | {:error, Tesla.Env.t()}
Return a filter Return a filter by a specific name.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(integer()): Unique identifier for the company.name(String.t): Filter name.opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdFiltersGet200Response.t}on success{:error, Tesla.Env.t}on failure