Kaltura · Example Payload

Service_Category_Action_List_Post

List all categories

category

Service_Category_Action_List_Post is an example object payload from Kaltura, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarydescriptiontagsparametersresponses

Example Payload

Raw ↑
{
  "path": "/service/category/action/list",
  "method": "POST",
  "operationId": "category.list",
  "summary": "",
  "description": "List all categories",
  "tags": [
    "category"
  ],
  "parameters": [
    {
      "$ref": "#/parameters/ks"
    },
    {
      "$ref": "#/parameters/format"
    },
    {
      "$ref": "#/parameters/clientTag"
    },
    {
      "$ref": "#/parameters/partnerId"
    },
    {
      "$ref": "#/parameters/language"
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    }
  }
}