Get a list of GPC attribute
GET/api/gpc/attribute
Get a list of GPC attribute
Request
Query Parameters
lang string
Lang of the GPC attribute
SegmentCode string
SegmentCode of the GPC attribute
FamilyCode string
FamilyCode of the GPC attribute
ClassCode string
ClassCode of the GPC attribute
BrickCode string
BrickCode of the GPC attribute
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
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
{
"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"
}
Loading...