Procore.Api.QualitySafetyActionPlansActionPlanParties (procore_sdk v0.3.0)

API calls for all endpoints tagged QualitySafetyActionPlansActionPlanParties.

Summary

Functions

Link to this function

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

List Action Plan Parties List of all project Action Plan Parties

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
    • :page (integer()): Page
    • :per_page (integer()): Elements per page
    • :sort (String.t): Direction of sorting param (name) is in desc order of full name
    • :"filters[id]" ([integer()]): Return item(s) with the specified IDs.
    • :"filters[updated_at]" (Date.t): Return item(s) last updated 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

Returns

  • {:ok, [%RestV10ProjectsProjectIdActionPlansPartiesGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure