GET api/sticker/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

StickerViewModel
NameDescriptionTypeAdditional information
descriptions

Dictionary of string [key] and string [value]

None.

type

StickerTypeViewModel

None.

relations

Collection of StickerRelationViewModel

None.

details

Collection of StickerDetailViewModel

None.

active

boolean

Required

code

string

Required

Max length: 50

id

globally unique identifier

None.

stickerType_ID

globally unique identifier

Required

stickerRelation_IDs

Collection of globally unique identifier

None.

site_ID

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "descriptions": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "type": {
    "descriptions": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "code": "sample string 1",
    "id": "47326d99-f75f-4abf-806c-3d6b7e494dee",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "b4cb70e4-9e0a-460f-8748-c799bca37ad0",
      "contractItem_ID": "442089e8-02a3-41bd-bcf2-dbbf02cce69d",
      "departement_ID": "93223d34-14a7-44ca-b9d1-6eaf221aa788",
      "departmentItem_ID": "0573fc58-cdaa-44fe-b727-94da5915147f",
      "iD": "6dda79f5-7de9-4e36-8333-27eba8016396",
      "site_ID": "288af44c-6ab5-45a9-af13-74b95f240b70",
      "siteCustomer_ID": "da953fc6-584b-487d-994c-747096ec83cb",
      "sticker_ID": "812b9314-4b41-4645-bb2e-406953b42359",
      "garment_ID": "9394e855-5549-4a88-801f-7b61b0f151a0"
    },
    {
      "active": true,
      "contract_ID": "b4cb70e4-9e0a-460f-8748-c799bca37ad0",
      "contractItem_ID": "442089e8-02a3-41bd-bcf2-dbbf02cce69d",
      "departement_ID": "93223d34-14a7-44ca-b9d1-6eaf221aa788",
      "departmentItem_ID": "0573fc58-cdaa-44fe-b727-94da5915147f",
      "iD": "6dda79f5-7de9-4e36-8333-27eba8016396",
      "site_ID": "288af44c-6ab5-45a9-af13-74b95f240b70",
      "siteCustomer_ID": "da953fc6-584b-487d-994c-747096ec83cb",
      "sticker_ID": "812b9314-4b41-4645-bb2e-406953b42359",
      "garment_ID": "9394e855-5549-4a88-801f-7b61b0f151a0"
    }
  ],
  "details": [
    {
      "stickerField": {
        "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": "f3b73c17-e6e2-4ca3-b881-20480170dda0",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "e47c40ce-2b27-4fbb-b965-7206d37dc3a8",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "54ea7176-33a2-4068-80a4-7b3ba40bb02d",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "e838fff5-0b82-46cf-bbf0-4773f12ab36e",
      "stickerField_ID": "2f663aab-f809-4a59-878e-60441b154277",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    },
    {
      "stickerField": {
        "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": "f3b73c17-e6e2-4ca3-b881-20480170dda0",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "e47c40ce-2b27-4fbb-b965-7206d37dc3a8",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "54ea7176-33a2-4068-80a4-7b3ba40bb02d",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "e838fff5-0b82-46cf-bbf0-4773f12ab36e",
      "stickerField_ID": "2f663aab-f809-4a59-878e-60441b154277",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "92aba8da-106a-4ab1-b58a-f935963fbf11",
  "stickerType_ID": "f8eb3485-c132-4508-ac94-2815f14fba59",
  "stickerRelation_IDs": [
    "d77a8edc-b835-48f6-8798-f6bcfc7edf3e",
    "0ca2d094-bacb-43c2-9863-aebc63dbde99"
  ],
  "site_ID": "bbcc0985-e1bb-48d1-8e98-04252dc8c46e"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.