/
getVersion
getVersion
Returns the application version.
status:http get /ctreplay/:domain?/getVersion
Path variables:
Name | Mandatory | type | Description |
---|---|---|---|
domain | status:no | status:string | Unique domain identifier |
Response:
Type: status:json
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>/ctreplay/default/getVersion
Response:
{
"result":true,
"version":"1.0.0",
"error":null
}
, multiple selections available,