/
POST Fetch Channel Manifests

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

POST Fetch Channel Manifests

This call will download channel manifests for those channels which support channel manifest download and return a token if either force_refetch param is set to true or existing channel manifest is not found. If an existing manifest is found and force_refetch param is false we will return that channel manifest pdf.

End Point

http://app.browntape.com/0.11/manifests/get.json

Note: This is a version 0.11 endpoint

Parameters

?username =XXXXXXXXXX &auth_string =YYYYYYYYY

Post Parameters

data: { “manifets”: {  'id': 48838   }, ‘force_refetch’: true/false   }

Response

When no channel manifest already available 

{   "success": true,  "token": "3c694225c08808bb7451612c46c04d54"   }

When channel manifest available

Related content