View on GitHub

ickstream-docs

Public documentation about the ickStream Music Platform

getProtocolVersions

Get information about the supported protocol versions

Request:

{
    "jsonrpc": 2.0,
    "id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
    "method": "getProtocolVersions",
    "params": {
    }
}

Response:

{
    "jsonrpc": 2.0,
    "id": < The request identity >,
    "result": {
        "minVersion": <The minimum protocol version supported>,
        "maxVersion": <The maximum protocol version supported>
    }
}

Specific information:

Category:Service Protocol