GET api_v2/CloudServices/GetServiceByToken?token={token}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <serviceNameResult>sample string 1</serviceNameResult> </Result>
application/json, text/json
Sample:
{ "serviceNameResult": "sample string 1" }