GET api/StickerField/getAll?active={active}&typeId={typeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
active

boolean

None.

typeId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StickerFieldViewModel
NameDescriptionTypeAdditional information
previewValue

Dictionary of string [key] and string [value]

None.

descriptions

Dictionary of string [key] and string [value]

None.

active

boolean

Required

code

string

Required

Max length: 50

id

globally unique identifier

None.

isStatic

boolean

None.

stickerType_ID

globally unique identifier

Required

technicalDescription

string

Required

Max length: 100

Response Formats

application/json, text/json

Sample:
[
  {
    "previewValue": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "descriptions": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "active": true,
    "code": "sample string 2",
    "id": "4c34ab11-3eac-498b-9faf-fc1341ccbdb0",
    "isStatic": true,
    "stickerType_ID": "77838505-a6ad-4f77-9598-6f98e0c41643",
    "technicalDescription": "sample string 6"
  },
  {
    "previewValue": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "descriptions": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "active": true,
    "code": "sample string 2",
    "id": "4c34ab11-3eac-498b-9faf-fc1341ccbdb0",
    "isStatic": true,
    "stickerType_ID": "77838505-a6ad-4f77-9598-6f98e0c41643",
    "technicalDescription": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfstickerField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <stickerField>
    <active>true</active>
    <code>sample string 2</code>
    <id>4c34ab11-3eac-498b-9faf-fc1341ccbdb0</id>
    <isStatic>true</isStatic>
    <stickerType_ID>77838505-a6ad-4f77-9598-6f98e0c41643</stickerType_ID>
    <technicalDescription>sample string 6</technicalDescription>
    <descriptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </descriptions>
    <previewValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </previewValue>
  </stickerField>
  <stickerField>
    <active>true</active>
    <code>sample string 2</code>
    <id>4c34ab11-3eac-498b-9faf-fc1341ccbdb0</id>
    <isStatic>true</isStatic>
    <stickerType_ID>77838505-a6ad-4f77-9598-6f98e0c41643</stickerType_ID>
    <technicalDescription>sample string 6</technicalDescription>
    <descriptions xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </descriptions>
    <previewValue xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value>sample string 2</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
      <d3p1:KeyValueOfstringstring>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value>sample string 4</d3p1:Value>
      </d3p1:KeyValueOfstringstring>
    </previewValue>
  </stickerField>
</ArrayOfstickerField>