List all pending flags for the entry.
{ "responseProfile": { "objectType": "KalturaDetachedResponseProfile" } }
object responseProfile:object:KalturaBaseResponseProfile
abstract
objectType:string Enum: KalturaDetachedResponseProfile, KalturaResponseProfileHolder, KalturaResponseProfileKalturaBaseResponseProfile must also match any of:
object:KalturaDetachedResponseProfile object:KalturaResponseProfileHolder object:KalturaResponseProfile
{ "entryId": "", "pager": { "objectType": "KalturaPager", "pageIndex": 0, "pageSize": 0 } }
object entryId*:string pager:object:KalturaFilterPager The KalturaFilterPager object enables paging management to be applied upon service list actions.
KalturaFilterPager must also match all of:
object:KalturaPager
Success
{ "objectType": "KalturaListResponse", "totalCount": 0, "objects": [ { "comments": "", "createdAt": 0, "flagType": 1, "flaggedEntryId": "", "flaggedUserId": "", "id": 0, "moderationObjectType": "2", "partnerId": 0, "status": "1", "updatedAt": 0, "userId": "" } ] }
object:KalturaModerationFlagListResponse objects:array[object:KalturaModerationFlag] object:KalturaModerationFlag comments:string The comment that was added to the flag
createdAt:integer
readOnly
flagType:integer Enum: SEXUAL_CONTENT [1], VIOLENT_REPULSIVE [2], HARMFUL_DANGEROUS [3], SPAM_COMMERCIALS [4], COPYRIGHT [5], TERMS_OF_USE_VIOLATION [6]Enum Type:
KalturaModerationFlagType
flaggedEntryId:string If moderation flag is set for entry, this is the flagged entry id
flaggedUserId:string If moderation flag is set for user, this is the flagged user id
id:integer
readOnly
Moderation flag id
moderationObjectType:string Enum: ENTRY [2], USER [3]
readOnly
Enum Type:
KalturaModerationObjectType
The type of the moderation flag (entry or user)
partnerId:integer
readOnly
status:string Enum: PENDING [1], MODERATED [2]
readOnly
Enum Type:
KalturaModerationFlagStatus
The moderation flag status
updatedAt:integer
readOnly
userId:string
readOnly
The user id that added the moderation flag
KalturaModerationFlagListResponse must also match all of:
object:KalturaListResponse