POST api/sticker/getAll
Request Information
URI Parameters
None.
Body Parameters
SearchParamsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
None. |
|
| firstElementIndex | integer |
None. |
|
| id | globally unique identifier |
None. |
|
| site_id | globally unique identifier |
None. |
|
| keywords | string |
None. |
|
| numberOfElements | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"active": true,
"firstElementIndex": 1,
"id": "6991a5cc-fa4e-4af8-8306-143878d7c3b1",
"site_id": "9f9c7cca-2f6e-4d3e-8feb-a005a7153a80",
"keywords": "sample string 1",
"numberOfElements": 1
}
application/xml, text/xml
Sample:
<searchParamsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <firstElementIndex>1</firstElementIndex> <id>6991a5cc-fa4e-4af8-8306-143878d7c3b1</id> <keywords>sample string 1</keywords> <numberOfElements>1</numberOfElements> <site_id>9f9c7cca-2f6e-4d3e-8feb-a005a7153a80</site_id> </searchParamsViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PaginationResultViewModelOfListOfStickerViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of StickerViewModel |
None. |
|
| totalRecord | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"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": "4e602b88-72f5-4e47-acaa-f13a69b5c858",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "4e55afa6-fe68-4169-b898-c1820c36be91",
"contractItem_ID": "d312754b-1ac9-4bf6-8c43-a0853e67a69c",
"departement_ID": "62f7c608-9836-4152-9a1a-20d24815cc2c",
"departmentItem_ID": "dc20a530-22d2-4681-ba6d-e75e7275b9fa",
"iD": "668323f7-4c5b-4705-a646-b4b177fba4d7",
"site_ID": "924bd707-b71f-4502-95d9-f2c6179c1d6a",
"siteCustomer_ID": "08ede300-abc5-4999-a98f-f6f0cd67f3db",
"sticker_ID": "a9542fad-63bb-424c-8861-b58903fb6e36",
"garment_ID": "22e48898-8717-4222-9ab1-7fc14b9e0232"
},
{
"active": true,
"contract_ID": "4e55afa6-fe68-4169-b898-c1820c36be91",
"contractItem_ID": "d312754b-1ac9-4bf6-8c43-a0853e67a69c",
"departement_ID": "62f7c608-9836-4152-9a1a-20d24815cc2c",
"departmentItem_ID": "dc20a530-22d2-4681-ba6d-e75e7275b9fa",
"iD": "668323f7-4c5b-4705-a646-b4b177fba4d7",
"site_ID": "924bd707-b71f-4502-95d9-f2c6179c1d6a",
"siteCustomer_ID": "08ede300-abc5-4999-a98f-f6f0cd67f3db",
"sticker_ID": "a9542fad-63bb-424c-8861-b58903fb6e36",
"garment_ID": "22e48898-8717-4222-9ab1-7fc14b9e0232"
}
],
"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": "bddd361c-2415-46be-a9e1-af978647703b",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "c172fcba-c809-4b06-a729-93d42d3f5bbf",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1ea6797b-e570-4e14-b340-a9fed3f9d43b",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "f1a8907d-f437-40ab-ae7a-deaabd54bbc0",
"stickerField_ID": "8a87ded6-2b55-495e-9662-b474c01e07cb",
"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": "bddd361c-2415-46be-a9e1-af978647703b",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "c172fcba-c809-4b06-a729-93d42d3f5bbf",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1ea6797b-e570-4e14-b340-a9fed3f9d43b",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "f1a8907d-f437-40ab-ae7a-deaabd54bbc0",
"stickerField_ID": "8a87ded6-2b55-495e-9662-b474c01e07cb",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "eef2d2c8-c239-4bfd-8c6a-a8ee272afc62",
"stickerType_ID": "8a5d6e64-02c3-4ee6-a7fa-8289ebf3076d",
"stickerRelation_IDs": [
"6a463e9d-2bb4-46d8-adf7-9af0d6cc21d8",
"21e1969c-7089-46e6-b218-2498427ea654"
],
"site_ID": "763e1a66-672d-4e00-a04c-00bc5f4279ed"
},
{
"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": "4e602b88-72f5-4e47-acaa-f13a69b5c858",
"technicalDescription": "sample string 3",
"active": true
},
"relations": [
{
"active": true,
"contract_ID": "4e55afa6-fe68-4169-b898-c1820c36be91",
"contractItem_ID": "d312754b-1ac9-4bf6-8c43-a0853e67a69c",
"departement_ID": "62f7c608-9836-4152-9a1a-20d24815cc2c",
"departmentItem_ID": "dc20a530-22d2-4681-ba6d-e75e7275b9fa",
"iD": "668323f7-4c5b-4705-a646-b4b177fba4d7",
"site_ID": "924bd707-b71f-4502-95d9-f2c6179c1d6a",
"siteCustomer_ID": "08ede300-abc5-4999-a98f-f6f0cd67f3db",
"sticker_ID": "a9542fad-63bb-424c-8861-b58903fb6e36",
"garment_ID": "22e48898-8717-4222-9ab1-7fc14b9e0232"
},
{
"active": true,
"contract_ID": "4e55afa6-fe68-4169-b898-c1820c36be91",
"contractItem_ID": "d312754b-1ac9-4bf6-8c43-a0853e67a69c",
"departement_ID": "62f7c608-9836-4152-9a1a-20d24815cc2c",
"departmentItem_ID": "dc20a530-22d2-4681-ba6d-e75e7275b9fa",
"iD": "668323f7-4c5b-4705-a646-b4b177fba4d7",
"site_ID": "924bd707-b71f-4502-95d9-f2c6179c1d6a",
"siteCustomer_ID": "08ede300-abc5-4999-a98f-f6f0cd67f3db",
"sticker_ID": "a9542fad-63bb-424c-8861-b58903fb6e36",
"garment_ID": "22e48898-8717-4222-9ab1-7fc14b9e0232"
}
],
"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": "bddd361c-2415-46be-a9e1-af978647703b",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "c172fcba-c809-4b06-a729-93d42d3f5bbf",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1ea6797b-e570-4e14-b340-a9fed3f9d43b",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "f1a8907d-f437-40ab-ae7a-deaabd54bbc0",
"stickerField_ID": "8a87ded6-2b55-495e-9662-b474c01e07cb",
"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": "bddd361c-2415-46be-a9e1-af978647703b",
"isProductionSite": true,
"isStatic": true,
"separator": "sample string 6",
"stickerType_ID": "c172fcba-c809-4b06-a729-93d42d3f5bbf",
"technicalDescription": "sample string 8"
},
"active": true,
"backgroundColor": "sample string 2",
"bold": true,
"fontSize": 4,
"foregroundColor": "sample string 5",
"id": "1ea6797b-e570-4e14-b340-a9fed3f9d43b",
"italic": true,
"staticValue": "sample string 8",
"sticker_ID": "f1a8907d-f437-40ab-ae7a-deaabd54bbc0",
"stickerField_ID": "8a87ded6-2b55-495e-9662-b474c01e07cb",
"stringLength": 1,
"stringStart": 1,
"zoneNumber": 11
}
],
"active": true,
"code": "sample string 2",
"id": "eef2d2c8-c239-4bfd-8c6a-a8ee272afc62",
"stickerType_ID": "8a5d6e64-02c3-4ee6-a7fa-8289ebf3076d",
"stickerRelation_IDs": [
"6a463e9d-2bb4-46d8-adf7-9af0d6cc21d8",
"21e1969c-7089-46e6-b218-2498427ea654"
],
"site_ID": "763e1a66-672d-4e00-a04c-00bc5f4279ed"
}
],
"totalRecord": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.