Serve captions by entryId (C#)

Hello.

I’m trying to get captions as a .srt file by using the video entry ID, and have been looking at the “caption_captionasset:servebyentryid” in the API documentation. However, I can’t get it working using the C# library.

I thought it would be something like this:

File subs = client.CaptionAssetService.ServeByEntryId(entryId);

However, while CaptionAssetService has all the other services (get, add, list, delete etc), it doesn’t have a ServeByEntryId. Does anyone have any advice on how I can get this working?

Thanks.

Not sure I understand your question.
Is this function does not work, or you don’t see it?
You can see that this function does exit: http://www.kaltura.com/api_v3/testme/

Ofer