GET api/sticker/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StickerViewModel| Name | Description | Type | Additional 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": "1fcd5d2a-b2c7-405c-96f6-8a3882110487",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "9e0a2a67-e3b9-437a-b550-db06df532489",
"contractItem_ID": "1c71adae-28e1-43d7-a206-43d22e57abf3",
"departement_ID": "b382534b-e6cc-4d57-9280-ef5c3bc27023",
"departmentItem_ID": "4e18a0b6-2ba3-44b3-8299-58bbb5f137f8",
"iD": "4d37ce55-85cb-4166-92df-2599a931282d",
"site_ID": "27cd7e62-384b-4042-a01e-d8ea9e089b28",
"siteCustomer_ID": "62901661-fa7d-431d-93b6-bdb2212b685a",
"sticker_ID": "05f5ca6a-831f-41e2-98b5-257e988bb44b"
},
{
"active": true,
"contract_ID": "9e0a2a67-e3b9-437a-b550-db06df532489",
"contractItem_ID": "1c71adae-28e1-43d7-a206-43d22e57abf3",
"departement_ID": "b382534b-e6cc-4d57-9280-ef5c3bc27023",
"departmentItem_ID": "4e18a0b6-2ba3-44b3-8299-58bbb5f137f8",
"iD": "4d37ce55-85cb-4166-92df-2599a931282d",
"site_ID": "27cd7e62-384b-4042-a01e-d8ea9e089b28",
"siteCustomer_ID": "62901661-fa7d-431d-93b6-bdb2212b685a",
"sticker_ID": "05f5ca6a-831f-41e2-98b5-257e988bb44b"
}
],
"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": "7f04dc93-aa45-458f-b9f9-c820f7176eff",
"isStatic": true,
"stickerType_ID": "6dd4cfe4-947e-4753-9d02-a27a963e1903",
"technicalDescription": "sample string 6"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "743333fc-7af9-47e9-b9fa-ab01cd778694",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "395097b6-1c41-4b0d-a53b-ef5e5fb3460e",
"stickerField_ID": "10d2d3d3-31b7-49cf-8395-013242ca9f89",
"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": "7f04dc93-aa45-458f-b9f9-c820f7176eff",
"isStatic": true,
"stickerType_ID": "6dd4cfe4-947e-4753-9d02-a27a963e1903",
"technicalDescription": "sample string 6"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "743333fc-7af9-47e9-b9fa-ab01cd778694",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "395097b6-1c41-4b0d-a53b-ef5e5fb3460e",
"stickerField_ID": "10d2d3d3-31b7-49cf-8395-013242ca9f89",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "57659306-fd12-4212-b7da-45970fc1cf19",
"stickerType_ID": "e011339c-b718-45e2-aee2-1ee2f0ccff7d",
"stickerRelation_IDs": [
"da4ba2f3-e05f-4e10-8e4c-728a071871e5",
"5b37746c-dd0f-4dfb-a103-ef06513bc592"
],
"site_ID": "91f73245-a236-4740-8f89-4fc8ef7fd726"
}
application/xml
Sample:
text/xml
Sample: