Procore.Api.CoreWorkflowsWorkflowManagersProject (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreWorkflowsWorkflowManagersProject
.
Summary
Functions
List Workflow Managers for a Project Tool Returns a list of all workflow managers for a given project and tool.
Functions
Link to this function
rest_v20_companies_company_id_projects_project_id_workflows_workflow_managers_get(connection, procore_company_id, company_id, project_id, tool_type, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_workflows_workflow_managers_get( Tesla.Env.client(), integer(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdWorkflowsWorkflowManagersGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
List Workflow Managers for a Project Tool Returns a list of all workflow managers for a given project and tool.
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.project_id
(String.t): Unique identifier for the project.tool_type
(String.t): Return workflow managers for the associated tool.opts
(keyword): Optional parameters:tool_subtype
(integer()): Return workflow managers for the associated tool_subtype. Required when tool_type is 'correspondence'.:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdWorkflowsWorkflowManagersGet200Response.t}
on success{:error, Tesla.Env.t}
on failure