Procore.Api.ProjectManagementModelsBIMModelRevisionObjects (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementModelsBIMModelRevisionObjects.

Summary

Functions

List BIM Model Revision objects Lists objects for a specific BIM Model Revision.

Functions

Link to this function

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

List BIM Model Revision objects Lists objects for a specific BIM Model Revision.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): BIM Model Revision ID
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page
    • :"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