{"info":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","description":"<html><head></head><body><p>This document provides the specification of the 4YouSee Player API, which would allow a third-party application to retrieve the status, configure and control a player.</p>\n<h1 id=\"requests-and-authentication\">Requests and Authentication</h1>\n<p>All API requests over the <strong>HTTP</strong> and accessed from <strong><a href=\"http://localhost:48567/api\">http://localhost:48567/api</a></strong> domain. Player APIs allow request only locally, in future we expose api on local network. Observation: Default port on player is <strong>48567</strong>, but is possible to configurate other value. So remember to change port on the api domain if you set other value.  </p>\n<p>Some resources need to authentication, for this we use a token automatically create by player on their configuration. For this resource use a <strong>Secret-Token</strong> header, a value must be found on your 4YouSee Manager Account on menu <strong>Players -&gt; Players</strong> on column <strong>Operations -&gt; 4YouSee Player Options -&gt; Set up player</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Requests and Authentication","slug":"requests-and-authentication"}],"owner":"7542848","collectionId":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","publishedId":"SVmwxe9v","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"008542"},"publishDate":"2019-09-19T20:38:46.000Z"},"item":[{"name":"Player","item":[{"name":"/api/player/status","event":[{"listen":"test","script":{"id":"7aee86cb-acbb-436a-a30f-6675a0eaff95","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"fdd1f533-611c-4670-89f8-f547df4d235f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/status","description":"<p>Information about player configurations and your playslist control status</p>\n","urlObject":{"path":["api","player","status"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"9b08e77a-eccd-409e-8d43-8dd498323648","name":"status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"player\": {\n        \"id\": 12,\n        \"url\": \"https://checklist.4yousee.com.br\"\n    },\n    \"directory\": \"7832011B29D3089CAEE01585A6CAA405:chrome\",\n    \"success\": {\n        \"code\": 200,\n        \"message\": \"Success\"\n    }\n}"}],"_postman_id":"fdd1f533-611c-4670-89f8-f547df4d235f"},{"name":"/api/player/play","event":[{"listen":"test","script":{"id":"b9b06685-cb3e-4be1-bfe7-915559724e79","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"packages":{},"type":"text/javascript"}}],"id":"b44b8ff4-784e-42bf-ad8e-6676ab4fb392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Secret-Token","value":"b5717cd15d944746ce1cb38822fbb981","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mediaId\": 1083,\n    \"cutPlaylist\": true,\n    \"ignoreSchedule\": false\n}"},"url":"http://localhost:48567/api/player/play","description":"<p>Resume a paused video content and player flow. Player status change to <strong>PLAY</strong>. If current content is html, rss feed or image, player must play next content. This occurs because is not possible to pause/resumed this type of content.  </p>\n","urlObject":{"path":["api","player","play"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"f0adfe62-589d-4980-a018-0408b2c7fd3f","name":"play","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/play"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": {\n        \"code\": 200,\n        \"message\": \"Content played with success\"\n    }\n}"}],"_postman_id":"b44b8ff4-784e-42bf-ad8e-6676ab4fb392"},{"name":"/api/player/next","event":[{"listen":"test","script":{"id":"b9b06685-cb3e-4be1-bfe7-915559724e79","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}],"id":"200f0c42-64c5-4173-9457-9d7443c0ed62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/next","description":"<p>Play next content in the playlist. Maybe current content not play until the end.</p>\n","urlObject":{"path":["api","player","next"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"58895d6c-394b-4d0b-a539-f2467a8e8432","name":"next","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": {\n        \"code\": 200,\n        \"message\": \"Content has progressed successfully\"\n    }\n}"}],"_postman_id":"200f0c42-64c5-4173-9457-9d7443c0ed62"},{"name":"/api/player/pause","event":[{"listen":"test","script":{"id":"b1f34505-5f2d-424f-901c-19520df436aa","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0034bf06-7b87-404e-899c-c9ec53d339b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/player/pause","description":"<p>Pause a video content and playlist flow. Player status change to <strong>PAUSE</strong>.</p>\n","urlObject":{"path":["api","player","pause"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"0034bf06-7b87-404e-899c-c9ec53d339b0"},{"name":"/api/player/stop","event":[{"listen":"test","script":{"id":"b9b06685-cb3e-4be1-bfe7-915559724e79","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f328cd52-3e8a-4cf5-a172-9e7d5dc80475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://localhost:48567/api/player/stop","description":"<p>Stop a video cotent and playslist flow. Player status chagne to <strong>STOP</strong>.</p>\n","urlObject":{"path":["api","player","stop"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"f328cd52-3e8a-4cf5-a172-9e7d5dc80475"},{"name":"/api/player/current","id":"6fe50b59-c0b6-44df-a479-2c1d5a60c924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/player/current","description":"<p>Return a current content information</p>\n","urlObject":{"path":["api","player","current"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"c96f1792-c309-4a78-a6f7-a69d78175912","name":"Get current content","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/player/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"current\": {\n        \"tipo\": \"i\",\n        \"tempo\": \"10\",\n        \"seq\": 0,\n        \"arquivo\": \"i_365.mp4\",\n        \"is_streaming\": \"N\",\n        \"inicio_fluxo\": \"\",\n        \"startDate\": null,\n        \"endDate\": null,\n        \"schedule\": []\n    },\n    \"success\": {\n        \"code\": 200,\n        \"message\": \"Current Playlist Item\"\n    }\n}"}],"_postman_id":"6fe50b59-c0b6-44df-a479-2c1d5a60c924"},{"name":"/api/player/play","event":[{"listen":"test","script":{"id":"6877c048-804f-4c93-b235-d02905511cea","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Should return a valid json body\", function () {","    var json = pm.response.json();","    pm.response.to.be.json;","    pm.expect(json.message).to.eql('Conteúdo adicionado a fila.')","    ","});"],"type":"text/javascript","packages":{}}}],"id":"a97ca819-fc13-4b23-a361-a5372e902c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Secret-Token","value":"b5717cd15d944746ce1cb38822fbb981","description":"<p>Token for authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mediaId\": 1111,\n    \"cutPlaylist\": true,\n    \"ignoreSchedule\": true\n}"},"url":"http://localhost:48567/api/player/play","description":"<p>Play specific content of playlist. </p>\n<h1 id=\"attributes\">Attributes</h1>\n<ul>\n<li>mediaId(integer, required) - content identifier to be played</li>\n<li>cutPlaylist(boolean, optional) - identify if content should be play immediately</li>\n<li>ignoreSchedule(boolean, optional) - identify if player must ignore content schedule</li>\n<li>ignoreTypes(array, optional) - identify if player must ignore some types of content</li>\n</ul>\n","urlObject":{"path":["api","player","play"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"3e5c5d6a-614c-4337-a9ab-0cfb23c4cbc6","name":" Bad authentication token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mediaId\":\"1032\",\n  \"cutPlaylist\":true,\n  \"ignoreSchedule\":true,\n  \"ignoreTypes\":[]\n}"},"url":"http://localhost:48567/api/player/play"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"E0403\",\n        \"message\": \"Acesso não autorizado.\"\n    }\n}"},{"id":"427c1ded-7239-4abb-8ca8-af32fd9c4502","name":"Content not exist in playlist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mediaId\":\"2000\",\n  \"cutPlaylist\":true,\n  \"ignoreSchedule\":true,\n  \"ignoreTypes\":[]\n}"},"url":"http://localhost:48567/api/player/play"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"E008\",\n        \"message\": \"Conteúdo inválido ou inexistente.\"\n    }\n}"},{"id":"783d7c16-290d-473f-aa27-58d31ec6c363","name":"Play content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mediaId\":\"1032\",\n  \"cutPlaylist\":true,\n  \"ignoreSchedule\":true,\n  \"ignoreTypes\":[]\n}"},"url":"http://localhost:48567/api/player/play"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Conteúdo adicionado a fila.\"\n}"}],"_postman_id":"a97ca819-fc13-4b23-a361-a5372e902c2e"}],"id":"5d2b0d85-5c31-43c7-b6fe-e7c1f53ffa9b","event":[{"listen":"prerequest","script":{"id":"8da6b8fd-cbe9-49e0-8fb5-8c85b958b2a2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"efbfe3cb-1973-4bf1-8077-e095e1f1220e","type":"text/javascript","exec":["var responseSchema = {","  \"success\": {","    \"code\": \"number\",","    \"message\": \"string\"","  }","};","","pm.test(\"Response base schema\", function () {","    var json = pm.response.json();","    var hasSuccess = true;","    ","    if(json.success) {","        if(json.success.code) {","            hasSuccess = (json.success.code === 200) ? true : false;","        }","    }","    ","    if (hasSuccess) {","        pm.expect(tv4.validate(json, responseSchema)).to.be.true;","        pm.expect(tv4.validate(json, responseSchema)).to.be.true;","    }","});"]}}],"_postman_id":"5d2b0d85-5c31-43c7-b6fe-e7c1f53ffa9b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}}},{"name":"Settings","item":[{"name":"/api/settings/size","id":"d0c3b600-9308-4f02-8942-991f8b55b35c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/size?width=700&height=700","description":"<p>Resizes the player window to according to the parameters.</p>\n","urlObject":{"path":["api","settings","size"],"host":["http://localhost:48567"],"query":[{"key":"width","value":"700"},{"key":"height","value":"700"}],"variable":[]}},"response":[],"_postman_id":"d0c3b600-9308-4f02-8942-991f8b55b35c"},{"name":"/api/settings/exitfullscreen","id":"fb07cefd-0027-4c7d-871f-b87f84e6ed9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/exitfullscreen","description":"<p>Disable fullscreen mode in player, resize and reposition player takes the last setting of window size and position before enabling fullscreen mode.</p>\n","urlObject":{"path":["api","settings","exitfullscreen"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb07cefd-0027-4c7d-871f-b87f84e6ed9e"},{"name":"/api/settings/fullscreen","id":"5d52fb81-16e1-4bf2-9162-88776697e277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/fullscreen","description":"<p>Enable fullscreen mode in player.</p>\n","urlObject":{"path":["api","settings","fullscreen"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d52fb81-16e1-4bf2-9162-88776697e277"},{"name":"/api/settings/position","id":"5f4a5d9f-9405-43a4-8b65-9be09ac98a79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/position?left=100&top=100","description":"<p>Move the position player window according to the parameters.</p>\n","urlObject":{"path":["api","settings","position"],"host":["http://localhost:48567"],"query":[{"key":"left","value":"100"},{"key":"top","value":"100"}],"variable":[]}},"response":[],"_postman_id":"5f4a5d9f-9405-43a4-8b65-9be09ac98a79"},{"name":"/api/settings/show","id":"5a0e48c7-4f39-4ae2-92b7-e03e61c0bc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/show","description":"<p>Display player window on top. </p>\n","urlObject":{"path":["api","settings","show"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a0e48c7-4f39-4ae2-92b7-e03e61c0bc70"},{"name":"/api/settings/hide","id":"46a4aee8-4ca2-40e3-afdb-6b441d40be2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:48567/api/settings/hide","description":"<p>Hide player window, players still running in background.</p>\n","urlObject":{"path":["api","settings","hide"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"46a4aee8-4ca2-40e3-afdb-6b441d40be2b"}],"id":"304fc3c4-c5de-4e79-a2e2-ec0effe161be","event":[{"listen":"prerequest","script":{"id":"7327da62-a639-459b-b3d3-4c668b6e8bc4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b9c92904-b6e5-4f12-ba0c-4c7d467107d2","type":"text/javascript","exec":[""]}}],"_postman_id":"304fc3c4-c5de-4e79-a2e2-ec0effe161be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}}},{"name":"Content","item":[{"name":"/api/content/next","event":[{"listen":"test","script":{"id":"1ac2f818-04a1-4fac-ba2e-4deefad90f23","exec":["pm.test(\"Quando o próximo é um conteúdo inválido, deve retornar o próximo conteúdo válido imediatamente após esse inválido\", function () {","    pm.response.to.have.body();","});","    ","    ",""],"type":"text/javascript"}}],"id":"f6f10c28-2109-4fc7-8206-8de6701ebbed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/next","description":"<p>You must return the next content that will be played</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}},"urlObject":{"path":["api","content","next"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"62dcb98f-b550-4a5f-8bc6-6349f71fbfb9","name":" If the playlist is invalid","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:48567/api/content/next?","host":["http://localhost:48567"],"path":["api","content","next"],"query":[{"key":"","value":"","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"E0403\",\n        \"message\": \"Playlist Invalid\"\n    }\n}"},{"id":"9adef006-f878-4be9-8abe-22bd73899f08","name":"Return next content","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": {\n        \"tipo\": \"i\",\n        \"tempo\": \"15\",\n        \"seq\": 3,\n        \"arquivo\": \"i_338.mp4\",\n        \"is_streaming\": \"N\",\n        \"inicio_fluxo\": \"\",\n        \"startDate\": null,\n        \"endDate\": null,\n        \"schedule\": []\n    },\n    \"message\": \"Next Playlist Item\"\n}"}],"_postman_id":"f6f10c28-2109-4fc7-8206-8de6701ebbed"},{"name":"/api/content/previous","event":[{"listen":"test","script":{"id":"dee83ffb-9b2d-4646-acb0-d8c703e6954f","exec":["","pm.test(\"O json do conteúdo retornado por esse endpoint deve ser igual ao constante no arquivo json do player, na hora da execução da requisição\", function () {","    pm.response.to.have.body({","    \"current\": {","        \"projectFolder\": \"[4YouSee] default_project\",","        \"item\": {","            \"tipo\": \"i\",","            \"tempo\": \"17\",","            \"seq\": 2,","            \"arquivo\": \"i_1104.zip\",","            \"is_streaming\": \"N\",","            \"inicio_fluxo\": \"\",","            \"startDate\": null,","            \"endDate\": null,","            \"schedule\": []","        },","        \"extension\": \"zip\",","        \"file\": \"i_1104.zip\",","        \"time\": \"17\",","        \"type\": \"i\",","        \"position\": {","            \"sequence\": 2","        },","        \"subType\": \"html\"","    },","    \"message\": \"Previous Playlist Item\"","});","});","    ","    ",""],"type":"text/javascript"}}],"id":"12525212-61d0-4eff-bc87-fcf2688804da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/previous","description":"<p>Returns the last content that was played.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}},"urlObject":{"path":["api","content","previous"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"79f691cf-5bf5-4cd2-b1c4-7408f8e33f26","name":"Returns previously played content","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/previous"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": {\n        \"tipo\": \"i\",\n        \"tempo\": \"10\",\n        \"seq\": 7,\n        \"arquivo\": \"i_994.mp4\",\n        \"is_streaming\": \"N\",\n        \"inicio_fluxo\": \"\",\n        \"startDate\": null,\n        \"endDate\": null,\n        \"schedule\": []\n    },\n    \"message\": \"Previous Playlist Item\"\n}"}],"_postman_id":"12525212-61d0-4eff-bc87-fcf2688804da"},{"name":"/api/content/current","event":[{"listen":"test","script":{"id":"08f05a94-dccc-4b49-8796-aecd209a7b3e","exec":["","pm.test(\"O json do conteúdo retornado por esse endpoint deve ser igual ao constante no arquivo json do player, na hora da execução da requisição\", function () {","    pm.response.to.have.body();","});","    ","    ",""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"4089c45c-3d89-4613-a3e8-4523915e0869","exec":[""],"type":"text/javascript"}}],"id":"b4aeb185-e739-410a-8512-b31848c16e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/current","description":"<p>Returns content being displayed\nWhen this route is passed, it should return the content being played on the player.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}},"urlObject":{"path":["api","content","current"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[{"id":"8b8c812e-4770-4d81-9591-0444b1ec3476","name":"Returns the content being played","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": {\n        \"tipo\": \"i\",\n        \"tempo\": \"15\",\n        \"seq\": 3,\n        \"arquivo\": \"i_338.mp4\",\n        \"is_streaming\": \"N\",\n        \"inicio_fluxo\": \"\",\n        \"startDate\": null,\n        \"endDate\": null,\n        \"schedule\": []\n    },\n    \"message\": \"Current Playlist Item\"\n}"},{"id":"a72ae464-91ae-4607-adfe-938d796af2a9","name":" If the playlist is invalid","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/content/current"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"E0403\",\n        \"message\": \"Playlist Invalid\"\n    }\n}"}],"_postman_id":"b4aeb185-e739-410a-8512-b31848c16e3e"}],"id":"7e3bea9b-6e85-4a7e-87b7-fca76b1c23b8","description":"<p>New route to the Player API, only for viewing the content that is in the playlist</p>\n","event":[{"listen":"prerequest","script":{"id":"7d22d5ce-269f-4ecc-8455-5734a6ca94ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6da89178-ed24-415f-a6ea-976b2ddda3c8","type":"text/javascript","exec":[""]}}],"_postman_id":"7e3bea9b-6e85-4a7e-87b7-fca76b1c23b8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}}},{"name":"Dynamic-Content","item":[{"name":"/api/dynamic-content/:id","event":[{"listen":"test","script":{"id":"9749b4c3-942d-47f8-a74b-75c7a3909baa","exec":[""],"type":"text/javascript"}}],"id":"9c50c522-fe54-45fc-b452-810daebd1c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:48567/api/dynamic-content/:contentId","description":"<p>Returns the dynamic content within the playlist according to its id.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}},"urlObject":{"path":["api","dynamic-content",":contentId"],"host":["http://localhost:48567"],"query":[],"variable":[{"type":"string","value":"","key":"contentId"}]}},"response":[{"id":"367f21fd-bada-443d-9871-ae11a704d947","name":"return dynamic content in playlist","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:48567/api/dynamic-content/:contentId","host":["http://localhost:48567"],"path":["api","dynamic-content",":contentId"],"variable":[{"key":"contentId","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contentId\": 8,\n    \"dataSources\": [\n        11,\n        26\n    ],\n    \"currentDataSource\": 11,\n    \"duration\": 14\n}"},{"id":"5088c97a-5b07-4e1a-b4d7-0495a6443001","name":"return not found dynamic content","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:48567/api/dynamic-content/:contentId","host":["http://localhost:48567"],"path":["api","dynamic-content",":contentId"],"variable":[{"key":"contentId","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not found\"\n}"}],"_postman_id":"9c50c522-fe54-45fc-b452-810daebd1c44"}],"id":"daec82ea-63f9-4d70-847d-46de0413638a","_postman_id":"daec82ea-63f9-4d70-847d-46de0413638a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}}},{"name":"Data-Source","item":[{"name":"/api/data-source/:id","id":"2aa794b3-e088-41a0-ae2b-a537711a8b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns all news from a data source based on the identifier</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"6aa271f8-fac8-45e9-afeb-18d2dddddbd2","name":"Return rss items from data source","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/data-source/234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 940593,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Dicas para ter uma estratégia bem-sucedida na Black Friday!   #BlackFriday #4yousee #digitalsignage #go4yousee ... https://t.co/T483t0Xjl0\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940594,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Conceitos, objetivos e elementos do merchandising digital. Como usar essa técnica na sua estratégia de marketing. ... https://t.co/rhvLecKcep\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940595,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Por que a falta de comunicação pode gerar prejuízo numa empresa?  Falhas na comunicação com os clientes podem gerar... https://t.co/dfzXhbHIZ6\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940596,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Revisa estos 4 consejos para volver el punto de venta (PDV) más eficaz, atractivo, conseguir más visitantes y mejorar... https://t.co/UuEKt3vYtz\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940597,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @junior_grossi: thanks to our sponsors @Sympla Crawly @123milhas @4YouSee. the event wouldn't be the same without you!\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940598,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"https://t.co/jQIMPTWHv6  O que você pensaria se soubesse que existe um tipo de marketing digital, que você enxerga... https://t.co/jQIMPTWHv6\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940599,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"O Movimento Setembro Amarelo é uma campanha de conscientização sobre a prevenção do suicídio.  Descubra como... https://t.co/EJawycEi7I\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940600,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"@phpmg Com muito orgulho nos melhores eventos! #go4yousee  #4YouSeeTeam\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940601,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @phpmg: Passando pra anunciar outro patrocinador TOP pra #PHPMGConf 2019: @4YouSee: A mais completa ferramenta para gerenciar seus proje\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940602,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:14\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vaga para Designer Gráfico A 4YouSee está em busca de um(a) profissional de Design para apoiar nas produções gráficas... https://t.co/IaCV2rXMYE\"\n        },\n        \"startDate\": \"2020-04-13 08:01:14\",\n        \"endDate\": \"2020-04-15 08:01:14\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940604,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Apresentamos este case  de sucesso na comunicação digital nos pontos de venda da @ipiranga com nossa solução. Ideias... https://t.co/5yDiudr2yK\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940605,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vem aí mais um 4YouTalk! Essa edição do 4YouTalk vai ser diferente, nosso evento vai ser 100% online e transmitido... https://t.co/oV1Sti4GhC\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940606,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"#MerchandisingDigital #Merchandising #PuntoDeVenta #retail #4yousee #go4yousee #4youseeteam #comunicaciónenpuntodeventa #digitalsignage... \"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940607,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"El merchandising es uno de los conceptos más famosos en el mundo del marketing. Así como otros términos que conocemos... https://t.co/vBVJQ8LWS5\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940608,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Você se lembra quando começou a fazer parte do Twitter? Eu me lembro! #MeuAniversárioDoTwitter... https://t.co/N0qur9wA5o\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940609,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Si necesitas una campaña diferenciada, nada de enfocarse solo en radio, tv, web, periódicos y revistas. ¡Es necesario... https://t.co/Gc9F3mFyJx\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940610,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¿Cuántas veces has entrado a una tienda por la irresistible impresión que te dio?  La vitrina digital es un poderoso... https://t.co/mwCREnPVoL\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940611,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¡Descubre como optimizar la comunicación con tus clientes! https://t.co/L4ZhTn0XYq https://t.co/HqHNd4XOG0\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940612,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Descubra como utilizar a televisão para criar estrategias de comunicação incríveis para seu negocio!  ... https://t.co/pg5e31O4DE\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940613,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Aprendizados da Black Friday Chinesa  no Brasil   #digitalsignage #BlackFriday #BlackFriday2019 #blackfridaychinesa... https://t.co/DSzTvfhWnH\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940614,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Dicas para ter uma estratégia bem-sucedida na Black Friday!   #BlackFriday #4yousee #digitalsignage #go4yousee ... https://t.co/T483t0Xjl0\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940615,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Conceitos, objetivos e elementos do merchandising digital. Como usar essa técnica na sua estratégia de marketing. ... https://t.co/rhvLecKcep\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940616,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Por que a falta de comunicação pode gerar prejuízo numa empresa?  Falhas na comunicação com os clientes podem gerar... https://t.co/dfzXhbHIZ6\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940617,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Revisa estos 4 consejos para volver el punto de venta (PDV) más eficaz, atractivo, conseguir más visitantes y mejorar... https://t.co/UuEKt3vYtz\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940618,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @junior_grossi: thanks to our sponsors @Sympla Crawly @123milhas @4YouSee. the event wouldn't be the same without you!\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940619,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"https://t.co/jQIMPTWHv6  O que você pensaria se soubesse que existe um tipo de marketing digital, que você enxerga... https://t.co/jQIMPTWHv6\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940620,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"O Movimento Setembro Amarelo é uma campanha de conscientização sobre a prevenção do suicídio.  Descubra como... https://t.co/EJawycEi7I\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940621,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"@phpmg Com muito orgulho nos melhores eventos! #go4yousee  #4YouSeeTeam\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940622,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @phpmg: Passando pra anunciar outro patrocinador TOP pra #PHPMGConf 2019: @4YouSee: A mais completa ferramenta para gerenciar seus proje\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940623,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 08:01:57\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vaga para Designer Gráfico A 4YouSee está em busca de um(a) profissional de Design para apoiar nas produções gráficas... https://t.co/IaCV2rXMYE\"\n        },\n        \"startDate\": \"2020-04-13 08:01:57\",\n        \"endDate\": \"2020-04-15 08:01:57\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940650,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Apresentamos este case  de sucesso na comunicação digital nos pontos de venda da @ipiranga com nossa solução. Ideias... https://t.co/5yDiudr2yK\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940651,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vem aí mais um 4YouTalk! Essa edição do 4YouTalk vai ser diferente, nosso evento vai ser 100% online e transmitido... https://t.co/oV1Sti4GhC\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940652,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"#MerchandisingDigital #Merchandising #PuntoDeVenta #retail #4yousee #go4yousee #4youseeteam #comunicaciónenpuntodeventa #digitalsignage... \"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940653,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"El merchandising es uno de los conceptos más famosos en el mundo del marketing. Así como otros términos que conocemos... https://t.co/vBVJQ8LWS5\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940654,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Você se lembra quando começou a fazer parte do Twitter? Eu me lembro! #MeuAniversárioDoTwitter... https://t.co/N0qur9wA5o\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940655,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Si necesitas una campaña diferenciada, nada de enfocarse solo en radio, tv, web, periódicos y revistas. ¡Es necesario... https://t.co/Gc9F3mFyJx\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940656,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¿Cuántas veces has entrado a una tienda por la irresistible impresión que te dio?  La vitrina digital es un poderoso... https://t.co/mwCREnPVoL\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940657,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¡Descubre como optimizar la comunicación con tus clientes! https://t.co/L4ZhTn0XYq https://t.co/HqHNd4XOG0\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940658,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Descubra como utilizar a televisão para criar estrategias de comunicação incríveis para seu negocio!  ... https://t.co/pg5e31O4DE\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940659,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Aprendizados da Black Friday Chinesa  no Brasil   #digitalsignage #BlackFriday #BlackFriday2019 #blackfridaychinesa... https://t.co/DSzTvfhWnH\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940660,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Dicas para ter uma estratégia bem-sucedida na Black Friday!   #BlackFriday #4yousee #digitalsignage #go4yousee ... https://t.co/T483t0Xjl0\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940661,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Conceitos, objetivos e elementos do merchandising digital. Como usar essa técnica na sua estratégia de marketing. ... https://t.co/rhvLecKcep\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940662,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Por que a falta de comunicação pode gerar prejuízo numa empresa?  Falhas na comunicação com os clientes podem gerar... https://t.co/dfzXhbHIZ6\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940663,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Revisa estos 4 consejos para volver el punto de venta (PDV) más eficaz, atractivo, conseguir más visitantes y mejorar... https://t.co/UuEKt3vYtz\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940664,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @junior_grossi: thanks to our sponsors @Sympla Crawly @123milhas @4YouSee. the event wouldn't be the same without you!\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940665,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"https://t.co/jQIMPTWHv6  O que você pensaria se soubesse que existe um tipo de marketing digital, que você enxerga... https://t.co/jQIMPTWHv6\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940666,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"O Movimento Setembro Amarelo é uma campanha de conscientização sobre a prevenção do suicídio.  Descubra como... https://t.co/EJawycEi7I\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940667,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"@phpmg Com muito orgulho nos melhores eventos! #go4yousee  #4YouSeeTeam\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940668,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @phpmg: Passando pra anunciar outro patrocinador TOP pra #PHPMGConf 2019: @4YouSee: A mais completa ferramenta para gerenciar seus proje\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940669,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:12\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vaga para Designer Gráfico A 4YouSee está em busca de um(a) profissional de Design para apoiar nas produções gráficas... https://t.co/IaCV2rXMYE\"\n        },\n        \"startDate\": \"2020-04-13 09:01:11\",\n        \"endDate\": \"2020-04-15 09:01:11\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940670,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Apresentamos este case  de sucesso na comunicação digital nos pontos de venda da @ipiranga com nossa solução. Ideias... https://t.co/5yDiudr2yK\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940671,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vem aí mais um 4YouTalk! Essa edição do 4YouTalk vai ser diferente, nosso evento vai ser 100% online e transmitido... https://t.co/oV1Sti4GhC\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940672,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"#MerchandisingDigital #Merchandising #PuntoDeVenta #retail #4yousee #go4yousee #4youseeteam #comunicaciónenpuntodeventa #digitalsignage... \"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940673,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"El merchandising es uno de los conceptos más famosos en el mundo del marketing. Así como otros términos que conocemos... https://t.co/vBVJQ8LWS5\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940674,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Você se lembra quando começou a fazer parte do Twitter? Eu me lembro! #MeuAniversárioDoTwitter... https://t.co/N0qur9wA5o\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940675,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Si necesitas una campaña diferenciada, nada de enfocarse solo en radio, tv, web, periódicos y revistas. ¡Es necesario... https://t.co/Gc9F3mFyJx\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940676,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¿Cuántas veces has entrado a una tienda por la irresistible impresión que te dio?  La vitrina digital es un poderoso... https://t.co/mwCREnPVoL\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940677,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"¡Descubre como optimizar la comunicación con tus clientes! https://t.co/L4ZhTn0XYq https://t.co/HqHNd4XOG0\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940678,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Descubra como utilizar a televisão para criar estrategias de comunicação incríveis para seu negocio!  ... https://t.co/pg5e31O4DE\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940679,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Aprendizados da Black Friday Chinesa  no Brasil   #digitalsignage #BlackFriday #BlackFriday2019 #blackfridaychinesa... https://t.co/DSzTvfhWnH\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940680,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Dicas para ter uma estratégia bem-sucedida na Black Friday!   #BlackFriday #4yousee #digitalsignage #go4yousee ... https://t.co/T483t0Xjl0\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940681,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Conceitos, objetivos e elementos do merchandising digital. Como usar essa técnica na sua estratégia de marketing. ... https://t.co/rhvLecKcep\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940682,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Por que a falta de comunicação pode gerar prejuízo numa empresa?  Falhas na comunicação com os clientes podem gerar... https://t.co/dfzXhbHIZ6\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940683,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Revisa estos 4 consejos para volver el punto de venta (PDV) más eficaz, atractivo, conseguir más visitantes y mejorar... https://t.co/UuEKt3vYtz\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940684,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @junior_grossi: thanks to our sponsors @Sympla Crawly @123milhas @4YouSee. the event wouldn't be the same without you!\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940685,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"https://t.co/jQIMPTWHv6  O que você pensaria se soubesse que existe um tipo de marketing digital, que você enxerga... https://t.co/jQIMPTWHv6\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940686,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"O Movimento Setembro Amarelo é uma campanha de conscientização sobre a prevenção do suicídio.  Descubra como... https://t.co/EJawycEi7I\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940687,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"@phpmg Com muito orgulho nos melhores eventos! #go4yousee  #4YouSeeTeam\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940688,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"RT @phpmg: Passando pra anunciar outro patrocinador TOP pra #PHPMGConf 2019: @4YouSee: A mais completa ferramenta para gerenciar seus proje\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    },\n    {\n        \"id\": 940689,\n        \"dataSourceId\": 234,\n        \"files\": [],\n        \"variables\": {\n            \"description\": \"The Chinese government says it is using tracking apps to try and keep the spread of Covid-19 in check while the country moves toward lifting the lockdown. CNN's David Culver explains how they do it.\",\n            \"fonte\": \"CNN.com - RSS Channel - App International Edition\",\n            \"title\": \"How China's Covid-19 tracking app works\",\n            \"date\": \"13-04-2020 09:01:53\",\n            \"nome\": \"4YouSee\",\n            \"twitter_text\": \"Vaga para Designer Gráfico A 4YouSee está em busca de um(a) profissional de Design para apoiar nas produções gráficas... https://t.co/IaCV2rXMYE\"\n        },\n        \"startDate\": \"2020-04-13 09:01:53\",\n        \"endDate\": \"2020-04-15 09:01:53\",\n        \"path\": \"[4YouSee] default_project/data-source/234/\",\n        \"isValid\": true\n    }\n]"},{"id":"bc2ecb07-581c-4e87-ab82-9e7383cb6f4a","name":"Return error when data sourceis not associated","originalRequest":{"method":"GET","header":[],"url":"http://localhost:48567/api/data-source/15"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"accept-ranges","value":"bytes"},{"key":"connection","value":"keep-alive"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": {\n        \"code\": 404,\n        \"error\": \"Data source 15 doesn't exist\",\n        \"message\": \"Data source 15 doesn't exist\"\n    }\n}"}],"_postman_id":"2aa794b3-e088-41a0-ae2b-a537711a8b2c"}],"id":"70254a3a-0556-400a-b8dd-2d47e8c1040b","_postman_id":"70254a3a-0556-400a-b8dd-2d47e8c1040b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]},"isInherited":true,"source":{"_postman_id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","id":"6e4e4745-fd45-484f-a66f-37f3bf13eef7","name":"4YouSee Player Windows/Linux API","type":"collection"}}},{"name":"/api/screenshot","id":"04daf7d8-c764-4a3e-8e35-c3b3e096e624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"file","file":{}},"url":"http://localhost:48567/api/screenshot","description":"<p>Send screenshot image to 4YouSee Manager</p>\n","urlObject":{"path":["api","screenshot"],"host":["http://localhost:48567"],"query":[],"variable":[]}},"response":[],"_postman_id":"04daf7d8-c764-4a3e-8e35-c3b3e096e624"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Secret-Token"},{"key":"value","value":"b5717cd15d944746ce1cb38822fbb981"}]}},"event":[{"listen":"prerequest","script":{"id":"500ff472-ec38-4a06-8dbb-857e5a67373e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"413a434f-d7f3-41b4-87b2-d99de54ba8ee","type":"text/javascript","exec":[""]}}],"variable":[{"key":"playerServer","value":"http://localhost:48567"},{"key":"secret-token","value":"b5717cd15d944746ce1cb38822fbb981"}]}