Procore.Api.ProjectManagementMeetingsMeetingCategories (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementMeetingsMeetingCategories.

Summary

Functions

Link to this function

rest_v10_meeting_categories_get(connection, procore_company_id, project_id, meeting_id, opts \\ [])

List meeting categories Returns all Meeting Categories for a given Meeting.

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.
  • meeting_id (integer()): ID of the meeting
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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

rest_v10_meeting_categories_id_patch(connection, procore_company_id, id, body68, opts \\ [])

Update meeting category Update a Meeting Category.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID of the meeting category
  • body68 (Body68):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10MeetingCategoriesPost201Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_meeting_categories_post(connection, procore_company_id, body68, opts \\ [])

Create meeting category Create a new Meeting Category.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • body68 (Body68):
  • opts (keyword): Optional parameters

Returns

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