Package - GET
Get a list of available package treatments.
api/{role}/Package
Request Information
Property | Note | Constraints |
---|---|---|
role : string |
Response Information
Array<Pair of string [key]
and string [value]>
Response Formats
application/json, text/json
[
{
"key": "test 1",
"value": "test 2"
},
{
"key": "test 1",
"value": "test 2"
}
]
application/xml, text/xml
<ArrayOfKeyValuePairOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<KeyValuePairOfstringstring>
<key>test 1</key>
<value>test 2</value>
</KeyValuePairOfstringstring>
<KeyValuePairOfstringstring>
<key>test 1</key>
<value>test 2</value>
</KeyValuePairOfstringstring>
</ArrayOfKeyValuePairOfstringstring>