POST /rest/v1.0/workflow_activity_histories
Perform a workflow activity. Workflows Instances transition between states when all required activities have been performed.
Servers
- https://api.procore.com
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. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
company_id |
Integer | Yes |
Unique identifier for the company. |
workflow_instance_id |
Integer | Yes |
Workflow Instance ID |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
workflow_activity_history |
Object | Yes |
Workflow Activity History object |
workflow_activity_history.workflow_activity_id |
Integer | Yes |
Workflow Activity ID |
workflow_activity_history.workflow_user_role_id |
Integer | Yes |
Workflow User Role ID |
workflow_activity_history.attachments[] |
Array | No |
Attachments.
To upload attachments you must upload the entire payload as |
workflow_activity_history.performed_by_id |
Integer | Yes |
Login Information ID of a Workflow User Role Login Information. |
workflow_activity_history.comments |
String | No |
Comments |
workflow_activity_history.workflow_instance_id |
Integer | Yes |
Workflow Instance ID |
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.