I have been trying from last 7+ hours to get the list of playlist.
I am working on an iOS project and using following:-
And I have been getting this in my console:-
{
"objects":[],
"totalCount":0,
"objectType":"KalturaPlaylistListResponse"
}
I tried testing it on http://www.kaltura.com/api_v3/testme/ and I get same result.
But when I test it on https://developer.kaltura.com/console/#/playlist.list .... I get expected result, the list of playlists
Please suggest what am I doing wrong?