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": "c88365ed-7427-4639-b631-ca7c2809723f",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
},
{
"Id": "c88365ed-7427-4639-b631-ca7c2809723f",
"Type": 2,
"LabelText": "sample string 3",
"Comment": "sample string 4"
}
]