/
getVersion
getVersion
Returns the application version.
http get /ctreplay/:domain?/getVersion
Path variables:
Name | Mandatory | type | Description |
---|---|---|---|
domain | no | string | Unique domain identifier |
Response:
Type: json
Name | Type | Description |
---|---|---|
result | boolean | If true, the service response was performed correctly |
error | null /string | Contains the error description if an error has occurred in the request |
version | string | Application version |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/getVersion
Response:
{
"result":true,
"version":"1.0.0",
"error":null
}