show_communication
Retrieve specific communication details from Procore projects using the communication ID and project identifier to access emails and project management discussions.
Instructions
Show Communication. [Project Management/Emails] GET /rest/v1.0/communications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Communication ID | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |