GET /katello/api/content_views/:id/history
Show a content view's history

Examples

GET /katello/api/content_views/419082953/history
200
{
  "total": 0,
  "subtotal": 0,
  "selectable": 0,
  "page": 1,
  "per_page": 20,
  "error": null,
  "search": null,
  "sort": {
    "by": "content_view_version_id",
    "order": "asc"
  },
  "results": []
}

Params

Param name Description
id
required

content view numeric identifier

Validations:

  • Must be a number.