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": "3b60f3cd-32f3-4527-8803-0a8e33269f4b", "AccountId": "fcd7bd5d-b03d-48e3-82cd-059936da11e6", "AccountName": "sample string 3", "StickerType": "c53fed3f-1f51-485b-b5a8-ee546d52af66", "StickerTypeName": "sample string 5", "StickerImage": "sample string 6", "IsSelected": true }, { "Id": "3b60f3cd-32f3-4527-8803-0a8e33269f4b", "AccountId": "fcd7bd5d-b03d-48e3-82cd-059936da11e6", "AccountName": "sample string 3", "StickerType": "c53fed3f-1f51-485b-b5a8-ee546d52af66", "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>fcd7bd5d-b03d-48e3-82cd-059936da11e6</AccountId> <AccountName>sample string 3</AccountName> <Id>3b60f3cd-32f3-4527-8803-0a8e33269f4b</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>c53fed3f-1f51-485b-b5a8-ee546d52af66</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> <StickerDto> <AccountId>fcd7bd5d-b03d-48e3-82cd-059936da11e6</AccountId> <AccountName>sample string 3</AccountName> <Id>3b60f3cd-32f3-4527-8803-0a8e33269f4b</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>c53fed3f-1f51-485b-b5a8-ee546d52af66</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> </ArrayOfStickerDto>