Procore.Api.ProjectManagementMeetingsMeetingTemplates (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementMeetingsMeetingTemplates.

Summary

Functions

Link to this function

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

List Meeting Templates Returns all templates for 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.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_companies_company_id_meeting_templates_id_get(connection, procore_company_id, company_id, id, opts \\ [])

Show a Meeting Template Returns a specific meeting template

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.
  • id (integer()): Meeting Template ID
  • opts (keyword): Optional parameters

Returns

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