GET /rest/v1.1/projects/{project_id}/meetings/ecrion_pdf_generation_data

Returns Ecrion Xml and Template for all Meetings on the Project.

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

filtersroots String No

Returns Only parent/root meetings

per_page Integer No

Elements per page

filtersassignee_id[] Array No

Returns meeting(s) with the specified assignee

filtersmode String No

Returns meeting(s) in certain mode.

Possible values:

  • "meetings"
  • "agenda"
filtersroot_id String No

Returns child meeting(s) whose root_id matches the specified root_id. Parent is returned as well

filterstemplate_id String No

Returns child meeting(s) whose meeting_template_id matches the specified template_id.

filtersid[] Array No

Returns meeting(s) with the specified ID(s)

filterspublic String No

Returns public meeting(s).

filtersdraft String No

Returns draft meeting(s).

show_attachments Boolean No

determine the AttachmentVisible tag value

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.