api:iptv:epg:credit:get
Table of Contents
API : IPTV : EPG : Credit : List
Introduction
This request will return a single credited person.
Request
| URL | https://api.telecomx.dk/iptv/epg/credit/NAME | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN | |
| Param | NAME | Name of person. |
Query examples
https://api.telecomx.dk/iptv/epg/credit/sean%20connery
Response
| name | String | Name of person. |
| image | Id | Id of image. |
Example
{ "name": "Sean Connery", "image": "12345678901234567890AAAA" }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | Credit not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/epg/credit/get.txt · Last modified: 2021/02/15 15:17 by Per Møller