List of Shows in a partner channel on Nautanki.tv
| Base url | : | /api/showlist/?api_key=<api_key>&channelid=<channelid>&objcount=<objcount>&pagenum=<pagenum>&callback=<callback> | ||
| Input | : |
api_key : Developer Api Key (required) channelid : Id of the channel (required) objcount: Number of objects per page (optional, default = 30) pagenum: Page Number (optional, default=1) callback: CallBack function (optional) |
||
| Sample Successful Response | : | { 'version' : '1.0', 'errorCode' : '200', 'errorDescription' : '', 'results' : [
'currentPage' : 0, 'totalPages' : 0, 'hits' : 0, 'perPage' : 0 } |
||
| Sample Unsuccessful Response | : | { 'version' : '1.0', 'errorCode' : '403', 'errorDescription' : 'Invalid Api Key', 'results' : [ ], 'currentPage' : 0, 'totalPages' : 0, 'hits' : 0, 'perPage' : 0, } |