GET api/Product/Topics
Get all Topic for account./>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of topic.
Collection of GetTopicDictionaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "66c0355d-8ad9-45b6-b4b4-6b6890251003",
"Key": "sample string 1"
},
{
"Id": "66c0355d-8ad9-45b6-b4b4-6b6890251003",
"Key": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTopicDictionaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<GetTopicDictionaryResponse>
<Id>66c0355d-8ad9-45b6-b4b4-6b6890251003</Id>
<Key>sample string 1</Key>
</GetTopicDictionaryResponse>
<GetTopicDictionaryResponse>
<Id>66c0355d-8ad9-45b6-b4b4-6b6890251003</Id>
<Key>sample string 1</Key>
</GetTopicDictionaryResponse>
</ArrayOfGetTopicDictionaryResponse>