Kaltura API DocumentationaccessControl.list

List Access Control Profiles by filter and pager

Try it out
post https://www.kaltura.com/api_v3/service/accesscontrol/action/list

Request Parameters

body:object
object
filter:object:KalturaAccessControlFilter
orderBy:string
Enum: CREATED_AT_ASC [+createdAt], CREATED_AT_DESC [-createdAt]
KalturaAccessControlFilter must also match all of:
object:KalturaAccessControlBaseFilter
pager:object:KalturaFilterPager

The KalturaFilterPager object enables paging management to be applied upon service list actions.

KalturaFilterPager must also match all of:
object:KalturaPager

Response

Success

object:KalturaAccessControlListResponse
objects:array[object:KalturaAccessControl]
object:KalturaAccessControl
containsUnsuportedRestrictions:boolean

readOnly

Indicates that the access control profile is new and should be handled using KalturaAccessControlProfile object and accessControlProfile service

createdAt:integer

readOnly

Creation date as Unix timestamp (In seconds)

description:string

The description of the Access Control Profile

id:integer

readOnly

The id of the Access Control Profile

isDefault:integer
Enum: NULL_VALUE [-1], FALSE_VALUE [0], TRUE_VALUE [1]

Enum Type: KalturaNullableBoolean

True if this Conversion Profile is the default

name:string

The name of the Access Control Profile

partnerId:integer

readOnly

restrictions:array[object:KalturaBaseRestriction]systemName:string

System name of the Access Control Profile

KalturaAccessControlListResponse must also match all of:
object:KalturaListResponse