Procore.Api.ProjectManagementModelsBIMPropertyFileObjects (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementModelsBIMPropertyFileObjects.

Summary

Functions

List BIM Property File Objects Lists objects from a specific BIM Property File. A BIM Property File is a resource that represents a 3d-model database. For models published to the Models tool, the property file id can be found in BIM Model Revision object_definition -> id. For models uploaded and extracted with Procore Documents, the property file id can be found in BIM File Extraction extraction_items -> artifact -> properties -> id.

Functions

Link to this function

rest_v10_bim_property_files_id_objects_get(connection, procore_company_id, id, project_id, opts \\ [])

List BIM Property File Objects Lists objects from a specific BIM Property File. A BIM Property File is a resource that represents a 3d-model database. For models published to the Models tool, the property file id can be found in BIM Model Revision object_definition -> id. For models uploaded and extracted with Procore Documents, the property file id can be found in BIM File Extraction extraction_items -> artifact -> properties -> id.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): BIM Property File ID.
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page
    • :object_search_id (integer()): Object search id
    • :"filters[id]" ([integer()]): Return item(s) with the specified IDs.
    • :"filters[query]" (String.t): Filter item(s) containing query. Searchable fields include Object Value

Returns

  • {:ok, [%RestV10BimPropertyFilesIdObjectsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure