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": "f0679b83-b6da-4e48-81a8-73f7ae9d1d9d",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
},
{
"Id": "f0679b83-b6da-4e48-81a8-73f7ae9d1d9d",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
}
]