Procore.Api.ProjectManagementCoordinationIssuesCoordinationIssueChangeHistory (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementCoordinationIssuesCoordinationIssueChangeHistory.

Summary

Functions

List Coordination Issue Change History This endpoint returns the change history for the specified CoordinationIssue. The change history is sorted by most recent first.

Functions

Link to this function

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

List Coordination Issue Change History This endpoint returns the change history for the specified CoordinationIssue. 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()): Coordination Issue ID
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :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.
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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