Gathering call of some methods according to some boolean activations

getInvocationReports(
  invocation_id,
  server,
  api_key,
  with_invocation_steps_info = FALSE,
  with_invocation_report = FALSE,
  brut = FALSE
)

Arguments

invocation_id

Invocation id

server

Siwaa server url

api_key

Available Siwaa API KEY

with_invocation_steps_info

to choose to have invocation_steps_info. Default value FALSE.

with_invocation_report

to choose to have invocation_report. Default value FALSE.

brut

Boolean to force brut format instead of filtered/adapted one

Value

invocation_steps_info if with_invocation_steps_info.

invocation_report if with_invocation_report.