Procore.Api.ProjectManagementModelsBIMModelChangeHistory (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementModelsBIMModelChangeHistory.

Summary

Functions

List BIM Model Change History This is a deprecated endpoint. This endpoint returns the change history for the specified BimModel. The change history is sorted by most recent first.

Functions

Link to this function

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

List BIM Model Change History This is a deprecated endpoint. This endpoint returns the change history for the specified BimModel. The change history is sorted by most recent first.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): BIM Model ID
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page
    • :view (String.t): The extended view provides what is shown below. The normal view is the same as the extended view but excludes attribute created_by. The compact view returns ids only. The default view is normal.

Returns

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