GET api/Product/Imprints
Get all imprints for account./>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of imprints.
Collection of GetImprintResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3ab4f6a1-b04f-4ba6-986d-97d2b66c96a1",
"Key": "sample string 1"
},
{
"Id": "3ab4f6a1-b04f-4ba6-986d-97d2b66c96a1",
"Key": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetImprintResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<GetImprintResponse>
<Id>3ab4f6a1-b04f-4ba6-986d-97d2b66c96a1</Id>
<Key>sample string 1</Key>
</GetImprintResponse>
<GetImprintResponse>
<Id>3ab4f6a1-b04f-4ba6-986d-97d2b66c96a1</Id>
<Key>sample string 1</Key>
</GetImprintResponse>
</ArrayOfGetImprintResponse>