User Tools

Site Tools


api:iptv:epg:credit:list

API : IPTV : EPG : Credit : List

Introduction

This request will return a list of credited people with images.

Request

URL https://api.telecomx.dk/iptv/epg/credit
Method GET
Access level ADMIN
Query filter [optional] Name of person or part thereof.
limit [optional] Number of items to return 1-10000, defaults to 100.
offset [optional] Index of first item to return, defaults to 0.

Query examples

https://api.telecomx.dk/iptv/epg/credit
https://api.telecomx.dk/iptv/epg/credit?filter=sean%20connery
https://api.telecomx.dk/iptv/epg/credit?offset=100&limit=1000

Response

Array of JSON objects, one item pr. credit.

JSON object
offset Number Index of first item returned.
limit Number Number of items to return.
total Number Total number of items available.
credits Array List of results.
credits[].name String Name of person.
credits[].image Id Id of image.

Example

{
  "offset": 2,
  "limit": 10,
  "total": 50,
  "credits": [
    {
      "name": "Sean Connery",
      "image": "12345678901234567890AAAA"
    },
    {
      ...
    }
  ]
}

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/epg/credit/list.txt · Last modified: 2021/02/15 15:14 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki