Read a specific category by id.

get

/content/management/api/v1.1/personalization/categories/{id}

Request

Path Parameters
Query Parameters
  • This parameter is used to control the returned fields for a attribute category. This parameter accepts a comma-separated list of field names or all. These fields will be returned for each category in the list. As all the field names are case-sensitive, users must provide the correct field names in the query. Each recommendation has both standard fields (id, name, description and type. When fields is specified as all (case-insensitive), all the standard and additional fields are returned. The standard fields are always returned in the response and cannot be filtered out. Users can only filter out the additional fields. This parameter is optional in the query and by default result shows only standard fields in the response. Any incorrect or invalid field name given in the query will result in an error.

    Example: ?fields=all
    This will return all standard fields and all additional fields for each category.
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : AttributeCategory
Type: object
AttributeCatgegory
Show Source

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Recommendation not found. The requested resource not found.

500 Response

Internal server error.
Back to Top