Get Dashboard Version
GET /api/version
GET /api/versionInteractive request editor loads with JavaScript.
X-API-KEY<token>
In: header
Response Body
application/json
curl -X GET "$API_BASE_URL/api/version"Successfully retrieved the dashboard version.
{
"value": "dev"
}Complete operation details and schema variants
GET /api/version
Get Dashboard Version
Return the current dashboard version information. Use this endpoint for compatibility checks and operational diagnostics.
Parameters
Responses
200: Successfully retrieved the dashboard version.- allOf variant 1
value(object, optional): The specific resource.- allOf variant 2
value(string, optional): Dashboard version.
cURL
curl -X GET '$API_BASE_URL/api/version'