GET /rest/v1.1/projects/{project_id}/meetings/ecrion_pdf_generation_data
Returns Ecrion Xml and Template for all Meetings on the Project.
Servers
- https://api.procore.com
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 |
filters[public] |
String | No |
Returns public meeting(s). |
filters[template_id] |
String | No |
Returns child meeting(s) whose meeting_template_id matches the specified template_id. |
filters[id][] |
Array | No |
Returns meeting(s) with the specified ID(s) |
filters[root_id] |
String | No |
Returns child meeting(s) whose root_id matches the specified root_id. Parent is returned as well |
per_page |
Integer | No |
Elements per page |
filters[assignee_id][] |
Array | No |
Returns meeting(s) with the specified assignee |
filters[draft] |
String | No |
Returns draft meeting(s). |
filters[roots] |
String | No |
Returns Only parent/root meetings |
filters[mode] |
String | No |
Returns meeting(s) in certain mode. Possible values:
|
show_attachments |
Boolean | No |
determine the AttachmentVisible tag value |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.