You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Sunet Media Distribution has a RESTful API that makes it easy for developers to integrate services from Sunet Media Distribution into their own applications.

Get all public videos

URL

https://smd-dev.nordu.net/api/1.0/videos/all.format

Formats

JSON, XML, YAML

Request method

GET

Requires Auth

False

Rate Limit

False

Parameters

  • None

Example

https://smd-dev.nordu.net/api/1.0/videos/all.json

[
  { 
    "inprogress": false, 
    "description": "Jag testar", 
    "timecreated": "2010-12-10 14:30:45", 
    "title": "First movie", 
    "lastupdated": "2010-12-10 14:31:36",   
    "runningtime": "00:00:16", 
    "creator_id": 1, 
    "externalid": "380357771265", 
    "author_id": null, 
  }
  ,
  { 
    "inprogress": false, 
    "description": "ksksk", 
    "timecreated": "2010-12-10 14:31:08", 
    "title": "Second movie", 
    "lastupdated": "2010-12-10 14:32:57", 
    "runningtime": "00:00:17", 
    "creator_id": 1, 
    "externalid": "380361424897", 
    "author_id": null, 
  }
]
  • No labels