Versions Compared

Key

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

Produces an HTML version, ready-to-display, for the specific transaction.

URL

(GET) /api/apps/wbflex/transactions/items/{transactionid}/log/html

...

transactionid

The transaction ID. A global unique identifier in such as 597ecea705d14191ac6148bcaa222abb (it may contain hyphens)

string, Mandatory
bodyOnly

Optional, default is false.

  • true: Get complete HTML document: Incudes <html> tag and CSS styles.
  • false: Get HTML body only. Use if you want to embed the content in your own HTML page or if you want to define your own CSS styles. 
bool?, Optional


RESULTS

The result is the exact same as that of apps/wbflex/transactions/{id}/log/html except that it will show the specific single transaction only.


ACCESS RIGHTS

Available only to users with the right to view projects (which automatically excludes any external users).