Crystal Reports · JSON Structure

Crystal Reports Logon Response Structure

Response containing the logon token after successful authentication

Type: object Properties: 1
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

LogonResponse is a JSON Structure definition published by Crystal Reports, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

logonToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-logon-response-structure.json",
  "name": "LogonResponse",
  "description": "Response containing the logon token after successful authentication",
  "type": "object",
  "properties": {
    "logonToken": {
      "type": "string",
      "description": "Session token for subsequent API calls (include in X-SAP-LogonToken header with quotes)",
      "example": "COMMANDCOM-LCM:6400@{3&2=5697,U3&p=40623.9596541551,Y7&4F&68&z=_3P05,UP&66&UF=02twEaVJw0H1xh3KHPg3S7x.mhc0RWgGLQo1jW.aQbs5Q&42&0F=Ax3kVubd7nkS0DmUxkxGr5J"
    }
  }
}