API Methods: videos.getList



Description

Returns a list of site videos


Authentication

This method requires authentication without user credentials.

Required parameters

  • None

Optional parameters

  • video_id
  • user_id
  • link
  • title
  • views
  • total_ratings
  • uploaded
  • recorded
  • ss_key
  • interest_key
  • subinterest_key

Example response

<?xml version="1.0"?>
<response status="ok" time="Tue, 22 Apr 2008 16:50:18 -0500">
    <videos count="2" total="49">
        <video>
            <video_id>50</video_id>
            <user_id>3</user_id>

            <link>
                <![CDATA[http://smallworld.vo.llnwd.net/o18/corp/soccer_bloopers_300-448x336.flv]]>
            </link>
            <title>
                <![CDATA[Great Soccer Bloopers]]>
            </title>

            <views>10</views>
            <total_ratings>2</total_ratings>
            <uploaded>
                <![CDATA[Fri, 14 Sep 2007 11:14:29 -0500]]>
            </uploaded>

            <recorded>
                <![CDATA[Fri, 14 Sep 2007 00:00:00 -0500]]>
            </recorded>
            <thumbnail>
                <![CDATA[http://smallworld.vo.llnwd.net/o18/corp/soccer_bloopers_tmb/0000.jpg]]>
            </thumbnail>

        </video>
        <video>
            <video_id>55</video_id>
            <user_id>3</user_id>
            <link>

                <![CDATA[http://smallworld.vo.llnwd.net/o18/corp/violent_soccer_300-448x336.flv]]>
            </link>
            <title>
                <![CDATA[Violence on the Field]]>
            </title>
            <views>10</views>

            <total_ratings>1</total_ratings>
            <uploaded>
                <![CDATA[Fri, 14 Sep 2007 13:30:06 -0500]]>
            </uploaded>
            <recorded>

                <![CDATA[Fri, 14 Sep 2007 00:00:00 -0500]]>
            </recorded>
            <thumbnail>
                <![CDATA[http://smallworld.vo.llnwd.net/o18/corp/violent_soccer_tmb/0000.jpg]]>
            </thumbnail>
        </video>

    </videos>
</response>