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": "bd71516b-7e12-403b-875c-6b92fb2ed89b",
    "technicalDescription": "sample string 3",
    "active": true
  },
  "relations": [
    {
      "active": true,
      "contract_ID": "8c8d98df-6b82-4054-bcaa-bb99b26fe645",
      "contractItem_ID": "ba28e99d-7f0d-4d32-a90a-2089c81afa7e",
      "departement_ID": "ad0e3596-33ac-4029-802b-0d11f76f4806",
      "departmentItem_ID": "e0b96c85-f2d9-49eb-bcf0-8c6fcb1cf306",
      "iD": "9da6c475-7624-448d-a71e-35c687808e53",
      "site_ID": "04267d50-20f7-4a78-9f50-11fc87ed1086",
      "siteCustomer_ID": "9b3d5488-dc85-40e8-906e-215c799928be",
      "sticker_ID": "9f4c1f5e-c7c8-4cc9-96a0-91c149b3fe4c",
      "garment_ID": "d9d03973-c65e-4c12-8618-7070fab2a4aa"
    },
    {
      "active": true,
      "contract_ID": "8c8d98df-6b82-4054-bcaa-bb99b26fe645",
      "contractItem_ID": "ba28e99d-7f0d-4d32-a90a-2089c81afa7e",
      "departement_ID": "ad0e3596-33ac-4029-802b-0d11f76f4806",
      "departmentItem_ID": "e0b96c85-f2d9-49eb-bcf0-8c6fcb1cf306",
      "iD": "9da6c475-7624-448d-a71e-35c687808e53",
      "site_ID": "04267d50-20f7-4a78-9f50-11fc87ed1086",
      "siteCustomer_ID": "9b3d5488-dc85-40e8-906e-215c799928be",
      "sticker_ID": "9f4c1f5e-c7c8-4cc9-96a0-91c149b3fe4c",
      "garment_ID": "d9d03973-c65e-4c12-8618-7070fab2a4aa"
    }
  ],
  "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": "e23a66b4-4ca4-441d-9c11-00f54d5b8a6c",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "9984e1c6-7717-4479-a49f-1364fff74725",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "59a98c96-dec7-459a-89cf-733087f0ad12",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "4fc62cb0-92b2-488c-af14-b6fad351a0b5",
      "stickerField_ID": "17b20425-fa67-4da1-9312-049efc210e76",
      "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": "e23a66b4-4ca4-441d-9c11-00f54d5b8a6c",
        "isProductionSite": true,
        "isStatic": true,
        "separator": "sample string 6",
        "stickerType_ID": "9984e1c6-7717-4479-a49f-1364fff74725",
        "technicalDescription": "sample string 8"
      },
      "active": true,
      "backgroundColor": "sample string 2",
      "bold": true,
      "fontSize": 4,
      "foregroundColor": "sample string 5",
      "id": "59a98c96-dec7-459a-89cf-733087f0ad12",
      "italic": true,
      "staticValue": "sample string 8",
      "sticker_ID": "4fc62cb0-92b2-488c-af14-b6fad351a0b5",
      "stickerField_ID": "17b20425-fa67-4da1-9312-049efc210e76",
      "stringLength": 1,
      "stringStart": 1,
      "zoneNumber": 11
    }
  ],
  "active": true,
  "code": "sample string 2",
  "id": "fcdff440-3d21-45cf-80fd-03305e004070",
  "stickerType_ID": "233209bd-0535-4df8-8531-63fa48ab1972",
  "stickerRelation_IDs": [
    "75803b7e-6440-4fa4-a82d-5372f47e1330",
    "45ab87f7-3733-4487-8a79-c979c48af7d7"
  ],
  "site_ID": "e9a1d2f9-3af5-433c-a911-bc491c9cebfc"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.