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": "1cc3b041-a608-4cd8-af23-19d6f01fd134", "AccountId": "d5054a44-8fa3-4d43-a662-8340d1db0a97", "AccountName": "sample string 3", "StickerType": "1d737bc1-d7cf-47a9-b429-a2fa0af7c617", "StickerTypeName": "sample string 5", "StickerImage": "sample string 6", "IsSelected": true }, { "Id": "1cc3b041-a608-4cd8-af23-19d6f01fd134", "AccountId": "d5054a44-8fa3-4d43-a662-8340d1db0a97", "AccountName": "sample string 3", "StickerType": "1d737bc1-d7cf-47a9-b429-a2fa0af7c617", "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>d5054a44-8fa3-4d43-a662-8340d1db0a97</AccountId> <AccountName>sample string 3</AccountName> <Id>1cc3b041-a608-4cd8-af23-19d6f01fd134</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>1d737bc1-d7cf-47a9-b429-a2fa0af7c617</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> <StickerDto> <AccountId>d5054a44-8fa3-4d43-a662-8340d1db0a97</AccountId> <AccountName>sample string 3</AccountName> <Id>1cc3b041-a608-4cd8-af23-19d6f01fd134</Id> <IsSelected>true</IsSelected> <StickerImage>sample string 6</StickerImage> <StickerType>1d737bc1-d7cf-47a9-b429-a2fa0af7c617</StickerType> <StickerTypeName>sample string 5</StickerTypeName> </StickerDto> </ArrayOfStickerDto>