GET api/Label/Layout/{ClientId}/{LabelLayoutId}
Get specific item layout by layout id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| LabelLayoutId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
list of item label profiles
LabelLayout| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| LayoutName | string |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| XMLTest | string |
None. |
|
| DPI | string |
None. |
|
| Layout | string |
None. |
|
| Size | string |
None. |
|
| IsSystemLabel | boolean |
None. |
|
| LabelInformation | string |
None. |
|
| BarcodeType | string |
None. |
|
| LayoutGroup | string |
None. |
|
| PakLevel | string |
None. |
|
| LabelType | string |
None. |
|
| StartAdjust | string |
None. |
|
| StopAdjust | string |
None. |
|
| PaperType | string |
None. |
|
| Contrast | string |
None. |
|
| XStart | string |
None. |
|
| LabelWidthMM | string |
None. |
|
| LabelLengthMM | string |
None. |
|
| CharacterSet | string |
None. |
|
| PrintSpeed | string |
None. |
|
| PrintDelay | string |
None. |
|
| LayoutType | string |
None. |
|
| PrinterType | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "d008ba76-bbe4-4a79-9cf2-2a5e2ce01eb2",
"Name": "sample string 2",
"LayoutName": "sample string 3",
"ClientId": "44a368bc-9c94-48d9-a492-92545719cd96",
"Number": "sample string 5",
"XMLTest": "sample string 6",
"DPI": "sample string 7",
"Layout": "sample string 8",
"Size": "sample string 9",
"IsSystemLabel": true,
"LabelInformation": "sample string 11",
"BarcodeType": "sample string 12",
"LayoutGroup": "sample string 13",
"PakLevel": "sample string 14",
"LabelType": "sample string 15",
"StartAdjust": "sample string 16",
"StopAdjust": "sample string 17",
"PaperType": "sample string 18",
"Contrast": "sample string 19",
"XStart": "sample string 20",
"LabelWidthMM": "sample string 21",
"LabelLengthMM": "sample string 22",
"CharacterSet": "sample string 23",
"PrintSpeed": "sample string 24",
"PrintDelay": "sample string 25",
"LayoutType": "sample string 26",
"PrinterType": "sample string 27"
}