Procore.Api.ProjectManagementCoordinationIssuesCoordinationIssueStatusChanges (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementCoordinationIssuesCoordinationIssueStatusChanges
.
Summary
Functions
List status change history for a Coordination Issue This endpoint returns the status change history for the specified CoordinationIssue. The status change history is sorted by most recent first.
Functions
Link to this function
rest_v10_coordination_issues_id_status_changes_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_coordination_issues_id_status_changes_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CoordinationIssuesIdStatusChangesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List status change history for a Coordination Issue This endpoint returns the status change history for the specified CoordinationIssue. The status change history is sorted by most recent first.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): Coordination Issue IDproject_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, linked_rfi and linked_observation_item. The compact view returns ids only. The default view is normal. Both linked_rfi or linked_observation_item can be empty objects, or at most one of them is populated.:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, [%RestV10CoordinationIssuesIdStatusChangesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure