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
rest_v10_checklist_item_types_get(connection, procore_company_id, project_id, company_id, opts \\ [])
@spec rest_v10_checklist_item_types_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.ChecklistItemType.t()]} | {:error, Tesla.Env.t()}
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 serverprocore_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
rest_v10_checklist_item_types_id_get(connection, procore_company_id, project_id, company_id, id, opts \\ [])
@spec rest_v10_checklist_item_types_id_get( Tesla.Env.client(), integer(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.ChecklistItemType.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
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 serverprocore_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 IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.ChecklistItemType.t}
on success{:error, Tesla.Env.t}
on failure