GET api/Label/ProductLabelingInfo/All
Get all product labeling info lines
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
list of product labeling info
Collection of ProductLabelingInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Type | integer |
None. |
|
| LabelText | string |
None. |
|
| Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "ba37de6d-7c60-4786-8cc2-6c5d29db7e07",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
},
{
"Id": "ba37de6d-7c60-4786-8cc2-6c5d29db7e07",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
}
]