Hi,
I’m attempting to generate shortlinks for every video in a specific category (approx 700 videos) using the Test Me Console.
I’m currently using the Multireqest service to:
-
List all videos in the category using baseEntry, filtered using categoryAncestorIdIn
-
Add shortlinks to the videos
My problem arises because I’m not sure how to pass data from the KalturaBaseEntryListResponse into the shortLink service in the Test Me Console. Is there a specific format to use when pulling information from the 1st multirequest in to the 2nd?
-Ben