Procore.Api.WorkforceManagementWorkforcePlanningJobTitles (procore_sdk v0.3.0)
API calls for all endpoints tagged WorkforceManagementWorkforcePlanningJobTitles
.
Summary
Functions
Get all Job Titles belonging to a Group Returns an array of Job Titles assigned to a specific Group.
Get all Job Titles in the Company Returns an array of all Job Titles within the specified company.
Delete a Job Title Deletes a Job Title given a company ID and job title ID.
Get a Single Job Title Returns details for a specific Job Title in a given company.
Remove Job Title from being available to Group Removes a Job Title from a Group it was previously assigned to.
Make Job Title available to Group Makes a Job Title available to a Group it was not previously available to.
Update a Job Title Updates a Job Title given a company ID and job title ID.
Create a Job Title Creates a new Job Title in the specified company.
Functions
rest_v10_workforce_planning_v2_companies_company_id_groups_group_id_job_titles_get(connection, procore_company_id, company_id, group_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_groups_group_id_job_titles_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, [ Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t() ]} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:error, Tesla.Env.t()}
Get all Job Titles belonging to a Group Returns an array of Job Titles assigned to a specific Group.
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. NOTE - this is a Laborchart company IDgroup_id
(integer()): Unique identifier for the groupopts
(keyword): Optional parameters
Returns
{:ok, [%RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, [ Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t() ]} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:error, Tesla.Env.t()}
Get all Job Titles in the Company Returns an array of all Job Titles within the specified company.
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. NOTE - this is a Laborchart company IDopts
(keyword): Optional parameters
Returns
{:ok, [%RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_delete(connection, procore_company_id, company_id, job_title_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_delete( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPost200Response.t()} | {:error, Tesla.Env.t()}
Delete a Job Title Deletes a Job Title given a company ID and job title ID.
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. NOTE - this is a Laborchart company IDjob_title_id
(String.t): Unique identifier for the Job Title.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPost200Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_get(connection, procore_company_id, company_id, job_title_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_get( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:error, Tesla.Env.t()}
Get a Single Job Title Returns details for a specific Job Title in a given company.
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. NOTE - this is a Laborchart company IDjob_title_id
(String.t): Unique identifier for the Job Title.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_groups_delete(connection, procore_company_id, company_id, job_title_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_groups_delete( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsTagIdGroupsPost200ResponseInner.t()} | {:error, Tesla.Env.t()}
Remove Job Title from being available to Group Removes a Job Title from a Group it was previously assigned to.
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. NOTE - this is a Laborchart company IDjob_title_id
(String.t): Unique identifier for the Job Title.opts
(keyword): Optional parameters:body
(RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesJobTitleIdGroupsPostRequest):
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsTagIdGroupsPost200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_groups_post(connection, procore_company_id, company_id, job_title_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_groups_post( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsTagIdGroupsPost200ResponseInner.t()} | {:error, Tesla.Env.t()}
Make Job Title available to Group Makes a Job Title available to a Group it was not previously available to.
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. NOTE - this is a Laborchart company IDjob_title_id
(String.t): Unique identifier for the Job Title.opts
(keyword): Optional parameters:body
(RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesJobTitleIdGroupsPostRequest):
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdTagsTagIdGroupsPost200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_post(connection, procore_company_id, company_id, job_title_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_post( Tesla.Env.client(), integer(), integer(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:error, Tesla.Env.t()}
Update a Job Title Updates a Job Title given a company ID and job title ID.
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. NOTE - this is a Laborchart company IDjob_title_id
(String.t): Unique identifier for the Job Title.opts
(keyword): Optional parameters:body
(RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesJobTitleIdPostRequest):
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_workforce_planning_v2_companies_company_id_job_titles_post(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_workforce_planning_v2_companies_company_id_job_titles_post( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet400Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdGroupsGroupIdReportsLookAheadGet401Response.t()} | {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPost200Response.t()} | {:error, Tesla.Env.t()}
Create a Job Title Creates a new Job Title in the specified company.
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. NOTE - this is a Laborchart company IDopts
(keyword): Optional parameters:body
(RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPostRequest):
Returns
{:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPost200Response.t}
on success{:error, Tesla.Env.t}
on failure