Procore.Api.QualitySafetyInspectionsChecklistItemTypes (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyInspectionsChecklistItemTypes.

Summary

Functions

List Available Checklist Item Types Lists available Checklist Item Types NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa).

Show Checklist Item Type Retrieves specific Checklist Item Type NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa).

Functions

Link to this function

rest_v10_checklist_item_types_get(connection, procore_company_id, project_id, company_id, opts \\ [])

List Available Checklist Item Types Lists available Checklist Item Types NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa).

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_checklist_item_types_id_get(connection, procore_company_id, project_id, company_id, id, opts \\ [])

Show Checklist Item Type Retrieves specific Checklist Item Type NOTE: Though both query parameters are marked as required below, only one of the two needs to be passed in (i.e., if you pass in a project_id then you do not need to also pass in a company_id, and vice versa).

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • company_id (integer()): Unique identifier for the company.
  • id (integer()): Item Type ID
  • opts (keyword): Optional parameters

Returns

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