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": "00b8d650-f28f-4ace-b6f7-86540181556e",
"Key": "sample string 1"
},
{
"Id": "00b8d650-f28f-4ace-b6f7-86540181556e",
"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>00b8d650-f28f-4ace-b6f7-86540181556e</Id>
<Key>sample string 1</Key>
</GetTopicDictionaryResponse>
<GetTopicDictionaryResponse>
<Id>00b8d650-f28f-4ace-b6f7-86540181556e</Id>
<Key>sample string 1</Key>
</GetTopicDictionaryResponse>
</ArrayOfGetTopicDictionaryResponse>