Procore.Api.ProjectManagementCoordinationIssuesCoordinationIssueActivityFeed (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementCoordinationIssuesCoordinationIssueActivityFeed
.
Summary
Functions
List Coordination Issue Activity Feed Items Lists activity feed item in coordination issues associated with the specified project.
Functions
Link to this function
rest_v10_coordination_issue_activities_feed_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_coordination_issue_activities_feed_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CoordinationIssueActivitiesFeedGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Coordination Issue Activity Feed Items Lists activity feed item 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.:"filters[include_deleted]"
(String.t): Use 'only' for only deleted resources. Use 'with' for deleted and undeleted resources.
Returns
{:ok, [%RestV10CoordinationIssueActivitiesFeedGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure