Procore.Api.ProjectManagementEmailCommunicationsThreads (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementEmailCommunicationsThreads
.
Summary
Functions
List Communication Threads Return a list of email communication threads.
Show Communication Thread Shows detailed information for a specific email communication thread
Functions
Link to this function
rest_v10_communications_communication_id_threads_get(connection, procore_company_id, project_id, communication_id, opts \\ [])
@spec rest_v10_communications_communication_id_threads_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CommunicationsCommunicationIdThreadsGet200Response.t()} | {:error, Tesla.Env.t()}
List Communication Threads Return a list of email communication threads.
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.communication_id
(integer()): Communication IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CommunicationsCommunicationIdThreadsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v10_communications_communication_id_threads_id_get(connection, procore_company_id, project_id, communication_id, id, opts \\ [])
@spec rest_v10_communications_communication_id_threads_id_get( Tesla.Env.client(), integer(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CommunicationsCommunicationIdThreadsIdGet200Response.t()} | {:error, Tesla.Env.t()}
Show Communication Thread Shows detailed information for a specific email communication thread
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.communication_id
(integer()): Communication IDid
(integer()): Communication Thread IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CommunicationsCommunicationIdThreadsIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure