POST /rest/v1.0/bim_viewpoints/{bim_viewpoint_id}/associations
A BIM Viewpoint can be associated with other procore items. This API endpoint creates that association.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
bim_viewpoint_id |
Integer | Yes |
BIM Viewpoint ID |
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 |
Unique identifier for the project. |
procore_item |
Object | No |
Details of Procore item to be linked to a BimViewpoint |
procore_item.primary |
Boolean | No |
Set as primary viewpoint for the procore item. Only applicable for BimModelRevision |
procore_item.item_type |
String | Yes |
Type of the Procore item to be associated Possible values:
|
procore_item.item_id |
Integer | Yes |
Id of the Procore item to be associated |
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.