Show Communication
show_communicationRetrieve full details of a specific email communication by providing its ID and project ID. Returns a JSON object with all email information.
Instructions
Shows detailed information around a single email communication. Use this to fetch the full details of a specific Emails by its identifier. Returns a JSON object describing the requested Emails. Required parameters: project_id, id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/communications/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Emails resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |