POST /rest/v1.1/projects/{project_id}/meetings
Create a new Meeting.
Uploading attachments
To upload attachments you must upload the entire payload as multipart/form-data
content-type and
specify each parameter as form-data together with attachments[]
as files.
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 |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
The ID of the Project the Meetings belongs to |
meeting |
Object | Yes |
Meeting object |
meeting.file_version_ids[] |
Array | No |
File Versions to attach to the response |
meeting.time_zone |
String | No |
The Timezone of the Meeting |
meeting.prostore_file_ids[] |
Array | No |
Ids of meeting attachment files Prostore file IDs (Not to be used if other attachment types are included) |
meeting.image_ids[] |
Array | No |
Images to attach to the response |
meeting.location |
String | No |
The Location of the Meeting |
meeting.upload_ids[] |
Array | No |
Uploads to attach to the response |
meeting.position |
Integer | Yes |
The Position of the Meeting Default value: 1 |
meeting.minutes |
String | No |
The Minutes of the Meeting |
meeting.is_private |
Boolean | No |
The Private status of the Meeting |
meeting.drawing_revision_ids[] |
Array | No |
Drawing Revisions to attach to the response |
meeting.ends_at |
String | Yes |
The Finish Time of the Meeting |
meeting.attendees[] |
Array | No |
An array of the IDs of the Attendees of the Meeting |
meeting.form_ids[] |
Array | No |
Forms to attach to the response |
meeting.starts_at |
String | Yes |
The Start Time of the Meeting |
meeting.overview |
String | No |
The Description of the Meeting |
meeting.title |
String | No |
The Title of the Meeting |
meeting.occurred |
Boolean | No |
The Occurred status of the Meeting Default value: false |
meeting.conclusion |
String | No |
The Conclusion of the Meeting |
meeting.is_draft |
Boolean | No |
The Draft status of the Meeting |
attachments[] |
Array | No |
Meeting Attachments.
To upload attachments you must upload the entire payload as |
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.