/
getVersion

getVersion

Returns the application version.

status:HTTP GET /livechat/:domain/getVersion

Path Variables:

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

domain

status:NO

status:STRING

Unique domain identifier

Response:

Type: status:JSONp

Name

Type

Description

Name

Type

Description

result

status:boolean

If true, the service response was performed correctly

error

status:null / status:string

Contains the error description if an error has occurred in the request

version

status:string

Application version

Example:

Request

http://<hostname>:<port>/livechat/default/getVersion

Response

{ "result":true, "version":"1.0.0", "error":null }

 

 

Related content