GET api_v2/CloudServices/GetServiceCaption?cloudServiceId={cloudServiceId}
Get service caption
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cloudServiceId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <Caption>sample string 1</Caption> </Result>
application/json, text/json
Sample:
{ "Caption": "sample string 1" }