procore v0.0.1 Procore.Resources.Meetings

Available requests for the meeting resource.

Link to this section Summary

Functions

Gets a meeting with assoication records attendees, attachments, and meeting categories

List all meetings in a project

Link to this section Functions

Link to this function find(params)
find(%{
  optional(meeting_id :: String.t()) => pos_integer(),
  optional(project_id :: String.t()) => pos_integer()
}) ::
  %ResponseResult{parsed_body: term(), reply: term(), status_code: term()}
  | %ErrorResult{reason: term(), reply: term()}

Gets a meeting with assoication records attendees, attachments, and meeting categories.

Link to this function list(params)
list(%{optional(project_id :: String.t()) => pos_integer()}) ::
  %ResponseResult{parsed_body: term(), reply: term(), status_code: term()}
  | %ErrorResult{reason: term(), reply: term()}

List all meetings in a project.