Product Features

List all category product features grouped by category

Requires product_features.read scope.

get/api/v2/categories/features

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

filter[product_uuid_eq]string

Filter by G2 product ID

filter[is_verified_eq]boolean
filter[functionality_eq]string

Filter by functionality

filter[created_at_gt]string date-time

Min created_at value (RFC3339 format)

filter[created_at_lt]string date-time

Max created_at value (RFC3339 format)

filter[updated_at_gt]string date-time

Min updated_at value (RFC3339 format)

filter[updated_at_lt]string date-time

Max updated_at value (RFC3339 format)

fields[product_features]string[]

Comma separated list of fields for product_features to include in response

includestring[]

Comma-separated list of relationships to include (e.g. product)

Response

Grouped category product features

Changes