Get a list of GPC segment
GET/api/gpc
Get a list of GPC segment
Request
Query Parameters
lang string
Lang of the GPC segment
search string
Search in the GPC list
order_by object
order by clause
per_page integer
number of items per page
page integer
page number that you want (see meta for pagination infos)
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data object[]
SegmentCode string
Segment code GS1
SegmentTitle string
Segment title GS1
SegmentDefinition string
Segment definition GS1
FamilyCode string
Family code GS1
FamilyTitle string
Family title GS1
FamilyDefinition string
Family definition GS1
ClassCode string
Class code GS1
ClassTitle string
Class title GS1
ClassDefinition string
Class definition GS1
BrickCode string
Brick code GS1
BrickTitle string
Brick title GS1
BrickDefinition_Includes string
Brick definition includes GS1
BrickDefinition_Excludes string
Brick definition excludes GS1
AttributeCode string
Attribute code GS1
AttributeTitle string
Attribute title GS1
AttributeDefinition string
Attribute definition GS1
AttributeValueCode string
Attribute value code GS1
AttributeValueTitle string
Attribute value title GS1
AttributeValueDefinition string
Attribute value definition GS1
{
"data": [
{
"SegmentCode": "string",
"SegmentTitle": "string",
"SegmentDefinition": "string",
"FamilyCode": "string",
"FamilyTitle": "string",
"FamilyDefinition": "string",
"ClassCode": "string",
"ClassTitle": "string",
"ClassDefinition": "string",
"BrickCode": "string",
"BrickTitle": "string",
"BrickDefinition_Includes": "string",
"BrickDefinition_Excludes": "string",
"AttributeCode": "string",
"AttributeTitle": "string",
"AttributeDefinition": "string",
"AttributeValueCode": "string",
"AttributeValueTitle": "string",
"AttributeValueDefinition": "string"
}
]
}
Loading...