Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Link

TIBCO Rest API Calls.

Organization ID is our customer number.

So when you login need to provide ApiUser|Organization ID

to Encode | then encoded it as %7C

for example Organization id is 436001

Encoded User id with Organization: ApiUser%7C436ApiUser%7C001

The URL is correct: https://site##.data-basics.net/jasperserver6/rest_v2/

j_username=<userID>%7C<organization_id>&j_password=<password>

Example: j_username=ApiUser%7C432&j_password=APIuserpassword

Dynamically Pass Parameter As Collection Using REST | Jaspersoft Community

howtodeployjasperreportsusingrestapiandpostmancollection.pdf (jaspersoft.com)

View file
nameJasperReports-Server-REST-API-Reference.pdf

Compiling iReports using Studio

And in order to do that:

  1. I had to replace this property:

<textField textAdjust="StretchHeight"> -- TIBCO Jaspersoft® Studio Professional 8.0.1 use this one

With this one

<textField isStretchWithOverflow="true"> -- TIBCO Jaspersoft Studio Professional-7.3.0 use this one