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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
active

boolean

None.

typeId

globally unique identifier

None.

productionSite

boolean

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.

isProductionSite

boolean

None.

isStatic

boolean

None.

separator

string

Max length: 50

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": "9e6edc40-f874-4048-ac7d-21fccc86144f",
    "isProductionSite": true,
    "isStatic": true,
    "separator": "sample string 6",
    "stickerType_ID": "c6d1df68-a956-46b0-9471-f6c4f6f96d94",
    "technicalDescription": "sample string 8"
  },
  {
    "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": "9e6edc40-f874-4048-ac7d-21fccc86144f",
    "isProductionSite": true,
    "isStatic": true,
    "separator": "sample string 6",
    "stickerType_ID": "c6d1df68-a956-46b0-9471-f6c4f6f96d94",
    "technicalDescription": "sample string 8"
  }
]

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>9e6edc40-f874-4048-ac7d-21fccc86144f</id>
    <isProductionSite>true</isProductionSite>
    <isStatic>true</isStatic>
    <separator>sample string 6</separator>
    <stickerType_ID>c6d1df68-a956-46b0-9471-f6c4f6f96d94</stickerType_ID>
    <technicalDescription>sample string 8</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>9e6edc40-f874-4048-ac7d-21fccc86144f</id>
    <isProductionSite>true</isProductionSite>
    <isStatic>true</isStatic>
    <separator>sample string 6</separator>
    <stickerType_ID>c6d1df68-a956-46b0-9471-f6c4f6f96d94</stickerType_ID>
    <technicalDescription>sample string 8</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>