GET api_v2/Cloud42Service/GetServicesList
No documentation available.
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Table Type="sample string 1"> <Row> <Key>sample string 1</Key> <Representation>sample string 2</Representation> </Row> <Row> <Key>sample string 1</Key> <Representation>sample string 2</Representation> </Row> <Row> <Key>sample string 1</Key> <Representation>sample string 2</Representation> </Row> </Table> </Result>
application/json, text/json
Sample:
{ "Table": { "Type": "sample string 1", "Row": [ { "Key": "sample string 1", "Representation": "sample string 2" }, { "Key": "sample string 1", "Representation": "sample string 2" }, { "Key": "sample string 1", "Representation": "sample string 2" } ] } }