Video Api
This API allows to fetch video content items
Get Video List
GET
https://contentapi.celltick.com/mediaApi/mediaApi/v1.0/video
Query Parameters
offset
integer
For paging only. Default=0 max value is 1000
limit
integer
Limits the number of returned video items. Default is 10 max is 10
language
string
2 letter language code (ISO 639-1)
countryCode
string
Allows fetching content by country. 2 letter country code (ISO-ALPHA-2)
tag
string
Allows fetching video by list of comma separated tag names (e.g. tag=Berlin, London)
category
string
Allows fetching video by list of comma separated category names (e.g. category=News, Sports)
optOut
boolean
Allowed values are: true/false. Mandatory In case of android application
aid
string
Mandatory In case of android application
userId
string
Source user id (UUID)
Get Video By ID
GET
https://contentapi.celltick.com/mediaApi/v1.0/video/{id}
Path Parameters
id
string
Video unique id
Query Parameters
optOut
boolean
Allowed values are: true/false Mandatory In case of android application
aid
string
Mandatory In case of android application
userId
string
Source user id (UUID)
Last updated