Procore.Api.ProjectManagementCoordinationIssuesCoordinationIssueActivities (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementCoordinationIssuesCoordinationIssueActivities
.
Summary
Functions
List Coordination Issue Activities Lists activities in coordination issues associated with the specified project.
Functions
Link to this function
rest_v10_coordination_issue_activities_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_coordination_issue_activities_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10CoordinationIssueActivitiesGet200ResponseInner.t()]} | {:error, Tesla.Env.t()}
List Coordination Issue Activities Lists activities in coordination issues associated with the specified project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.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[coordination_issue_id][]"
([integer()]): Filter item(s) with coordination issues.:view
(String.t): The compact view contains only ids. The extended view contains the response shown below. The normal view contains all attributes in extended view except activity_details. The default view is normal.:"filters[include_deleted]"
(String.t): Use 'only' for only deleted resources. Use 'with' for deleted and undeleted resources.
Returns
{:ok, [%RestV10CoordinationIssueActivitiesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure