GET /rest/v1.0/project/{project_id}/email_communications/emails

Return a list of emails.

Servers

Path parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

Request headers

Name Type Required Description
Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Query parameters

Name Type Required Description
page Integer No

Page

topic_id Integer Yes

Topic ID

per_page Integer No

Elements per page

topic_type String Yes

The type of the topic to be associated with the communication

Possible values:

  • "change_event_event"
  • "project"
  • "prime_contract"
  • "direct_cost_item"
  • "purchase_order_contract"
  • "work_order_contract"
  • "payment_application"
  • "punch_item"
  • "form"
  • "generic_tool_item"
  • "task"
  • "daily_log_header"
  • "observation"
  • "submittal_log"
  • "meeting"
  • "checklist"
  • "incident"
  • "submittal_package"
  • "billings_requisition"
  • "rfi"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.