GET api/StickerTemplates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StickerTemplate
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CustomerId

integer

None.

FileName

string

None.

Logo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "63fac40d-3c49-4179-a832-1d815075f255",
  "customerId": 2,
  "fileName": "sample string 3",
  "logo": "sample string 4"
}