Get a list of GPC class
GET/api/gpc/class
Get a list of GPC class
Request
Query Parameters
lang string
Lang of the GPC class
SegmentCode string
SegmentCode of the GPC class
FamilyCode string
FamilyCode of the GPC class
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
{
"SegmentCode": "string",
"SegmentTitle": "string",
"SegmentDefinition": "string",
"FamilyCode": "string",
"FamilyTitle": "string",
"FamilyDefinition": "string",
"ClassCode": "string",
"ClassTitle": "string",
"ClassDefinition": "string"
}
Loading...