Version

GET /version

Returns the installed plugin version.

Responses

  • 200 application/json

    Successful response

    Hide response attributes Show response attributes object
    • Response string
    • Error string
    • StatusCode integer
    • Success boolean
    • Type string
GET /version
curl \
 --request GET 'http://localhost:1888/v2/api/version'
Response examples (200)
{
  "Response": "2.2.2.0",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}