Procore.Api.CoreWorkflowsWorkflowTools (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreWorkflowsWorkflowTools.
Summary
Functions
List Tools Enabled for Workflows Returns a list of workflowable tools for a given company.
Functions
Link to this function
rest_v20_companies_company_id_workflows_tools_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v20_companies_company_id_workflows_tools_get( Tesla.Env.client(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet200Response.t()} | {:error, Tesla.Env.t()}
List Tools Enabled for Workflows Returns a list of workflowable tools for a given company.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(String.t): Unique identifier for the company.opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet200Response.t}on success{:error, Tesla.Env.t}on failure