Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How to get the last updated videos by date


Hi,

i have 17000 videos in my jwplatform account.

for example,

i have created 10 videos on April 1st 2015,then my videos becomes 17010.

then i have updated some metadata of above 10 videos on April 16th 2015.

then i have added another 5 videos then my videos becomes 17015.

so is there any way to get the last updated(in this case above 10 videos) videos from Jwplatform with API

Thanks
Praveen


1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Thank you for contacting the JW Player support team. We do not have a specific API that sorts by recent update but we do have other APIs that may work for you. (i.e. /video/status : string
Video status: created) http://apidocs.jwplayer.com/methods/videos/list.html . I have also enclosed a sample .xml response you would experience from the provided API page:

<?xml version=“1.0” encoding=“UTF-8”?>
<response>
<status>ok</status>
<limit>50</limit>
<offset>100</offset>
<total>122</total>
<videos total="22">
<video key="yYul4DRz">
<author>JW Platform</author>
<custom>
<param1>value 1</param1>
<param2>value 2</param2>

</custom>…

Kindly,
Randy

This question has received the maximum number of answers.