Kaltura API DocumentationaccessControlProfile.list

List access control profiles by filter and pager

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

Request Parameters

body:object
object
filter:object:KalturaAccessControlProfileFilter
orderBy:string
Enum: CREATED_AT_ASC [+createdAt], UPDATED_AT_ASC [+updatedAt], CREATED_AT_DESC [-createdAt], UPDATED_AT_DESC [-updatedAt]
KalturaAccessControlProfileFilter must also match all of:
object:KalturaAccessControlProfileBaseFilter
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:KalturaAccessControlProfileListResponse
objects:array[object:KalturaAccessControlProfile]
object:KalturaAccessControlProfile
createdAt:integer

readOnly

Creation time 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 access control profile is the partner default

name:string

The name of the Access Control Profile

partnerId:integer

readOnly

rules:array[object:KalturaRule]systemName:string

System name of the Access Control Profile

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)

KalturaAccessControlProfileListResponse must also match all of:
object:KalturaListResponse