Skip to main content

Get a list of GPC family

GET 

/api/gpc/family

Get a list of GPC family

Request

Query Parameters

    lang string

    Lang of the GPC segment

    SegmentCode string

    SegmentCode of the GPC family

    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
Loading...