GET api/Sticker/GetSticker
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StickerDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
None. |
|
AccountName | string |
None. |
|
StickerType | globally unique identifier |
None. |
|
StickerTypeName | string |
None. |
|
StickerImage | string |
None. |
|
IsSelected | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "f10fa946-aa5c-4739-9b35-920ed5fb0a2e", "AccountId": "45d8aed6-e895-44b0-a24a-439d1a8e83da", "AccountName": "sample string 3", "StickerType": "763ae423-a55c-40d0-88cb-b75cec1f4d4a", "StickerTypeName": "sample string 5", "StickerImage": "sample string 6", "IsSelected": true }, { "Id": "f10fa946-aa5c-4739-9b35-920ed5fb0a2e", "AccountId": "45d8aed6-e895-44b0-a24a-439d1a8e83da", "AccountName": "sample string 3", "StickerType": "763ae423-a55c-40d0-88cb-b75cec1f4d4a", "StickerTypeName": "sample string 5", "StickerImage": "sample string 6", "IsSelected": true } ]
application/xml, text/xml
Sample:
<ArrayOfStickerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.StickerModule.Model"> <StickerDto> <AccountId>45d8aed6-e895-44b0-a24a-439d1a8e83da</AccountId> <AccountName>sample string 3</AccountName> <Id>f10fa946-aa5c-4739-9b35-920ed5fb0a2e</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>763ae423-a55c-40d0-88cb-b75cec1f4d4a</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> <StickerDto> <AccountId>45d8aed6-e895-44b0-a24a-439d1a8e83da</AccountId> <AccountName>sample string 3</AccountName> <Id>f10fa946-aa5c-4739-9b35-920ed5fb0a2e</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>763ae423-a55c-40d0-88cb-b75cec1f4d4a</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> </ArrayOfStickerDto>