Skip to main content

Get a list of GPC attribute value

GET 

/api/gpc/attribute-value

Get a list of GPC attribute value

Request

Query Parameters

    lang string

    Lang of the GPC attribute value

    SegmentCode string

    SegmentCode of the GPC attribute value

    FamilyCode string

    FamilyCode of the GPC attribute value

    ClassCode string

    ClassCode of the GPC attribute value

    BrickCode string

    BrickCode of the GPC attribute value

    AttributeCode string

    AttributeCode of the GPC attribute value

    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

Successful response

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
    AttributeValueCode string
    AttributeValueTitle string
    AttributeValueDefinition string
Loading...