Overview
Creates a report relating to a state machine associated with a token.HTTP request
POST /Agent/Tokens/GetDescription
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PTokenId | ID of token. |
| 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. |