Overview
Creates a report relating to a state machine associated with a token.HTTP request
POST /Agent/StateMachines/CreateReport
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTokenId | ID of token associated with state machine. |
| PReportType | Type of report to generate. Possible values include Present, History, StateDiagram and Profiling. |
| PReportFormat | Format of report to generate. Possible values include Markdown, Html, Text, Xaml, XamarinXaml and SmartContract. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PReport | Generated report. |