Procore.Api.QualitySafetyActionPlansProjectActionPlanTemplateTestRecordRequests (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyActionPlansProjectActionPlanTemplateTestRecordRequests.

Summary

Functions

List Project Action Plan Template Test Record Requests List of all Project Action Plan Template Test Record Requests

Functions

Link to this function

rest_v10_projects_project_id_action_plans_plan_template_test_record_requests_bulk_create_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_action_plans_plan_template_test_record_requests_bulk_create_post_request, opts \\ [])

Bulk Create Action Plan Template Test Record Requests Creates Multiple Project Action Plan Template Test Record Requests for selected Template item

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.
  • rest_v10_projects_project_id_action_plans_plan_template_test_record_requests_bulk_create_post_request (RestV10ProjectsProjectIdActionPlansPlanTemplateTestRecordRequestsBulkCreatePostRequest):
  • opts (keyword): Optional parameters
    • :completion_mode (String.t): Whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing"

Returns

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

rest_v10_projects_project_id_action_plans_plan_template_test_record_requests_get(connection, procore_company_id, project_id, opts \\ [])

@spec rest_v10_projects_project_id_action_plans_plan_template_test_record_requests_get(
  Tesla.Env.client(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok,
   Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:ok,
     [
       Procore.Model.RestV10ProjectsProjectIdActionPlansPlanTemplateTestRecordRequestsGet200ResponseInner.t()
     ]}
  | {:error, Tesla.Env.t()}

List Project Action Plan Template Test Record Requests List of all Project Action Plan Template Test Record Requests

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.
  • opts (keyword): Optional parameters
    • :"filters[plan_template_item_id]" ([integer()]): Return item(s) associated with the specified Action Plan Template Item ID(s).
    • :"filters[created_at]" (Date.t): Return item(s) created within the specified ISO 8601 datetime range. Formats: YYYY-MM-DD...YYYY-MM-DD - Date YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ - DateTime with UTC Offset YYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00- Datetime with Custom Offset -:"filters[id]"([integer()]): Return item(s) with the specified IDs. -:"filters[plan_template_id]"([integer()]): Return section(s) associated with the specified Action Plan Template ID(s). -:"filters[type]"([String.t]): Return item(s) associated with the specified Record Type(s). -:"filters[updated_at]"(Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats:YYYY-MM-DD...YYYY-MM-DD- DateYYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ- DateTime with UTC OffsetYYYY-MM-DDTHH:MM:SS+XX:00...YYYY-MM-DDTHH:MM:SS+XX:00- Datetime with Custom Offset -:page(integer()): Page -:per_page(integer()): Elements per page -:sort(String.t): ### Returns -, ...]}on success -` on failure