...
where api-path
includes any necessary additions such as inventory-tree/nodes
, path-variable(s)
includes things like modelId
or documentId
, and where param-id1
and param-id-2
are parameter ids
as found in report-defintionsdefinitions.json
. The parameter count can, of course, vary. In any case, the first "true" parameter is always parameterSubmission
with a value of true
. If this is not included, we cannot guarantee your results.
...
Note that it lacks the aforementioned parameters. As of this writing, we're using Swagger 2.9.2 and "request body" parameters are not supported. When we are able to update our dependency, we will attempt to update this wiki with new information.
Internally, we often use Postman as an alternative due to its advanced features and testing capabilities. Its console output for a similar request shows the raw request (and headers) as this:
...