Procore.Api.ProjectManagementEmailCommunicationsThreads (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementEmailCommunicationsThreads.

Summary

Functions

Link to this function

rest_v10_communications_communication_id_threads_get(connection, procore_company_id, project_id, communication_id, opts \\ [])

List Communication Threads Return a list of email communication threads.

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.
  • communication_id (integer()): Communication ID
  • opts (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 \\ [])

Show Communication Thread Shows detailed information for a specific email communication thread

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

Returns

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