Procore.Api.CoreWorkflowsLegacyWorkflowPermanentLogs (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreWorkflowsLegacyWorkflowPermanentLogs.

Summary

Functions

List Workflow Permanent Logs Return a list of workflow permanent logs. Any resource using workflow should have log of activities and events related to the workflow. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

List Workflow Permanent Logs Return a list of workflow permanent logs. Any resource using workflow should have log of activities and events related to the workflow. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Functions

Link to this function

rest_v10_companies_company_id_workflow_permanent_logs_get(connection, procore_company_id, company_id, filters_left_square_bracketworkflowed_object_type_right_square_bracket, filters_left_square_bracketworkflowed_object_id_right_square_bracket, opts \\ [])

List Workflow Permanent Logs Return a list of workflow permanent logs. Any resource using workflow should have log of activities and events related to the workflow. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • filters_left_square_bracketworkflowed_object_type_right_square_bracket (String.t): Filter log(s) with matching workflowed object type
  • filters_left_square_bracketworkflowed_object_id_right_square_bracket (integer()): Filter log(s) with matching workflowed object id
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

  • {:ok, [%RestV10CompaniesCompanyIdWorkflowPermanentLogsGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_workflow_permanent_logs_get(connection, procore_company_id, project_id, filters_left_square_bracketworkflowed_object_type_right_square_bracket, filters_left_square_bracketworkflowed_object_id_right_square_bracket, opts \\ [])

List Workflow Permanent Logs Return a list of workflow permanent logs. Any resource using workflow should have log of activities and events related to the workflow. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • filters_left_square_bracketworkflowed_object_type_right_square_bracket (String.t): Filter log(s) with matching workflowed object type
  • filters_left_square_bracketworkflowed_object_id_right_square_bracket (integer()): Filter log(s) with matching workflowed object id
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

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