server/info

Gets meta-information about the current API.

Authorization

None

Request Topic and Payload

Topic

dh/request

Payload Representation

{
    "action": {string},
    "requestId": {object}
}

Payload Parameters

Property NameRequiredTypeDescription
actionYesstringAction name: server/info
requestIdNoobjectRequest unique identifier, will be passed back in the response message.

Response Topic and Payload

Topic

dh/response/authenticate@{clientId}

Payload Representation

{
    "action": {string},
    "status": {string},
    "requestId": {object},
    "info": {
        "apiVersion": {string},
        "serverTimestamp": {datetime},
        "restServerUrl": {string}
    }
}

Payload Parameters

Property NameTypeDescription
actionstringAction name: server/info
statusstringOperation execution status (success or error).
requestIdobjectRequest unique identifier as specified in the request message.
infoobjectThe ApiInfo resource.
info.apiVersionstringAPI version.
info.serverTimestampdatetimeCurrent server timestamp.
info.restServerUrlstringREST server URL.