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.

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.

Functions

Link to this function

rest_v10_workforce_planning_v2_companies_company_id_groups_group_id_job_titles_get(connection, procore_company_id, company_id, group_id, opts \\ [])

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 server
  • procore_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 ID
  • group_id (integer()): Unique identifier for the group
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_workforce_planning_v2_companies_company_id_job_titles_get(connection, procore_company_id, company_id, opts \\ [])

Get all Job Titles in the Company Returns an array of all Job Titles within the specified company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, [%RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_delete(connection, procore_company_id, company_id, job_title_id, opts \\ [])

Delete a Job Title Deletes a Job Title given a company ID and job title ID.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 ID
  • job_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
Link to this function

rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_get(connection, procore_company_id, company_id, job_title_id, opts \\ [])

Get a Single Job Title Returns details for a specific Job Title in a given company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 ID
  • job_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
Link to this function

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 \\ [])

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 server
  • procore_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 ID
  • job_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
Link to this function

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 \\ [])

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 server
  • procore_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 ID
  • job_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
Link to this function

rest_v10_workforce_planning_v2_companies_company_id_job_titles_job_title_id_post(connection, procore_company_id, company_id, job_title_id, opts \\ [])

Update a Job Title Updates a Job Title given a company ID and job title ID.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 ID
  • job_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
Link to this function

rest_v10_workforce_planning_v2_companies_company_id_job_titles_post(connection, procore_company_id, company_id, opts \\ [])

Create a Job Title Creates a new Job Title in the specified company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 ID
  • opts (keyword): Optional parameters
    • :body (RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPostRequest):

Returns

  • {:ok, Procore.Model.RestV10WorkforcePlanningV2CompaniesCompanyIdJobTitlesPost200Response.t} on success
  • {:error, Tesla.Env.t} on failure