GET api/Admin/EInk/Badges/tags
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EInkBadgeTagDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"Label": "sample string 2"
},
{
"Key": "sample string 1",
"Label": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEInkBadgeTagDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.Badges">
<EInkBadgeTagDTO>
<Key>sample string 1</Key>
<Label>sample string 2</Label>
</EInkBadgeTagDTO>
<EInkBadgeTagDTO>
<Key>sample string 1</Key>
<Label>sample string 2</Label>
</EInkBadgeTagDTO>
</ArrayOfEInkBadgeTagDTO>