Videos

Get a list of videos

Get Videos

get

Returns all the Videos from the system a user has access to.

Authorizations
x-api-keystringRequired
Query parameters
pkstringRequired

Primary Key (PK) of the Subject to get Videos for

Responses
200

200 response

application/json
get
/videos
GET /videos?pk=text HTTP/1.1
Host: api.dorkk.online
x-api-key: YOUR_API_KEY
Accept: */*
200

200 response

{
  "count": "text",
  "items": [
    {
      "hlsUrl": "text",
      "dashUrl": "text",
      "thumbNailsUrls": [
        {
          "url": "text"
        }
      ],
      "duration": "text",
      "filename": "text",
      "mp4Urls": [
        {}
      ],
      "title": "text",
      "subject": "text",
      "module": "text",
      "pk": "text",
      "gradeId": "text",
      "id": "text"
    }
  ]
}

Last updated

Was this helpful?