Procore.Api.ProjectManagementMeetingsMeetingCategories (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementMeetingsMeetingCategories
.
Summary
Functions
List meeting categories Returns all Meeting Categories for a given Meeting.
Update meeting category Update a Meeting Category.
Create meeting category Create a new Meeting Category.
Functions
Link to this function
rest_v10_meeting_categories_get(connection, procore_company_id, project_id, meeting_id, opts \\ [])
@spec rest_v10_meeting_categories_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10MeetingCategoriesGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List meeting categories Returns all Meeting Categories for a given Meeting.
Parameters
connection
(Procore.Connection): Connection to serverprocore_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 meetingopts
(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 \\ [])
@spec rest_v10_meeting_categories_id_patch( Tesla.Env.client(), integer(), integer(), Procore.Model.Body68.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10MeetingCategoriesPost201Response.t()} | {:error, Tesla.Env.t()}
Update meeting category Update a Meeting Category.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): ID of the meeting categorybody68
(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 \\ [])
@spec rest_v10_meeting_categories_post( Tesla.Env.client(), integer(), Procore.Model.Body68.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10MeetingCategoriesPost201Response.t()} | {:error, Tesla.Env.t()}
Create meeting category Create a new Meeting Category.
Parameters
connection
(Procore.Connection): Connection to serverprocore_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