GET api/Product/Targets
Get all target dictionary for account./>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of target.
Collection of GetTargetDictionaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "41e30be1-4352-4e58-b933-315bc119483a",
"Key": "sample string 1"
},
{
"Id": "41e30be1-4352-4e58-b933-315bc119483a",
"Key": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTargetDictionaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<GetTargetDictionaryResponse>
<Id>41e30be1-4352-4e58-b933-315bc119483a</Id>
<Key>sample string 1</Key>
</GetTargetDictionaryResponse>
<GetTargetDictionaryResponse>
<Id>41e30be1-4352-4e58-b933-315bc119483a</Id>
<Key>sample string 1</Key>
</GetTargetDictionaryResponse>
</ArrayOfGetTargetDictionaryResponse>