{"info":{"_postman_id":"e2e7c18a-077d-452b-9d13-fc008d45a0e7","name":"AEVO Innovate","description":"<html><head></head><body><p>Please update the Collection variables:</p>\n<ul>\n<li><p>username</p>\n<ul>\n<li>valid username in the environment</li>\n</ul>\n</li>\n<li><p>password</p>\n<ul>\n<li>valid password of the user informed above</li>\n</ul>\n</li>\n<li><p>token</p>\n<ul>\n<li>Token generated with permission to authenticate user, generated in the item Integration Key in the platform.</li>\n</ul>\n</li>\n<li><p>base_url</p>\n<ul>\n<li>ubase url for backend access</li>\n<li>ex: <a href=\"https://client.aevoinnovate.net/webapi\">https://client.aevoinnovate.net/webapi</a></li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6955266","collectionId":"e2e7c18a-077d-452b-9d13-fc008d45a0e7","publishedId":"TW6tKVJ8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-22T20:15:13.000Z"},"item":[{"name":"Autentication","item":[{"name":"Authentication with Username and Password","event":[{"listen":"prerequest","script":{"id":"1219eb8a-ed50-4a2f-a150-d59835e12abd","exec":["pm.variables.set('token', '');"],"type":"text/javascript"}},{"listen":"test","script":{"id":"a0d61124-e3fd-4920-8862-6bf17f41cecd","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Usuário Autenticado\"] = responseBody.has(\"access_token\");","","if (responseBody.has(\"access_token\")) {","    var jsonData = JSON.parse(responseBody);","    postman.setEnvironmentVariable(\"token\", jsonData.access_token);","}"],"type":"text/javascript"}}],"id":"9ccd46a6-fa5a-42c8-b900-ea887fed63b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"password"},{"key":"username","type":"text","value":"admin@aevoinnovate.net"},{"key":"password","type":"text","value":"PasswordAcces"}]},"url":"https://yourhost.aevoinnovate.net/webapi/Token","description":"<p>Authenticates user in the system by passing username and password.<br />grant_type = password<br />username = user login on the system<br />password = user access password</p>\n","urlObject":{"path":["webapi","Token"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ccd46a6-fa5a-42c8-b900-ea887fed63b4"},{"name":"Authentication with Token and Username","event":[{"listen":"test","script":{"id":"34213a02-6a29-48b7-b0b9-93cac940ddf8","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Usuário Autenticado\"] = responseBody.has(\"access_token\");","","if (responseBody.has(\"access_token\")) {","    var jsonData = JSON.parse(responseBody);","    postman.setEnvironmentVariable(\"token\", jsonData.access_token);","}"],"type":"text/javascript"}}],"id":"40d90f06-8ff3-43d1-b08b-2e1a5f476f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","type":"text","value":"password"},{"key":"username","type":"text","value":"admin@aevoinnovate.net"},{"key":"password","type":"text","value":"PasswordAcces"}]},"url":"https://yourhost.aevoinnovate.net/webapi/token?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk%2f3t2ZttSgISAR%2fajeCgvsPRKACAS%2fDhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA%2b90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY%3d","description":"<p>Authenticates user in the system by passing username and password. grant_type = password username = user login to the system password = user access password</p>\n<p>To perform authentication via token, you must generate a token, in INTEGRATION, and allow user authentication.</p>\n<p>Remember to encode the token for passing by parameter. ref. UriEncode</p>\n","urlObject":{"path":["webapi","token"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk%2f3t2ZttSgISAR%2fajeCgvsPRKACAS%2fDhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA%2b90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY%3d"}],"variable":[]}},"response":[],"_postman_id":"40d90f06-8ff3-43d1-b08b-2e1a5f476f88"}],"id":"da0e76a0-f655-4ec0-89bb-e380368a2142","_postman_id":"da0e76a0-f655-4ec0-89bb-e380368a2142","description":""},{"name":"Authenticated Methods","item":[{"name":"Search Ideas","item":[{"name":"All collaborator ideas","event":[{"listen":"prerequest","script":{"id":"cfabcf44-9730-40e8-9a5d-c3ef3303ac25","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"fcdb2401-4fe0-4925-ad82-b6c0dab4636a","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Consulta realizada\"] = responseBody.has(\"resultado\");",""],"type":"text/javascript"}}],"id":"f790e130-8f21-475b-b2c2-cb5f476fec89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","type":"text","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"Texto\": null,\n    \"TemaId\": null,\n    \"TemaNome\": null,\n    \"CampanhaId\": null,\n    \"CampanhaNome\": null,\n    \"Id\": null,\n    \"DepartamentoId\": null,\n    \"DepartamentoNome\": null,\n    \"OrdenacaoId\": null,\n    \"EstadoId\": null,\n    \"Etapa\": null,\n    \"ElaboradorId\": null,\n    \"ElaboradorNome\": null,\n    \"pagina\": 1,\n    \"itensPorPagina\": 15,\n    \"specialFlag\": \"\",\n    \"papel\": \"colaborador\",\n    \"tipo\": \"minhas\",\n    \"valor\": \"ideias\"\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/GetIdeias","description":"<p>Request the ideas of the logged in user.</p>\n","urlObject":{"path":["webapi","api","Ideia","GetIdeias"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f790e130-8f21-475b-b2c2-cb5f476fec89"},{"name":"All collaborator ideas - Per campaign","event":[{"listen":"prerequest","script":{"id":"cfabcf44-9730-40e8-9a5d-c3ef3303ac25","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"fcdb2401-4fe0-4925-ad82-b6c0dab4636a","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Consulta realizada\"] = responseBody.has(\"resultado\");",""],"type":"text/javascript"}}],"id":"8a055e5b-38f5-4c7f-acf1-59a05888822c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"Texto\": null,\n    \"TemaId\": null,\n    \"TemaNome\": null,\n    \"CampanhaId\": 1,\n    \"CampanhaNome\": null,\n    \"Id\": null,\n    \"DepartamentoId\": null,\n    \"DepartamentoNome\": null,\n    \"OrdenacaoId\": null,\n    \"EstadoId\": null,\n    \"Etapa\": null,\n    \"ElaboradorId\": null,\n    \"ElaboradorNome\": null,\n    \"pagina\": 1,\n    \"itensPorPagina\": 15,\n    \"specialFlag\": \"\",\n    \"papel\": \"colaborador\",\n    \"tipo\": \"minhas\",\n    \"valor\": \"ideias\"\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/GetIdeias","description":"<p>Request the ideas of the logged in user</p>\n","urlObject":{"path":["webapi","api","Ideia","GetIdeias"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a055e5b-38f5-4c7f-acf1-59a05888822c"}],"id":"047dd576-c7db-4e0e-bb9e-f5b93a87d483","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"84565810-d395-4d9b-a0f4-600e5da706fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3ffa9b48-db55-4443-9471-f94a0b42e5d6","type":"text/javascript","exec":[""]}}],"_postman_id":"047dd576-c7db-4e0e-bb9e-f5b93a87d483","description":""},{"name":"View Idea","item":[{"name":"View an Idea","event":[{"listen":"prerequest","script":{"id":"cfabcf44-9730-40e8-9a5d-c3ef3303ac25","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"fcdb2401-4fe0-4925-ad82-b6c0dab4636a","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Consulta realizada\"] = responseBody.has(\"EstadoFluxoAprovacao\");",""],"type":"text/javascript"}}],"id":"6ba1110e-f8db-4bf8-82fa-58040ed92591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"1\"\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/Visualizar","description":"<p>Request an idea for viewing.</p>\n<ul>\n<li>the system checks the access restrictions to the idea.</li>\n</ul>\n","urlObject":{"path":["webapi","api","Ideia","Visualizar"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ba1110e-f8db-4bf8-82fa-58040ed92591"}],"id":"bd06c86a-a104-4a63-8c15-0d47f2269fa6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"34fea1de-7528-4b7e-b3c7-bd6a3561ece6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"67a76af4-900e-4813-b50f-219cf13efa9e","type":"text/javascript","exec":[""]}}],"_postman_id":"bd06c86a-a104-4a63-8c15-0d47f2269fa6","description":""},{"name":"Add Idea","item":[{"name":"Find Active Campain","event":[{"listen":"test","script":{"id":"f770a244-b072-4c0b-b6a5-b2ec52759c20","exec":["","tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"4bfd0e5f-8cef-4f4e-8ff6-7110cb244ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","type":"text","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://yourhost.aevoinnovate.net/webapi/api/Campanha/GetCampanhasAtivasSimplificadas","urlObject":{"path":["webapi","api","Campanha","GetCampanhasAtivasSimplificadas"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bfd0e5f-8cef-4f4e-8ff6-7110cb244ec1"},{"name":"Search Campain","event":[{"listen":"prerequest","script":{"id":"96819a4d-2793-494d-870e-907201164669","exec":["pm.environment.set(\"campanhaId\", 1);"],"type":"text/javascript"}},{"listen":"test","script":{"id":"7795c30c-0e6e-4f33-b7fe-f3fbcc159049","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Consulta realizada\"] = responseBody.has(\"resultado\");"],"type":"text/javascript"}}],"id":"4d66197f-d8c6-4f61-8922-cfb9e08770f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","type":"text","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/Campanha/{{campanhaId}}?=","urlObject":{"path":["webapi","api","Campanha","{{campanhaId}}"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"4d66197f-d8c6-4f61-8922-cfb9e08770f1"},{"name":"Search Classification Criteria for the Idea","event":[{"listen":"test","script":{"id":"a6138834-001d-47fb-b8c2-20f22f9d7ea7","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"78adb9aa-9dcc-488d-b02a-796f4aeb8340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","type":"text","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"CampanhaId\": 1\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/GetCriterioClassificacaoParaIdeia","urlObject":{"path":["webapi","api","Ideia","GetCriterioClassificacaoParaIdeia"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"78adb9aa-9dcc-488d-b02a-796f4aeb8340"},{"name":"Search Options for a Classification Criterion","id":"10f6dcc0-d954-4bf2-823c-ac80358c105b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/GetItensCriterioClassificacao?id=1&criterioClassificacaoItemId=0","description":"<p>Returns the options that can be selected for a given sorting criterion.</p>\n","urlObject":{"path":["webapi","api","Ideia","GetItensCriterioClassificacao"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"id","value":"1"},{"key":"criterioClassificacaoItemId","value":"0"}],"variable":[]}},"response":[],"_postman_id":"10f6dcc0-d954-4bf2-823c-ac80358c105b"},{"name":"Search Additional Fields for Idea","id":"f85c27a3-c69f-426c-9c56-c84df42dbba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n\t\"CampanhaId\": 1\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/GetCamposAdicionaisParaIdeia","description":"<p>The return of additional fields contains information for assembling each field, such as ordering, field type, mandatory, label, placeholder, etc.</p>\n<p>Below is an example of each of the available types (only what is relevant for each type is shown):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 39,\n      \"Label\": \"Inteiro\",\n      \"Tipo\": \"number\",\n      \"Ordem\": 1,\n      \"QuantidadeColunas\": 6,\n      \"Obrigatorio\": true,\n      \"Descricao\": \"Preencha um número\"\n    },\n    \"Valor\": null\n  },\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 40,\n      \"Label\": \"Decimal\",\n      \"Tipo\": \"decimal\",\n      \"Ordem\": 2,\n      \"QuantidadeColunas\": 6,\n      \"Obrigatorio\": true,\n      \"Descricao\": \"Preencha um decimal\"\n    },\n    \"Valor\": null\n  },\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 41,\n      \"Label\": \"String\",\n      \"Tipo\": \"string\",\n      \"TamanhoCampo\": 300,\n      \"Ordem\": 3,\n      \"QuantidadeColunas\": 6,\n      \"QuantidadeLinhas\": 3,\n      \"Obrigatorio\": true,\n      \"Descricao\": \"Preencha uma string\"\n    },\n    \"Valor\": null\n  },\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 42,\n      \"Label\": \"Data\",\n      \"Tipo\": \"date\",\n      \"Ordem\": 4,\n      \"QuantidadeColunas\": 6,\n      \"Obrigatorio\": true,\n      \"Descricao\": \"Preencha uma data\"\n    },\n    \"Valor\": null\n  },\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 43,\n      \"Label\": \"Checkbox\",\n      \"Tipo\": \"checkbox\",\n      \"Ordem\": 5,\n      \"QuantidadeColunas\": 6,\n      \"Obrigatorio\": true,\n      \"Descricao\": \"Clique no check\"\n    },\n    \"Valor\": null\n  },\n  {\n    \"Id\": 0,\n    \"CampoAdicional\": {\n      \"Id\": 44,\n      \"Label\": \"Lista de Opções\",\n      \"Tipo\": \"dropdown\",\n      \"Ordem\": 6,\n      \"QuantidadeColunas\": 6,\n      \"Obrigatorio\": true,\n      \"Options\": [\n        {\n          \"Display\": \"Primeira opção\",\n          \"Value\": 1\n        },\n        {\n          \"Display\": \"Segunda opção\",\n          \"Value\": 2\n        },\n        {\n          \"Display\": \"Terceira opção\",\n          \"Value\": 3\n        }\n      ],\n      \"Descricao\": \"Escolha uma opção\"\n    },\n    \"Valor\": null\n  }\n]\n</code></pre>","urlObject":{"path":["webapi","api","Ideia","GetCamposAdicionaisParaIdeia"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f85c27a3-c69f-426c-9c56-c84df42dbba2"},{"name":"Search Active Themes for the selected Campaign","event":[{"listen":"test","script":{"id":"385695e8-5571-4416-b3ac-0d83ec82800b","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Consulta realizada\"] = responseBody.has(\"status\") && responseBody.has(\"OK\");"],"type":"text/javascript"}}],"id":"8e9236e3-1674-4405-9216-8e835adfab41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","type":"text","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"url":"https://yourhost.aevoinnovate.net/webapi/api//tema/getTemasAtivos?nome=&campanhaId=1","urlObject":{"path":["webapi","api","","tema","getTemasAtivos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"nome","value":""},{"key":"campanhaId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"8e9236e3-1674-4405-9216-8e835adfab41"},{"name":"Save Idea - Error handling example","event":[{"listen":"test","script":{"id":"df41b101-e540-4a64-a523-52807c911cfe","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"retornando mensagens de validação\"] =  pm.response.json().sucesso == false;"],"type":"text/javascript"}}],"id":"1e464d73-4a1e-4051-bd4c-dee927884d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"Id\": 0,\n    \"Titulo\": \"\",\n    \"Descricao\": \"\",\n    \"Beneficio\": \"\",\n    \"CampanhaId\": \"53\",\n    \"TemaId\": 7,\n    \"ProposicaoColetiva\": false,\n    \"Anexos\": [],\n    \"Colaboradores\": [\n        {\n            \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\"\n        }\n    ],\n    \"CriteriosClassificacaoItens\": [\n        {\n            \"IdeiaId\": 0,\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 4,\n            \"CriterioClassificacaoItemId\": \"11\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 5,\n            \"CriterioClassificacaoItemId\": \"15\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 7,\n            \"CriterioClassificacaoItemId\": \"19\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 8,\n            \"CriterioClassificacaoItemId\": \"23\",\n            \"Novo\": true\n        }\n    ],\n    \"ValorRetorno\": 55.55,\n    \"ValorInvestimento\": 44.44,\n    \"Action\": \"salvar\",\n    \"CamposAdicionais\": [\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 34,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 51,\n                \"Tipo\": \"decimal\"\n            },\n            \"Valor\": 22.22\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 59,\n                \"Tipo\": \"string\"\n            },\n            \"Valor\": \"CAdi\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 62,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 63,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        }\n    ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/SalvarInformacoesBasicas","description":"<p>When sending the idea, if there is any inconsistency, it will be pointed out by the variable \"successo\" and the inconsistency messages will be pointed out in the variable \"mensagens\".</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"sucesso\": false,\n    \"mensagens\": [\n        \"O Título deve ser preenchido.\",\n        \"A Descrição da Ideia deve ser preenchida.\"\n    ],\n    \"objeto\": null\n}\n</code></pre>","urlObject":{"path":["webapi","api","Ideia","SalvarInformacoesBasicas"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e464d73-4a1e-4051-bd4c-dee927884d6b"},{"name":"Save Idea","event":[{"listen":"test","script":{"id":"20a7a8e6-6791-4e73-a4ca-5044d2046b51","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"Ideia foi salva\"] =  pm.response.json().sucesso == true;","pm.environment.set(\"new_ideiaId\", pm.response.json().objeto.Id);"],"type":"text/javascript"}}],"id":"3707164c-5324-4bff-8131-4e69ab7b1f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"Id\": 0,\n    \"Titulo\": \"Título da Ideia\",\n    \"Descricao\": \"Descrição para Ideia\",\n    \"Beneficio\": \"Benefícios\",\n    \"CampanhaId\": \"53\",\n    \"TemaId\": 7,\n    \"ProposicaoColetiva\": false,\n    \"Anexos\": [],\n    \"Colaboradores\": [\n        {\n            \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\"\n        }\n    ],\n    \"CriteriosClassificacaoItens\": [\n        {\n            \"IdeiaId\": 0,\n            \"CriterioClassificacaoId\": 1,\n            \"CriterioClassificacaoItemId\": \"3\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 4,\n            \"CriterioClassificacaoItemId\": \"11\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 5,\n            \"CriterioClassificacaoItemId\": \"15\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 7,\n            \"CriterioClassificacaoItemId\": \"19\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 8,\n            \"CriterioClassificacaoItemId\": \"23\",\n            \"Novo\": true\n        }\n    ],\n    \"ValorRetorno\": 55.55,\n    \"ValorInvestimento\": 44.44,\n    \"Action\": \"salvar\",\n    \"CamposAdicionais\": [\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 34,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 51,\n                \"Tipo\": \"decimal\"\n            },\n            \"Valor\": 22.22\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 59,\n                \"Tipo\": \"string\"\n            },\n            \"Valor\": \"CAdi\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 62,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 63,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        }\n    ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/SalvarInformacoesBasicas","description":"<h1 id=\"condition-of-success-and-validation\">Condition of success and validation</h1>\n<p>When saving the idea, the positive return will be informed by the sucesso variable and the Id of the new idea will be returned inside the objeto variable.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"sucesso\": true,\n    \"mensagens\": [\n        \"18111\"\n    ],\n    \"objeto\": {\n        \"Id\": 18111\n    }\n}\n</code></pre><h1 id=\"classification-criteria\">Classification Criteria</h1>\n<p>Below is the minimum data required to save the selected classification criteria. In the example, we are sending the classification criteria with id 1 where item 3 was selected.</p>\n<p>IdeiaId and Novo are internal control parameters that were returned by the configuration items query method.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"CriteriosClassificacaoItens\": [\n        {\n            \"IdeiaId\": 0,\n            \"CriterioClassificacaoId\": 1,\n            \"CriterioClassificacaoItemId\": \"3\",\n            \"Novo\": true\n        }\n    ]\n    \n    \n</code></pre><p>#Additional Fields\nBelow is an example of minimum information for an additional field for saving along with the idea.\nThe Id reflects the internal Id of the additional field linked to the idea and the AdditionalAddition.Id reflects the Id of the internal model of additional fields and the Value field is the field's fill value.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"CamposAdicionais\": [\n    {\n        \"Id\": 0,\n        \"CampoAdicional\": {\n            \"Id\": 34,\n            \"Tipo\": \"dropdown\"\n        },\n        \"Valor\": \"1\"\n    },\n</code></pre>","urlObject":{"path":["webapi","api","Ideia","SalvarInformacoesBasicas"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3707164c-5324-4bff-8131-4e69ab7b1f32"},{"name":"Submit Idea for Validation","event":[{"listen":"test","script":{"id":"df41b101-e540-4a64-a523-52807c911cfe","exec":["tests[\"Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"retornando mensagens de validação\"] =  pm.response.json().sucesso == true;"],"type":"text/javascript"}}],"id":"060d7d42-9644-4a35-88e2-09e36d19317a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"Id\": 0,\n    \"Titulo\": \"\",\n    \"Descricao\": \"\",\n    \"Beneficio\": \"\",\n    \"CampanhaId\": \"53\",\n    \"TemaId\": 7,\n    \"ProposicaoColetiva\": false,\n    \"Anexos\": [],\n    \"Colaboradores\": [\n        {\n            \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\"\n        }\n    ],\n    \"CriteriosClassificacaoItens\": [\n        {\n            \"IdeiaId\": 0,\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 4,\n            \"CriterioClassificacaoItemId\": \"11\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 5,\n            \"CriterioClassificacaoItemId\": \"15\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 7,\n            \"CriterioClassificacaoItemId\": \"19\",\n            \"Novo\": true\n        },\n        {\n            \"IdeiaId\": 0,\n            \"Ativo\": false,\n            \"CriterioClassificacaoId\": 8,\n            \"CriterioClassificacaoItemId\": \"23\",\n            \"Novo\": true\n        }\n    ],\n    \"ValorRetorno\": 55.55,\n    \"ValorInvestimento\": 44.44,\n    \"Action\": \"salvar\",\n    \"CamposAdicionais\": [\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 34,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 51,\n                \"Tipo\": \"decimal\"\n            },\n            \"Valor\": 22.22\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 59,\n                \"Tipo\": \"string\"\n            },\n            \"Valor\": \"CAdi\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 62,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        },\n        {\n            \"Id\": 0,\n            \"CampoAdicional\": {\n                \"Id\": 63,\n                \"Tipo\": \"dropdown\"\n            },\n            \"Valor\": \"1\"\n        }\n    ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/Ideia/EnviarParaValidacao?ideiaId={{new_ideiaId}}","description":"<p>After saving the idea, it must go through the approval process. If successful, it will be noted in the sucesso variable and in case of an error in the validation of the process, the messages will be returned in the mensagens variable.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"sucesso\": true,\n    \"mensagens\": []\n}\n</code></pre>","urlObject":{"path":["webapi","api","Ideia","EnviarParaValidacao"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"ideiaId","value":"{{new_ideiaId}}"}],"variable":[]}},"response":[],"_postman_id":"060d7d42-9644-4a35-88e2-09e36d19317a"}],"id":"13a6e1bf-3878-44fc-a0a2-db003989b902","description":"<p>O processo para adição de ideia tem algumas particularidades em relação aos itens escolhidos.</p>\n<p>Basicamente, ao escolher uma campanha o formulário de preenchimento pode sofrer mudanças.</p>\n<p>Assim, toda vez que houver uma escolha de campanha temos que:</p>\n<ul>\n<li>Consultar os critérios de classificação</li>\n<li>Consultar as opções de escolha de cada critério de classificação</li>\n<li>Consultar os temas disponíveis para a campanha escolhida</li>\n<li>Consultar os campos adicionais para a campanha escolhida</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"4188371e-7081-4209-9691-68cb118b6141","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"25c72216-09f1-4534-8373-3085fc23df4f","type":"text/javascript","exec":[""]}}],"_postman_id":"13a6e1bf-3878-44fc-a0a2-db003989b902"},{"name":"Update  Ideia","item":[{"name":"UpdateIdea","id":"cc0685b6-3dd1-4d1b-8a3a-088b33901897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n            \"Id\": 3612,\r\n            \"Estado\": \"Em Elaboração\",\r\n            \"EstadoId\": 1,\r\n            \"Titulo\": \"Ideia muito boa\",\r\n            \"Descricao\": \"Descrição maneira da ideia, mas altera ae\",\r\n            \"Beneficio\": \"Vai ser muito lucrativo\",\r\n            \"ElaboradorId\": \"dsadsadas354321dsa35dsadasd321\",\r\n            \"CriadoEm\": \"2018-06-12T00:00:00\",\r\n            \"ValorRetorno\": 0.0,\r\n            \"Elaborador\": {\r\n                \"Name\": \"NomeElaborador\",\r\n                \"Email\": \"emailelaborador@email\",\r\n                \"Username\": \"emailelaborador@email\",\r\n                \"DepartamentoId\": 2676,\r\n                \"Ativo\": true\r\n            },\r\n            \"PercentualConcluido\": 0.0,\r\n            \"AjusteSolicitado\": false,\r\n            \"QuantidadeComentarios\": 0,\r\n            \"QuantidadeCurtidas\": 0,\r\n            \"ParecerPendente\": 0,\r\n            \"Campanha\": {\r\n                \"Nome\": \"CampanhaNome\",\r\n                \"Titulo\": \"CampanhaTitulo\",\r\n                \"Id\": 29,\r\n                \"DataInicio\": \"2020-10-05T00:00:00\",\r\n                \"DataTermino\": \"2020-12-31T00:00:00\"\r\n            },\r\n            \"Departamento\": {\r\n                \"Nome\": \"DepartamentoTeste\",\r\n                \"Id\": 2676,\r\n                \"Ativo\": true,\r\n                \"GestorId\": \"feaddea3111de5a3d1eadea\",\r\n                \"Gestor\": \"Gestor\"\r\n            },\r\n            \"Tema\": {\r\n                \"Nome\": \"Longos Usina de Monlevade - Controle de Tarugos e Qualidade\",\r\n                \"Id\": 2631,\r\n                \"Ativo\": true,\r\n                \"GestorId\": \"89528861-a718-45bd-a99b-5c390cef4094\",\r\n                \"Gestor\": \"Silva, Inara C\"\r\n            },\r\n            \"Colaboradores\": [\r\n                {\r\n                    \"Id\": \"4dsadsadsadsadwqdsadadsadasda7\",\r\n                    \"Nome\": \"HENRIQUE\",\r\n                    \"UserName\": \"21565123\",\r\n                    \"Email\": \"\",\r\n                    \"Ativo\": true,\r\n                    \"Departamento\": \"DepartamentoTeste\",\r\n                    \"Gestor\": \"Gestor\"\r\n                }\r\n            ],\r\n            \"CamposAdicionais\": [\r\n                {\r\n                    \"Id\": 17514,\r\n                    \"IdeiaId\": 3612,\r\n                    \"CampoAdicional\":\r\n                    {\r\n                        \"Id\": 472\r\n                    },\r\n                    \"Label\": \"Situação Atual\",\r\n                    \"Valor\": \"Tá ruim a situação\"\r\n                }\r\n            ],\r\n            \"DiasAguardandoParecer\": 0\r\n        }","options":{"raw":{"language":"json"}}},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/AtualizarIdeia?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&ideiaId=ideia_Id&ideiaTitulo=ideia_titulo&usuarioAlteracao=usuario_alteracao","description":"<ul>\n<li>The idea to be changed will be searched among those not excluded (idea.Excluido = 0) with the same id as the one informed, if it is not null;</li>\n<li>If the id is null, the idea will be searched for by the informed title. If more than one idea is found with the same title, an error is returned.</li>\n<li>User name (usuario_alteracao) and changed idea are mandatory</li>\n<li>Pass in the querystring the token, the idea id, the idea title, the user name of the change, and the IdeiaSalvarDadosBasicosViewModel object referring to the changed idea.</li>\n<li>To use the method, it is necessary in addition to obtaining the token on the Integration screen, passing the user token logged in (generated by the route / Token when receiving user and password)</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","AtualizarIdeia"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"ideiaId","value":"ideia_Id"},{"key":"ideiaTitulo","value":"ideia_titulo"},{"key":"usuarioAlteracao","value":"usuario_alteracao"}],"variable":[]}},"response":[],"_postman_id":"cc0685b6-3dd1-4d1b-8a3a-088b33901897"}],"id":"6ea2a52f-51ff-4a1e-a661-e86fe0e96141","event":[{"listen":"prerequest","script":{"id":"e36b13b2-3fb8-4590-a6cd-4854b806917b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f1b33c0-ff5c-485f-868d-b8c4ed45f326","type":"text/javascript","exec":[""]}}],"_postman_id":"6ea2a52f-51ff-4a1e-a661-e86fe0e96141","description":""},{"name":"Delete Idea","item":[{"name":"Delete Idea","id":"776c1ef9-e381-41ce-8e9b-f3b49f961f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>Token Obtained when returning some authentication method (Link here:<a href=\"https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142\">https://documenter.getpostman.com/view/6955266/TW6tKVJ8#da0e76a0-f655-4ec0-89bb-e380368a2142</a>)</p>\n","key":"Authorization","type":"text","value":"Bearer cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"body":{"mode":"raw","raw":"{\r\n    \"IdeiaId\": 1,\r\n    \"IdeiaTitulo\": \"Título da Ideia\",\r\n    \"Justificativa\": \"Justificativa para exclusão\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Ideias?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<ul>\n<li>Exclusion by case sensitive title</li>\n<li>Exclusion by ID takes priority over title</li>\n<li>Id or Title, Justification and User Id are required</li>\n<li>After exclusion, the event is recorded in the Idea's history</li>\n<li>To use the method, it is necessary in addition to obtaining the token on the Integration screen, passing the user token logged in (generated by the route / Token when receiving user and password)</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Ideias"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"776c1ef9-e381-41ce-8e9b-f3b49f961f53"}],"id":"691031c6-13e0-444a-bf36-3994edfd5821","description":"<p>Para o processo de exclusão de uma ideia é necessário autenticar o usuário para obter um barear token, além de um token com a permissão de excluir gerado pela plataforma no menu de integração.</p>\n","event":[{"listen":"prerequest","script":{"id":"0bb29c6e-1bdc-4fa1-93fd-badaa202848e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d005311b-a56c-403c-80c4-be4ae2ce52a0","type":"text/javascript","exec":[""]}}],"_postman_id":"691031c6-13e0-444a-bf36-3994edfd5821"}],"id":"65d514dc-3d16-487f-8802-b9bd0a45112f","event":[{"listen":"prerequest","script":{"id":"cc9fd91a-2490-4a6e-89ab-6b283924ccff","type":"text/javascript","exec":["console.log('Token Url');","console.log(pm.variables.get(\"token_url\"));","console.log('Body');","console.log('grant_type=' + pm.variables.get(\"grant_type\") + \"&username=\" + pm.variables.get(\"username\") + \"&password=\" + pm.variables.get(\"password\"));","console.log(pm.variables.get(\"grant_type\"));","console.log(pm.variables.get(\"username\"));","console.log(pm.variables.get(\"password\"));","","if (!pm.variables.get(\"token\")) {","    pm.sendRequest({","        url: pm.variables.get(\"base_url\") + \"/token\",","        method: 'POST',","        header: {","            'Content-Type': 'application/x-www-form-urlencoded',","        },","        body: 'grant_type=' + pm.variables.get(\"grant_type\") + \"&username=\" + pm.variables.get(\"username\") + \"&password=\" + pm.variables.get(\"password\")","    }, function (err, res) {","        ","        if (res.json().access_token) {","            pm.variables.set(\"token\", res.json().access_token);","        }","        ","        //pm.environment.set(\"access_token\", res.json().token);","    ","    });","}"]}},{"listen":"test","script":{"id":"a1836843-1a6f-4181-9d57-41eb4f905583","type":"text/javascript","exec":["tests[\"INIT - Executado com sucesso - 200\"] = responseCode.code === 200;","tests[\"INIT - Usuário Autenticado\"] = pm.variables.get(\"token\");",""]}}],"_postman_id":"65d514dc-3d16-487f-8802-b9bd0a45112f","description":""},{"name":"External API","item":[{"name":"Ideas","item":[{"name":"GetIdeias (DEPRECATED)","id":"b9b3cf98-ddda-44de-8bcd-f6fef5b34565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/GetIdeias?token=seu_token &filtros={\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": \"33\",\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\"\n}","description":"<p>Resumo: Obtém os dados de ideia com base nos filtros passados como parâmetro.\nParâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar ideias. O token é obtido no menu com símbolo\nde engrenagem, na aba de “Integração”.<ul>\n<li>Filtro: Filtro opcional, no formato chave-valor contendo as chaves:</li>\n<li>Id</li>\n<li>ElaboradorId</li>\n<li>CampanhaId</li>\n<li>TemaId</li>\n<li>Titulo</li>\n<li>Texto</li>\n<li>DepartamentoId</li>\n<li>PeriodoInicial</li>\n<li>PeriodoFinal</li>\n<li>DataTerminoPrevisto</li>\n<li>DataInicioPrevisto</li>\n<li>DataAprovacaoInicio</li>\n<li>DataAprovacaoTermino</li>\n<li>DataCriacaoInicio</li>\n<li>DataCriacaoTermino</li>\n<li>DataAtualizacaoInicio</li>\n<li>DataAtualizacaoTermino</li>\n</ul>\n</li>\n</ul>\n<p>Exemplo de filtro:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": \"33\",\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\"\n}\n</code></pre>\n<p>Retorno: Retorno objeto com a lista de ideias, quantidade e página atual</p>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"itensPorPagina\": 50000,\n  \"resultado\": [\n    {\n      \"Id\": 18044,\n      \"Estado\": \"Etapa 244\",\n      \"EstadoId\": 208,\n      \"DataAtualizacao\": \"2021-03-03T09:10:22.433\",\n      \"Titulo\": \"Aproveitamento de água da chuva\",\n      \"Descricao\": \"Ideia para incentivar o aproveitamento de recursos.\",\n      \"Beneficio\": \"Economia de recursos hídricos para empresa.\",\n      \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n      \"CriadoEm\": \"2018-01-17T16:05:22.103\",\n      \"ValorRetorno\": 0,\n      \"Elaborador\": {\n        \"Name\": \"João Carlos\",\n        \"Email\": \"joao@email.net\",\n        \"Username\": \"joao@email.net\",\n        \"DepartamentoId\": 12,\n        \"Ativo\": true\n      },\n      \"PercentualConcluido\": 0,\n      \"Campanha\": {\n        \"Nome\": \"1. Ideias ecológicas\",\n        \"Titulo\": \"Ideias ecológicas\",\n        \"Id\": 33,\n        \"DataInicio\": \"2017-01-01T02:00:00\"\n      },\n      \"Departamento\": {\n        \"Nome\": \"Departamento Industrial\",\n        \"Id\": 12,\n        \"Ativo\": true,\n        \"GestorId\": \"08773eda-da65-46d7-b401-8236912052b3\",\n        \"Gestor\": \"Admin Vinicius\"\n      },\n      \"Tema\": {\n        \"Nome\": \"Salve o Planeta\",\n        \"Id\": 3,\n        \"Ativo\": true,\n        \"GestorId\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n        \"Gestor\": \"Admin João Carlos\"\n      },\n      \"Colaboradores\": [\n        {\n          \"Id\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n          \"Nome\": \"João Carlos\",\n          \"UserName\": \"joao@email.net\",\n          \"Email\": \"joao@email.net\",\n          \"Ativo\": true,\n          \"Departamento\": \"Departamento Industrial\",\n          \"Gestor\": \"Admin Vinicius\"\n        }\n      ],\n      \"CamposAdicionais\": [\n        {\n          \"Id\": 2554,\n          \"IdeiaId\": 18044,\n          \"Label\": \"Label de exibição\",\n          \"Valor\": \"Ideia teste edição aprovador\"\n        }\n      ],\n      \"CriteriosClassificacaoItens\": [\n        {\n          \"IdeiaId\": 18044,\n          \"CriterioClassificacaoId\": 1,\n          \"CriterioClassificacaoTitulo\": \"Inovação de produtos/serviços\",\n          \"CriterioClassificacaoValor\": \"Já existe algo similar dentro da empresa\",\n          \"CriterioClassificacaoPontos\": 15\n        },\n        {\n          \"IdeiaId\": 18044,\n          \"CriterioClassificacaoId\": 5,\n          \"CriterioClassificacaoTitulo\": \"Ganho do projeto (Ebit 12 meses)\",\n          \"CriterioClassificacaoValor\": \"Ganho ebit médio\",\n          \"CriterioClassificacaoPontos\": 9\n        }\n      ]\n    }\n  ],\n  \"filtro\": null,\n  \"qtdeRegistros\": 12596,\n  \"paginaAtual\": 1,\n  \"numeroPaginas\": [\n    1\n  ]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna","GetIdeias"],"host":["seuambiente","aevoinnovate","net"],"query":[{"key":"token","value":"seu_token "},{"key":"filtros","value":"{\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": \"33\",\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\"\n}"}],"variable":[]}},"response":[],"_postman_id":"b9b3cf98-ddda-44de-8bcd-f6fef5b34565"},{"name":"GetIdeias V2","event":[{"listen":"test","script":{"id":"c2b5dbce-02b4-414a-91e0-c6b917cb423a","exec":[""],"type":"text/javascript"}}],"id":"a7790b53-895b-4e6f-8e6c-4c1a6e532b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/v2/GetIdeias?token=seu_token &filtros={\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": \"33\",\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\",\n  \"TipoDadoCampanha\": 1,\n  \"pagina\":1,\n  \"itensPorPagina\":10000\n}","description":"<p>Summary: Retrieves idea data based on the filters provided as parameters.<br />Parameters:</p>\n<ul>\n<li><p>Token: A token with permission to query ideas. The token can be obtained in the menu with the gear icon, under the \"Integration\" tab.</p>\n</li>\n<li><p>Filtro: Optional filter in key-value format containing the following keys. All fields below may be null:</p>\n<ul>\n<li><p>Id: int. The ID of the idea.</p>\n</li>\n<li><p>ElaboradorId: int. The ID of the person who created the idea.</p>\n</li>\n<li><p>CampanhaId: int. The ID of the campaign the idea is associated with.</p>\n</li>\n<li><p>TemaId: int. The ID of the theme the idea belongs to.</p>\n</li>\n<li><p>Titulo: string, maximum of 400 characters. The title of the idea.</p>\n</li>\n<li><p>Texto: string, maximum of 4000 characters. The description or detailed text of the idea.</p>\n</li>\n<li><p>DepartamentoId: int. The ID of the department associated with the idea.</p>\n</li>\n<li><p>PeriodoInicial: datetime. The start date of the period to filter by.</p>\n</li>\n<li><p>PeriodoFinal: datetime. The end date of the period to filter by.</p>\n</li>\n<li><p>DataTerminoPrevisto: datetime. The expected end date of the idea or campaign.</p>\n</li>\n<li><p>DataInicioPrevisto: datetime. The expected start date of the idea or campaign.</p>\n</li>\n<li><p>DataAprovacaoInicio: datetime. The start date for approval.</p>\n</li>\n<li><p>DataAprovacaoTermino: datetime. The end date for approval.</p>\n</li>\n<li><p>DataCriacaoInicio: datetime. The start date for the creation of the idea.</p>\n</li>\n<li><p>DataCriacaoTermino: datetime. The end date for the creation of the idea.</p>\n</li>\n<li><p>DataAtualizacaoInicio: datetime. The start date for updates on the idea.</p>\n</li>\n<li><p>DataAtualizacaoTermino: datetime. The end date for updates on the idea.</p>\n</li>\n<li><p>IdExterno: string, maximum of 200 characters. The external ID associated with the idea.</p>\n</li>\n<li><p>Localidade: string, maximum of 200 characters. The location where the idea is being developed.</p>\n</li>\n<li><p>TipoDadoCampanha: int (Campaigns = 1, Campaigns That Count Ideas = 2, Campaigns That Do Not Count Ideas = 3). The type of campaign data.</p>\n</li>\n<li><p>pagina: int. The page number for pagination.</p>\n</li>\n<li><p>itensPorPagina: int, maximum of 1000 items per page. If not provided, it will default to 500 items per page. The number of items per page (pagination).</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example of filter</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": 33,\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"IdExterno\": \"35\",\n  \"Localidade\": \"São Paulo\",\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\",\n  \"TipoDadoCampanha\": 1,\n  \"pagina\":1,\n  \"itensPorPagina\": 1000\n}\n\n</code></pre>\n<p>Return: Returns an object with the list of ideas, quantity, and current page.</p>\n<p>Example of output:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"itensPorPagina\": 500,\n  \"resultado\": [\n    {\n      \"Id\": 18044,\n      \"Estado\": \"Etapa 244\",\n      \"EstadoId\": 208,\n      \"DataAtualizacao\": \"2021-03-03T09:10:22.433\",\n      \"Titulo\": \"Aproveitamento de água da chuva\",\n      \"Descricao\": \"Ideia para incentivar o aproveitamento de recursos.\",\n      \"Beneficio\": \"Economia de recursos hídricos para empresa.\",\n      \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n      \"CriadoEm\": \"2018-01-17T16:05:22.103\",\n      \"ValorRetorno\": 0,\n      \"Elaborador\": {\n        \"Name\": \"João Carlos\",\n        \"Email\": \"joao@email.net\",\n        \"Username\": \"joao@email.net\",\n        \"DepartamentoId\": 12,\n        \"Ativo\": true\n      },\n      \"PercentualConcluido\": 0,\n      \"Campanha\": {\n        \"Nome\": \"1. Ideias ecológicas\",\n        \"Titulo\": \"Ideias ecológicas\",\n        \"Id\": 33,\n        \"DataInicio\": \"2017-01-01T02:00:00\"\n      },\n      \"Departamento\": {\n        \"Nome\": \"Departamento Industrial\",\n        \"Id\": 12,\n        \"Ativo\": true,\n        \"GestorId\": \"08773eda-da65-46d7-b401-8236912052b3\",\n        \"Gestor\": \"Admin Vinicius\"\n      },\n      \"Tema\": {\n        \"Nome\": \"Salve o Planeta\",\n        \"Id\": 3,\n        \"Ativo\": true,\n        \"GestorId\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n        \"Gestor\": \"Admin João Carlos\",\n        \"SubTema\" {\n            \"Nome\": \"Plante arvores\",\n            \"Id\": 22,\n            \"Ativo\": true,\n            \"GestorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n            \"Gestor\": \"Vinicius de Moraes\"\n        }\n      },\n      \"Colaboradores\": [\n        {\n          \"Id\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n          \"Nome\": \"João Carlos\",\n          \"UserName\": \"joao@email.net\",\n          \"Email\": \"joao@email.net\",\n          \"Ativo\": true,\n          \"Departamento\": \"Departamento Industrial\",\n          \"Gestor\": \"Admin Vinicius\"\n        }\n      ],\n      \"CamposAdicionais\": [\n        {\n          \"Id\": 2554,\n          \"IdeiaId\": 18044,\n          \"Label\": \"Label de exibição\",\n          \"Valor\": \"Ideia teste edição aprovador\"\n        }\n      ],\n      \"CriteriosClassificacaoItens\": [\n        {\n          \"IdeiaId\": 18044,\n          \"CriterioClassificacaoId\": 1,\n          \"CriterioClassificacaoTitulo\": \"Inovação de produtos/serviços\",\n          \"CriterioClassificacaoValor\": \"Já existe algo similar dentro da empresa\",\n          \"CriterioClassificacaoPontos\": 15\n        },\n        {\n          \"IdeiaId\": 18044,\n          \"CriterioClassificacaoId\": 5,\n          \"CriterioClassificacaoTitulo\": \"Ganho do projeto (Ebit 12 meses)\",\n          \"CriterioClassificacaoValor\": \"Ganho ebit médio\",\n          \"CriterioClassificacaoPontos\": 9\n        }\n      ],\n      \"IdExterno\": \"35\",   \n    },\n \"AnexosIdeia\": [\n        {\n          \"Nome\": \"Mundação no ideias1.png\",\n          \"URL\": \"https://exemplo.com.png\"\n        },\n        {\n          \"Nome\": \"Mundação no ideias2.png\",\n          \"URL\": \"exemplo.com.png\"\n        }\n      ]\n  ],\n  \"filtro\": null,\n  \"qtdeRegistros\": 500,\n  \"paginaAtual\": 1,\n  \"numeroPaginas\": 1\n}\n\n</code></pre>\n<p>Data Dictionary</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n      \"Id\": int, obrigatório\n      \"Estado\": string, máximo 100 caracteres, opcional\n      \"EstadoId\": int, obrigatório\n      \"DataAtualizacao\": datetime, obrigatório\n      \"Titulo\": string, máximo 400 caracteres, opcional\n      \"Descricao\": string, máximo 4000 caracteres, opcional\n      \"Beneficio\": string, máximo 4000 caracteres, opcional\n      \"ElaboradorId\": string, máximo 128 caracteres, opcional\n      \"CriadoEm\": datetime, obrigatório\n      \"ValorRetorno\": float, obrigatório\n      \"Elaborador\": {\n        \"Name\": string, máximo 100 caracteres, opcional\n        \"Email\": string, máximo 256 caracteres, obrigatório\n        \"Username\": string, máximo 256 caracteres, obrigatório\n        \"DepartamentoId\": int, obrigatório\n        \"Ativo\": booleano, obrigatório\n      },\n      \"PercentualConcluido\": decimal(18,2), obrigatório\n      \"Campanha\": {\n        \"Nome\": string, máximo 100 caracteres, opcional\n        \"Titulo\": string, máximo 300 caracteres, opcional\n        \"Id\": int, obrigatório\n        \"DataInicio\": datetime, obrigatório\n      },\n      \"Departamento\": {\n        \"Nome\": string, máximo 100 caracteres, opcional\n        \"Id\": int, obrigatório\n        \"Ativo\": booleano, obrigatório\n        \"GestorId\": string, máximo 128 caracteres, opcional\n        \"Gestor\": string, máximo 100 caracteres, opcional\n      },\n      \"Tema\": {\n        \"Nome\": string, máximo 300 caracteres, opcional\n        \"Id\": int, obrigatório\n        \"Ativo\": booleano, obrigatório\n        \"GestorId\": string, máximo 128 caracteres, opcional\n        \"Gestor\": string, máximo 100 caracteres, opcional\n        \"SubTema\": {\n            \"Nome\": string, máximo 300 caracteres, opcional\n            \"Id\": int, obrigatório\n            \"Ativo\": booleano, obrigatório\n            \"GestorId\": string, máximo 128 caracteres, opcional\n            \"Gestor\": string, máximo 100 caracteres, opcional\n          }\n      },\n      \"Colaboradores\": [\n        {\n          \"Id\": string, máximo 128 caracteres, opcional\n          \"Nome\": string, máximo 100 caracteres, opcional\n          \"UserName\": string, máximo 256 caracteres, obrigatório\n          \"Email\": \"string, máximo 256 caracteres, obrigatório\n          \"Ativo\": booleano, obrigatório\n          \"Departamento\": string, máximo 100 caracteres, opcional\n          \"Gestor\": string, máximo 100 caracteres, opcional\n        }\n      ],\n      \"CamposAdicionais\": [\n        {\n          \"Id\": int, obrigatório\n          \"IdeiaId\": int, obrigatório\n          \"Label\": string, máximo 300 caracteres, opcional\n          \"Valor\": string, máximo 4000 caracteres, opcional\n        }\n      ],\n      \"CriteriosClassificacaoItens\": [\n        {\n          \"IdeiaId\": int, obrigatório\n          \"CriterioClassificacaoId\": int, obrigatório\n          \"CriterioClassificacaoTitulo\": string, máximo 300 caracteres, opcional,\n          \"CriterioClassificacaoValor\": string, máximo 300 caracteres, opcional,\n          \"CriterioClassificacaoPontos\": int\n        },\n        {\n          \"IdeiaId\": int, obrigatório\n          \"CriterioClassificacaoId\": int, obrigatório\n          \"CriterioClassificacaoTitulo\": string, máximo 400 caracteres, obrigatório\n          \"CriterioClassificacaoValor\": string, máximo 400 caracteres, obrigatório\n          \"CriterioClassificacaoPontos\": int, obrigatório\n        }\n      ],\n      \"IdExterno\": string, máximo de 200 caracteres, opcional,\n      \"AnexosIdeia\": [{\n          \"Nome\": string,\n          \"URL\": string (será disponibilizado o link para download direto do arquivo\n      }]\n    }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna","v2","GetIdeias"],"host":["seuambiente","aevoinnovate","net"],"query":[{"key":"token","value":"seu_token "},{"key":"filtros","value":"{\n  \"ElaboradorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n  \"CampanhaId\": \"33\",\n  \"TemaId\": 10,\n  \"Titulo\": \"Aproveitamento\",\n  \"EstadoId\": 2,\n  \"GestorId\": \"2018-12-31 10:30:00\",\n  \"DepartamentoId\": 12,\n  \"DataAprovacaoInicio\": \"2018-01-01 08:30:00\",\n  \"DataAprovacaoTermino\": \"2018-06-01 08:30:00\",\n  \"DataCriacaoInicio\": \"2018-01-01 20:30:00\",\n  \"DataCriacaoTermino\": \"2018-03-30 08:30:00\",\n  \"DataAtualizacaoInicio\": \"2021-01-01 00:00:00.000\",\n  \"DataAtualizacaoTermino\": \"2021-03-03 13:24:18.747\",\n  \"TipoDadoCampanha\": 1,\n  \"pagina\":1,\n  \"itensPorPagina\":10000\n}"}],"variable":[]}},"response":[],"_postman_id":"a7790b53-895b-4e6f-8e6c-4c1a6e532b18"},{"name":"UpdateStatus","id":"a007a7a1-56a7-4c79-9317-c5ef12e05b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fonte\": \"Pipefy\",\r\n    \"Ideia\": \"Título da Minha Ideia\",\r\n    \"IdeiaId\": 1,\r\n    \"Status\": \"Em Andamento\",\r\n    \"UsuarioAlteracao\": \"Maria da Silva Nemesis\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/AtualizarStatus?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Method used to update the ExternalStatus attribute of Ideas.</p>\n<ul>\n<li><p>Body attributes:</p>\n<ul>\n<li><p>Fonte: String (Used to record which external source the Status is being saved from. Example: Pipefy. Mandatory.)</p>\n</li>\n<li><p>Ideia: String (Used to search for the idea by Title, to update its status. The title must match the Idea title exactly. Optional when using IdeiaId. Mandatory when not using Idea Id.)</p>\n</li>\n<li><p>IdeiaId: Int (Used to search for the Idea by ID, to update its status. Optional when using Idea. Mandatory when not using Idea)</p>\n</li>\n<li><p>Status: String (Used to set the desired status for the Idea according to the external source. Example: “In Progress.” Required.)</p>\n</li>\n<li><p>UsuarioAlteracao: String (Used to inform the user responsible for changing the status of the Idea. The user's name or Innovate ID can be entered. Required.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","ApiExterna","AtualizarStatus"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"a007a7a1-56a7-4c79-9317-c5ef12e05b14"},{"name":"DadosAprovacaoIdeia","event":[{"listen":"test","script":{"id":"a26ff8a3-bc93-4bee-a881-3c1408a84941","exec":[""],"type":"text/javascript"}}],"id":"f1ed2556-3e17-4f86-8bdd-0917d40b2f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/DadosAprovacaoIdeia?Token=string&DataInicio=date&DataFim=date&Page=number&Take=number","description":"<p>Summary: Gets the approval history of an idea based on filters passed as a parameter.\nParameters:</p>\n<ul>\n<li>Token: Token with permission to consult ideas. The token is obtained from the menu with symbol\nin the “Integration” tab.\n -StartDate: Start date for cutting ideas.\n-EndDate: Final cut-off date of ideas.</li>\n<li>Page: Current data page.\n-Take: Number of records that will be returned</li>\n</ul>\n<p>Filter example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>http://seuambiente.aevoinnovate.net/api/ApiExterna/DadosAprovacaoIdeia?token=ZRxbCUZ68%2FW7y2WTs0NaL45OyrROTnJ69%2FBXRov27c5i%2BZZ5ZYHmRWO%2BJjImBAY2Z3bzpiMoN4JZIo5qf0vHrfKhviChUOTCqnJTTHqxY5lR%2F1gI5lTELpU6Ou6Qf9Gn43na9l5wM5aBhTUxZVGUZgZ0%2BaGkRSuTKnHPpOQRcKQ%3D&amp;Page=1&amp;Take=20&amp;DataInicio=03-09-2020&amp;DataFim=03-09-2021\n</code></pre><p>Return: Return object with list of ideas, quantity and current page</p>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"itemsPerPage\": 50000,\n  \"result\": [\n    {\n      \"Id\": 18044,\n      \"State\": \"Step 244\",\n      \"Id Status\": 208,\n      \"UpdateDate\": \"2021-03-03T09:10:22.433\",\n      \"Title\": \"Use of rainwater\",\n      \"Description\": \"Idea to encourage the use of resources.\",\n      \"Beneficio\": \"Saving water resources for the company.\",\n      \"ElaboratorId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n      \"CreatedOn\": \"2018-01-17T16:05:22.103\",\n      \"Return Value\": 0,\n      \"Developer\": {\n        \"Name\": \"João Carlos\",\n        \"Email\": \"joao@email.net\",\n        \"Username\": \"joao@email.net\",\n        \"DepartmentId\": 12,\n        \"Active\": true\n      },\n      \"Percent Completed\": 0,\n      \"Campaign\": {\n        \"Name\": \"1. Ecological ideas\",\n        \"Title\": \"Ecological Ideas\",\n        \"Id\": 33,\n        \"StartDate\": \"2017-01-01T02:00:00\"\n      },\n      \"Department\": {\n        \"Name\": \"Industrial Department\",\n        \"Id\": 12,\n        \"Active\": true,\n        \"ManagerId\": \"08773eda-da65-46d7-b401-8236912052b3\",\n        \"Manager\": \"Admin Vinicius\"\n      },\n      \"Theme\": {\n        \"Name\": \"Save the Planet\",\n        \"Id\": 3,\n        \"Active\": true,\n        \"ManagerId\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n        \"Manager\": \"Admin João Carlos\"\n      },\n      \"Contributors\": [\n        {\n          \"Id\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n          \"Name\": \"João Carlos\",\n          \"UserName\": \"joao@email.net\",\n          \"Email\": \"joao@email.net\",\n          \"Active\": true,\n          \"Department\": \"Industrial Department\",\n          \"Manager\": \"Admin Vinicius\"\n        }\n      ],\n      \"Additional Fields\": [\n        {\n          \"Id\": 2554,\n          \"IdeaId\": 18044,\n          \"Label\": \"Display Label\",\n          \"Value\": \"Approver Editing Test Idea\"\n        }\n      ],\n      \"CriteriosClassificacaoItems\": [\n        {\n          \"IdeaId\": 18044,\n          \"CriterioClassificacaoId\": 1,\n          \"CriterioClassificacaoTitulo\": \"Innovation of products/services\",\n          \"CriterioClassificacaoValor\": \"There is already something similar within the company\",\n          \"CriterioClassificacaoPoints\": 15\n        },\n        {\n          \"IdeaId\": 18044,\n          \"CriterioClassificacaoId\": 5,\n          \"CriterioClassificacaoTitulo\": \"Project gain (Ebit 12 months)\",\n          \"CriterioClassificacaoValor\": \"Average ebit gain\",\n          \"CriterioClassificacaoPoints\": 9\n        }\n      ],\n      \"ExternalId\": \"35\",\n    }\n  ],\n  \"filter\": null,\n  \"qtyofRecords\": 12596,\n  \"Current page\": 1,\n  \"numberPages\": [\n    1\n  ]\n}\n</code></pre>\n<p>Data dictionary:</p>\n<p>```json\n{\n  \"Success\": true,\n  \"Message\": \"Data Retrieved Successfully\",\n  \"Result\": {\n    \"Number of Records\": 20,\n    \"Current Page\": 1,\n    \"TotalNumberPages\": 1227,\n    \"List\": [\n      {\n        \"Idea\": 4,\n        \"State\": \"DIRECT MANAGER VALIDATION\",\n        \"CreatedOn\": \"2020-10-01T19:56:41.383\",\n        \"Title\": \"Restaurant Lighting Height\",\n        \"Observacao\": \"Vagner, I'm exceptionally evaluating your idea, but we know that your coordinator is Cesar Silva. The next ideas will already be directed systemically to Cesar.\\nAbout your idea, congratulations for your proactivity, however, for a suggestion in the restaurant perimeter, HR must be involved, as the responsibility is shared with the Supplier, - * since the investment was theirs, but as you have seen, it has already been implemented due to their participation!\\n\\n* Released from status by the Inventor-implemented Coordinator.\",\n        \"ApproverName\": \"ROGERIO FABRICIO PAGOTI\",\n        \"ResponsibleId\": \"b8d935ec-ef63-4243-bc7a-b92320869ba9\",\n        \"Entry Date\": \"2020-10-01T19:56:47.3\",\n        \"Departure Date\": \"2020-11-16T12:22:23.303\",\n        \"Analyze\": \"Vagner, I'm exceptionally evaluating your idea, but we know that your coordinator is Cesar Silva. The next ideas will already be systematically directed to Cesar.\\nAbout your idea, congratulations for your proactivity, however, for suggestion in the restaurant perimeter, HR must be involved, as the responsibility is shared with the Supplier, - * since the investment was</p>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna","DadosAprovacaoIdeia"],"host":["seuambiente","aevoinnovate","net"],"query":[{"description":{"content":"<p>access token</p>\n","type":"text/plain"},"key":"Token","value":"string"},{"description":{"content":"<p>Start date for cutting ideas</p>\n","type":"text/plain"},"key":"DataInicio","value":"date"},{"description":{"content":"<p>Final date for cutting ideas</p>\n","type":"text/plain"},"key":"DataFim","value":"date"},{"description":{"content":"<p>Current data page</p>\n","type":"text/plain"},"key":"Page","value":"number"},{"description":{"content":"<p>Number of records that will be returned</p>\n","type":"text/plain"},"key":"Take","value":"number"}],"variable":[]}},"response":[],"_postman_id":"f1ed2556-3e17-4f86-8bdd-0917d40b2f62"}],"id":"1c719f4c-4853-49d8-874c-74f7d7d9ba24","_postman_id":"1c719f4c-4853-49d8-874c-74f7d7d9ba24","description":""},{"name":"Comments","item":[{"name":"GetComments","id":"71048b81-49b0-42cc-afc0-a8c8ee10ee02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"ComentarioId\": 1,\r\n  \"Texto\": \"texto a ser buscado\",\r\n  \"DataInicioComentario\": \"2018-06-01 10:30:00\",\r\n  \"DataTerminoComentario\": \"2018-12-31 10:30:00\",\r\n  \"IdeiaId\": 10\r\n}"},"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/GetComentarios?token=seu_token &filtros={\n  \"ComentarioId\": 1,\n  \"Texto\": \"texto a ser buscado\",\n  \"DataInicioComentario\": \"2018-06-01 10:30:00\",\n  \"DataTerminoComentario\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 10\n}","description":"<p>Method: “GetComentarios” (Verb: POST)</p>\n<p>Summary:</p>\n<p>Obtains comment data based on the filters passed as parameters.</p>\n<p>Parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>- Token: Token with permission to view ideas. The token is obtained in the menu with the gear symbol, in the “Integration” tab.\n- Filter: Optional filter, in key-value format containing the keys:\n- “ComentarioId”\n- “Texto”\n- “DataInicioComentario”\n- “DataTerminoComentario”\n- “IdeiaId”\n- \n\n</code></pre><p>Exemplo de filtro:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ComentarioId\": 1,\n  \"Texto\": \"texto a ser buscado\",\n  \"DataInicioComentario\": \"2018-06-01 10:30:00\",\n  \"DataTerminoComentario\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 10\n}\n\n</code></pre>\n<p>Return:</p>\n<p>Returns an object with the list of comments, basic idea data, quantity, and current page (for pagination).</p>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"itensPorPagina\": 50000,\n  \"resultado\": {\n    \"Comentarios\": [\n      {\n        \"Ideia\": {\n          \"Id\": 15423,\n          \"Titulo\": \"Reduzir consumo de combustível fóssil\"\n        },\n        \"ComentarioId\": 1,\n        \"Texto\": \"Gostei da ideia!\",\n        \"Data\": \"2018-06-13T14:00:03.153\",\n        \"UsuarioId\": \"0c578c4b-1b41-2d5f-a2d5-f1abac8139a7\",\n        \"ComentarioPai\": {},\n        \"Name\": \"João da Silva\",\n        \"Email\": \"maria@email.com\",\n        \"UserName\": \"maria\",\n        \"Ativo\": true\n      }\n    ]\n  },\n  \"filtro\": null,\n  \"qtdeRegistros\": 90,\n  \"paginaAtual\": 1,\n  \"numeroPaginas\": [\n    1\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna","GetComentarios"],"host":["seuambiente","aevoinnovate","net"],"query":[{"key":"token","value":"seu_token "},{"key":"filtros","value":"{\n  \"ComentarioId\": 1,\n  \"Texto\": \"texto a ser buscado\",\n  \"DataInicioComentario\": \"2018-06-01 10:30:00\",\n  \"DataTerminoComentario\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 10\n}"}],"variable":[]}},"response":[],"_postman_id":"71048b81-49b0-42cc-afc0-a8c8ee10ee02"}],"id":"dc55c856-6550-4c96-b2f4-cabb68a760e9","event":[{"listen":"prerequest","script":{"id":"f0f3ff20-fb58-4deb-97de-b025fa3e4969","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b7f9942b-dd1d-4015-8901-61203617ab22","type":"text/javascript","exec":[""]}}],"_postman_id":"dc55c856-6550-4c96-b2f4-cabb68a760e9","description":""},{"name":"Likes","item":[{"name":"GetLikes","id":"af414e5a-a1ee-4686-a805-c8d6295181a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/GetCurtidas?token=seu_token &filtros={\n  \"DataInicioCurtida\": 2018-12-31 10:30:00,\n  \"DataTerminoCurtida\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 1,\n  \"UsuarioAtivo\": true\n}","description":"<p>Method: “GetLikes” (Verb: GET)</p>\n<p>Summary:</p>\n<p>Obtains data on likes for ideas based on the filters passed as parameters.</p>\n<p>Parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>- Token: Token with permission to view ideas. The token is obtained in the menu with the gear symbol, in the “Integration” tab.\n\n- Filter: Optional filter, in key-value format containing the keys:\n- “DataInicioCurtida”\n- “DataTerminoCurtida”\n- “IdeiaId”\n- “UsuarioAtivo”\n- \n\n</code></pre><p>Filter example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"DataInicioCurtida\": 2018-12-31 10:30:00,\n  \"DataTerminoCurtida\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 1,\n  \"UsuarioAtivo\": true\n}\n\n</code></pre>\n<p>Return:</p>\n<p>Returns an object with the list of likes, basic idea data, and data about the user who liked the idea, quantity, and current page (for pagination).</p>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"itensPorPagina\": 50000,\n  \"resultado\": [\n    {\n      \"Ideia\": {\n        \"Id\": 1,\n        \"Titulo\": \"Ideia de Teste\"\n      },\n      \"Data\": \"2019-01-21T16:17:33.77\",\n      \"UsuarioId\": \"036458c7-5ef1-48a9-bc29-adfb320728a7\",\n      \"Name\": \"João da Silva\",\n      \"Email\": \"joaoSilva@teste.com.br\",\n      \"UserName\": \"joao.silva\",\n      \"Ativo\": true\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna","GetCurtidas"],"host":["seuambiente","aevoinnovate","net"],"query":[{"key":"token","value":"seu_token "},{"key":"filtros","value":"{\n  \"DataInicioCurtida\": 2018-12-31 10:30:00,\n  \"DataTerminoCurtida\": \"2018-12-31 10:30:00\",\n  \"IdeiaId\": 1,\n  \"UsuarioAtivo\": true\n}"}],"variable":[]}},"response":[],"_postman_id":"af414e5a-a1ee-4686-a805-c8d6295181a1"}],"id":"2b4000c2-8de3-4c14-8eaa-62dae0c5b61a","event":[{"listen":"prerequest","script":{"id":"97f883f2-5144-4662-9fb8-9ff973234c1b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3c604634-312e-41ab-9028-632bd047792b","type":"text/javascript","exec":[""]}}],"_postman_id":"2b4000c2-8de3-4c14-8eaa-62dae0c5b61a","description":""},{"name":"Pendencies","item":[{"name":"CheckPendencies","id":"aea6099b-7515-4a91-9b77-1dda76eb9d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://seuambiente.aevoinnovate.net/webapi/api/ApiExterna/ GetPendencias ?token=seu_token &filtros={ \"username\": \"meu_email@teste.com\" }","description":"<p>Method: “GetPendencias” (Verb: GET)</p>\n<p>Summary: Given a user’s username or email, all the pendencies (tasks related to Evaluation, Earnings Tracking, Opinion, and Reward Management of an idea) associated with them are returned.</p>\n<p>Parameters:</p>\n<ul>\n<li><p>Token: Token with permission to view ideas. The token is obtained in the gear icon menu, under the “Integrations” tab.</p>\n</li>\n<li><p>Filtro: Filter in key-value format containing the keys:</p>\n</li>\n<li><p>“username” (Receives as value: the email or username of the person responsible for the pending items)</p>\n</li>\n</ul>\n<p>Filter example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"username\": \"meu_email@teste.com\"\n}\n\n</code></pre>\n<p>Return:</p>\n<p>Object in key-value format containing user data (key “usuario”) and a list of pendencies (key “pendencias”).</p>\n<p>Example output:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"usuario\": {\n    \"email\": \"meu_email@teste.com\",\n    \"nome\": \"João Silva\",\n    \"username\": \"joao_silva\"\n  },\n  \"pendencias\": [\n    {\n      \"estado\": \"Em Avaliação\",\n      \"etapa\": \"Validação 1\",\n      \"idIdeia\": 15665,\n      \"titulo\": \"Minha ideia 1\",\n      \"link\": \"https://seu_ambiente.aevoinnovate.net/#/ideia/15665\",\n      \"parecerPendente\": true\n    },\n    {\n      \"estado\": \"Implantada\",\n      \"etapa\": \"Implantada\",\n      \"idIdeia\": 16745,\n      \"titulo\": \"Minha ideia 2\",\n      \"link\": \"https://seu_ambiente.aevoinnovate.net/#/ideia/16745/ganhos/16745\",\n      \"parecerPendente\": false\n    },\n    {\n      \"estado\": \"Em Implantação\",\n      \"etapa\": \"Em Implantação\",\n      \"idIdeia\": 16866,\n      \"titulo\": \"Minha ideia com retorno financeiro\",\n      \"link\": \"https://seu_ambiente.aevoinnovate.net/#/ideia/16866/recompensa/2\",\n      \"parecerPendente\": false\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["webapi","api","ApiExterna"," GetPendencias "],"host":["seuambiente","aevoinnovate","net"],"query":[{"key":"token","value":"seu_token "},{"key":"filtros","value":"{ \"username\": \"meu_email@teste.com\" }"}],"variable":[]}},"response":[],"_postman_id":"aea6099b-7515-4a91-9b77-1dda76eb9d23"}],"id":"64c5aed0-862f-4168-8edf-0d6bf07008f6","event":[{"listen":"prerequest","script":{"id":"1c1fcd8d-46b8-49cf-88ec-cfbcfaa3e6c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c7d56e0f-43ef-44fd-ae6d-5fe2fba99d9d","type":"text/javascript","exec":[""]}}],"_postman_id":"64c5aed0-862f-4168-8edf-0d6bf07008f6","description":""},{"name":"Users","item":[{"name":"Search Users","id":"e72b58d4-51b5-4978-b7b1-cae32bbbafda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros={\"nome\" : \"robson\", \"Email\":\"robson@teste.net\"}","description":"<p>Searches for users registered in the system</p>\n<ul>\n<li><p>The filter parameter must be a valid JSON converted to a string with the following options:</p>\n<ul>\n<li><p>UsuarioId = User ID (optional) String - GUID</p>\n</li>\n<li><p>Ativo = User status (optional) Boolean (0/false - Inactive or 1/true - Active)</p>\n</li>\n<li><p>Username = User username (optional) String (Username is the field used for login)</p>\n</li>\n<li><p>Email = User's email (optional) String</p>\n</li>\n<li><p>Nome = User's name (optional) String</p>\n</li>\n<li><p>Matricula - User registration number (optional) String</p>\n</li>\n<li><p>Localidade -User's location (optional) String</p>\n</li>\n<li><p>Cargo - User's job role - (optional) String</p>\n</li>\n<li><p>DepartamentoId - User's department (optional) Int</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Usuarios"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"description":{"content":"<p>Token de acesso</p>\n","type":"text/plain"},"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"filtros","value":"{\"nome\" : \"robson\", \"Email\":\"robson@teste.net\"}"}],"variable":[]}},"response":[],"_postman_id":"e72b58d4-51b5-4978-b7b1-cae32bbbafda"},{"name":"Add/Update Users","id":"3f33a1ae-4f61-4488-a370-4c8ba80a8c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Usuarios\": [\n    {\n      \"UserName\": \"josé\",\n      \"Name\": \"José da Silva\",\n      \"Email\": \"teste@email.com\",\n      \"DepartamentoId\": \"\",\n      \"Departamento\": \"departamento do josé\",\n      \"Cargo\": \"exemplo cargo\",\n      \"Password\": \"exemploPassword\",\n      \"Matricula\": 111,\n      \"Localidade\": \"localidade do josé\",\n      \"Perfil\": \"\",\n      \"Empresa\": \"empresa do josé\",\n      \"Ativo\": true,\n      \"NecessitaTrocarSenha\":false\n    }\n  ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Method for adding, updating, or deactivating users.</p>\n<p>If a user is submitted without an ID, the system will add the user if there is no user already registered with the name provided. If the user is submitted with an ID, the user provided will be updated.</p>\n<ul>\n<li><p>Parameters (collection)</p>\n<ul>\n<li><p>UserName - Unique user ID</p>\n</li>\n<li><p>Email - User's email</p>\n</li>\n<li><p>Name - User's name</p>\n</li>\n<li><p>Departamento - Department name</p>\n</li>\n<li><p>DepartamentoId - Unique department ID</p>\n</li>\n<li><p>Cargo - User's job role - (optional) String</p>\n</li>\n<li><p>Matricula - User’s registration number</p>\n</li>\n<li><p>Localidade -User location (optional)</p>\n</li>\n<li><p>Password - User access password (optional)</p>\n</li>\n<li><p>Perfil - User profile (optional)</p>\n</li>\n<li><p>Empresa - name of the company to which the user belongs (optional)</p>\n</li>\n<li><p>Ativo -true or false to activate or deactivate the user</p>\n</li>\n<li><p>NecessitaTrocarSenha- Need to Change Password true ou false (opcional)</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Usuarios"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[{"id":"c812c7a0-a610-4321-9e23-2391b5d96fdc","name":"Adicionar/Atualizar Usuários Campos obrigatórios não preenchidos","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Usuarios\": [\n        {\n            \"Email\": \"teste@email.com\",\n            \"Cargo\": \"exemplo cargo\",\n            \"Matricula\": 111,\n            \"Localidade\": \"localidade do josé\",\n            \"Perfil\": \"\",\n            \"Empresa\": \"empresa do josé\",\n            \"Ativo\": true\n        }\n    ]\n}"},"url":{"raw":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","host":["https://yourhost.aevoinnovate.net"],"path":["webapi","api","apiExterna","Usuarios"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sucesso\": false,\n        \"mensagem\": \"campos obrigatórios não foram preenchidos: name, username, departamento\"\n    }\n]"},{"id":"6919917a-3f8d-41c0-8ac1-a4ea15f122ef","name":"Adicionar/Atualizar Usuários Erro Lista Vazia","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Usuarios\": []\n}"},"url":{"raw":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","host":["https://yourhost.aevoinnovate.net"],"path":["webapi","api","apiExterna","Usuarios"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sucesso\": false,\n        \"mensagem\": \"Não existem usuários para processar\"\n    }\n]"},{"id":"eb5ef8f4-0586-436e-bc79-88e79ef89840","name":"Adicionar/Atualizar Usuários Erro Email já utilizado","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Usuarios\": [\n        {\n            \"UserName\": \"josé\",\n            \"Name\": \"José da Silva\",\n            \"Email\": \"teste@email.com\",\n            \"DepartamentoId\": \"\",\n            \"Departamento\": \"departamento do josé\",\n            \"Cargo\": \"exemplo cargo\",\n            \"Matricula\": 111,\n            \"Localidade\": \"localidade do josé\",\n            \"Perfil\": \"\",\n            \"Empresa\": \"empresa do josé\",\n            \"Ativo\": true\n        }\n    ]\n}"},"url":{"raw":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","host":["https://yourhost.aevoinnovate.net"],"path":["webapi","api","apiExterna","Usuarios"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sucesso\": false,\n        \"userName\": \"josé\",\n        \"mensagem\": \"O email teste@email.comjá foi escolhido.\"\n    }\n]"},{"id":"cd740e26-d799-447a-8fb8-fa1cbe2bf206","name":"Adicionar/Atualizar Usuários Sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Usuarios\": [\n        {\n            \"UserName\": \"josé\",\n            \"Name\": \"José da Silva\",\n            \"Email\": \"teste@email.com\",\n            \"DepartamentoId\": \"\",\n            \"Departamento\": \"departamento do josé\",\n            \"Cargo\": \"exemplo cargo\",\n            \"Matricula\": 111,\n            \"Localidade\": \"localidade do josé\",\n            \"Perfil\": \"\",\n            \"Empresa\": \"empresa do josé\",\n            \"Ativo\": true\n        }\n    ]\n}"},"url":{"raw":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Usuarios?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","host":["https://yourhost.aevoinnovate.net"],"path":["webapi","api","apiExterna","Usuarios"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"sucesso\": true,\n        \"userName\": \"josé\"\n    }\n]"}],"_postman_id":"3f33a1ae-4f61-4488-a370-4c8ba80a8c98"}],"id":"b3757516-b089-4064-b4a4-f7c8ae6d6b77","event":[{"listen":"prerequest","script":{"id":"f4d66a35-d4f3-4695-b319-8d8026dd2ed3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"726621e3-bed3-484e-9d14-704bf1d034e5","type":"text/javascript","exec":[""]}}],"_postman_id":"b3757516-b089-4064-b4a4-f7c8ae6d6b77","description":""},{"name":"Group Users","item":[{"name":"Search Group Users","id":"79c59b0c-12e5-458a-a524-d40611d879e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/UsuariosGrupos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Consult the departments registered in the system</p>\n<ul>\n<li><p>The filter parameter must be a valid JSON converted to a string with the following options:</p>\n<ul>\n<li><p>GrupoId ou GrupoNome (um dos dois parâmetros devem ser preenchidos para identificar o grupo)</p>\n</li>\n<li><p>UserName = userName do usuário que deseva verificar se está no grupo (opcional)</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","UsuariosGrupos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"description":{"content":"<p>Token de acesso</p>\n","type":"text/plain"},"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Parâmetros para filtragem da entidade</p>\n","type":"text/plain"},"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"79c59b0c-12e5-458a-a524-d40611d879e6"},{"name":"Add/Update Users in the Group","id":"2469dd97-6a5e-40b2-bd1c-164af676ebf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Grupos\": [\n    {\n      \"Id\": null,\n      \"Name\": \"Novo Grupo Api Externa\",\n      \"Usuarios\": [\n        {\n          \"UserName\": \"jãozinho\",\n          \"Incluir\": true\n        },\n        {\n          \"UserName\": \"admin@aevoinnovate.net\",\n          \"Incluir\": true\n        }\n      ]\n    },\n    {\n      \"Id\": \"48154063-cc19-4c87-b020-e4f158a4700f\",\n      \"Name\": \"Grupo Api Externa\",\n      \"Usuarios\": [\n        {\n          \"UserName\": \"jãozinho\",\n          \"Incluir\": true\n        },\n        {\n          \"UserName\": \"Novo admin\",\n          \"Incluir\": false\n        }\n      ]\n    }\n  ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/UsuariosGrupos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Method to add or remove a user from the group.</p>\n<ul>\n<li><p>Parameters (collection)</p>\n<ul>\n<li><p>GrupoId or GrupoNome - one of the two parameters must be passed to identify the group</p>\n</li>\n<li><p>UserName - Unique ID of the user to be added or removed from the group</p>\n</li>\n<li><p>Ativo = true = add to group - false = remove from group</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","UsuariosGrupos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"2469dd97-6a5e-40b2-bd1c-164af676ebf6"}],"id":"904c77e3-44ba-497b-b944-7698c246447d","event":[{"listen":"prerequest","script":{"id":"f4d66a35-d4f3-4695-b319-8d8026dd2ed3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"726621e3-bed3-484e-9d14-704bf1d034e5","type":"text/javascript","exec":[""]}}],"_postman_id":"904c77e3-44ba-497b-b944-7698c246447d","description":""},{"name":"Departments","item":[{"name":"CheckDepartments","id":"51eede18-a123-45e9-9c91-682557a623e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Departamentos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Check for departments registered in the system</p>\n<ul>\n<li><p>filter parameter must be a valid JSON converted to a string with the following options:</p>\n<ul>\n<li><p>Nome = department name (optional) - String</p>\n</li>\n<li><p>GestorId = Department manager ID - String</p>\n</li>\n<li><p>Padrão = Identifier if the department is default on the Platform - Int (0 - False/ 1 - True)</p>\n</li>\n<li><p>Ativa = Identifier if the department is active or inactive - Int (0 - False/ 1 - True)</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Departamentos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"description":{"content":"<p>Token de acesso</p>\n","type":"text/plain"},"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Parâmetros para filtragem da entidade</p>\n","type":"text/plain"},"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"51eede18-a123-45e9-9c91-682557a623e9"},{"name":"Add/Update Departments","id":"73d0ec48-2ab3-425d-8c7f-f7542696bc39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Departamentos\": [\n    {\n      \"Id\": 1,\n       \"Nome\": \"Departamento Padrão\",\n       \"GestorId\": \"08773eda-da65-46d7-b401-8236912052b3\",\n       \"GestorUserName\": null,\n       \"Ativa\": true\n    }\n  ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Departamentos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Method for adding, updating, or deactivating departments.</p>\n<p>If a department is sent without an ID, the system will include the department if there is no department already registered with the name provided. If the department ID is sent, the department provided will be updated.</p>\n<ul>\n<li><p>Parameters (collection)</p>\n<ul>\n<li><p>Id - department ID for direct update (must be zero for inclusion)</p>\n</li>\n<li><p>Nome - department name (optional)</p>\n</li>\n<li><p>GestorId - department manager (optional)</p>\n</li>\n<li><p>GestorUserName - department manager (optional)</p>\n</li>\n<li><p>Ativa - true or false to activate or deactivate the department</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The GestorId and GestorUserName parameters reflect the department manager update. If you use the GestorId field, you must pass the Innovate internal ID; if you use GestorUserName, you must pass the manager's userName in the system.EndFragment</p>\n","urlObject":{"path":["webapi","api","apiExterna","Departamentos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"73d0ec48-2ab3-425d-8c7f-f7542696bc39"}],"id":"bb433337-335f-45d1-b6ce-789aa178ab22","event":[{"listen":"prerequest","script":{"id":"970e088e-1509-48c5-bc79-cd45d0635058","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a57f9002-21d8-47c7-a295-8fa6723d117e","type":"text/javascript","exec":[""]}}],"_postman_id":"bb433337-335f-45d1-b6ce-789aa178ab22","description":""},{"name":"Topics","item":[{"name":"Check Topics","id":"1c3b0c17-0b55-4919-b005-61d8eafed1a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Temas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Check for departments registered in the system</p>\n<ul>\n<li><p>The filter parameter must be a valid JSON converted to a string with the following options:</p>\n<ul>\n<li><p>Id = id do tema (opcional)</p>\n</li>\n<li><p>Nome = department name (optional) - String</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Temas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"description":{"content":"<p>Token de acesso</p>\n","type":"text/plain"},"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Parâmetros para filtragem da entidade</p>\n","type":"text/plain"},"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"1c3b0c17-0b55-4919-b005-61d8eafed1a2"},{"name":"Add/Update Themes","id":"df0391b8-6ecf-49a0-848c-21cf00826e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Temas\": [\n    {\n      \"Id\": 1,\n      \"Nome\": \"Departamento Padrão\",\n      \"GestorId\": \"08773eda-da65-46d7-b401-8236912052b3\",\n      \"GestorUserName\": null,\n      \"Ativa\": true\n    }\n  ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/Temas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Method for adding, updating, or deactivating topics.</p>\n<p>If a topic is submitted without an ID, the system will include the topic if there is no topic already registered with the name provided. If the topic is submitted with an ID, the topic provided will be updated.</p>\n<ul>\n<li><p>Parameters (collection)</p>\n<ul>\n<li><p>Id - topic ID for direct update (must be zero for inclusion)</p>\n</li>\n<li><p>Nome - topic name (optional)</p>\n</li>\n<li><p>GestorId - department manager (optional)</p>\n</li>\n<li><p>GestorUserName - topic manager (optional)</p>\n</li>\n</ul>\n</li>\n<li><p>Ativa - true or false to activate or deactivate the topic</p>\n<p>  The GestorId and GestorUserName parameters reflect the topic manager update. If you use the GestorId field, you must pass the Innovate internal ID; if you use GestorUserName, you must pass the manager's userName in the system.</p>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","Temas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"df0391b8-6ecf-49a0-848c-21cf00826e52"}],"id":"03c5f98f-7c28-4639-8510-9f0c73c08711","event":[{"listen":"prerequest","script":{"id":"f4d66a35-d4f3-4695-b319-8d8026dd2ed3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"726621e3-bed3-484e-9d14-704bf1d034e5","type":"text/javascript","exec":[""]}}],"_postman_id":"03c5f98f-7c28-4639-8510-9f0c73c08711","description":""},{"name":"Financial Reward","item":[{"name":"Check Financial Rewards","id":"545f5227-c005-40da-906e-c7c500130789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/RecompensasFinanceiras?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Check the financial reward records registered in the system</p>\n<ul>\n<li><p>filter parameter (optional) must be a valid json converted to string with the following options:</p>\n<ul>\n<li><p>UserName = user’s name (optional)</p>\n</li>\n<li><p>PagamentoAutorizado = true ou false (opcional)</p>\n</li>\n<li><p>PagamentoEfetuado = Payment Authorized true ou false (optional)</p>\n</li>\n<li><p>DepartamentoId = department id (optional)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Filter example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"PagamentoAutorizado\": true\n}\n\n</code></pre>\n<p>Return: Returns an object with the list of rewards to be paid</p>\n<p>Example output:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sucesso\": true,\n  \"qtdeRegistros\": 2,\n  \"resultado\": [\n    {\n      \"Id\": 1009,\n      \"IdeiaEstado\": \"Implantada\",\n      \"IdeiaTitulo\": \"Ideia Legal\",\n      \"IdeiaId\": 16776,\n      \"DataLiberacao\": \"2019-01-15T16:25:30.303\",\n      \"Responsavel\": \"Steve Jobs\",\n      \"ResponsavelId\": \"83388184-fd91-47d8-8e75-210eee0f8cd9\",\n      \"ResponsavelUserName\": \"12345677\",\n      \"Estado\": \"Pagamento Agendado\",\n      \"Evento\": \"Previsão de Ganhos\",\n      \"DataReferencia\": \"2019-01-15T16:23:12.42\",\n      \"TetoRecompensa\": 20000,\n      \"ValorRecompensa\": 20,\n      \"ValorPrevisto\": 2000,\n      \"ValorPago\": null\n    },\n    {\n      \"Id\": 1010,\n      \"IdeiaEstado\": \"Implantada\",\n      \"IdeiaTitulo\": \"Ideia Interessante\",\n      \"IdeiaId\": 16776,\n      \"DataLiberacao\": \"2019-01-15T16:25:30.303\",\n      \"Responsavel\": \"Steve Jobs\",\n      \"ResponsavelId\": \"83388184-fd91-47d8-8e75-210eee0f8cd9\",\n      \"ResponsavelUserName\": \"2345678\",\n      \"Estado\": \"Pagamento Agendado\",\n      \"Evento\": \"Ideia Implantada\",\n      \"DataReferencia\": \"2019-01-15T16:23:12.42\",\n      \"TetoRecompensa\": 20000,\n      \"ValorRecompensa\": 20,\n      \"ValorPrevisto\": 2000,\n      \"ValorPago\": null\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["webapi","api","apiExterna","RecompensasFinanceiras"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"description":{"content":"<p>Token de acesso</p>\n","type":"text/plain"},"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Parâmetros para filtragem da entidade</p>\n","type":"text/plain"},"key":"filtros","value":""}],"variable":[]}},"response":[{"id":"65d57b0b-ad43-4b6a-bb0b-ad51c0e5cc25","name":"Consultar Recompensas Financeira - Filtro Pagamento Autorizado","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"PagamentoAutorizado\": true\n}"},"url":{"raw":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/RecompensasFinanceiras?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","host":["https://yourhost.aevoinnovate.net"],"path":["webapi","api","apiExterna","RecompensasFinanceiras"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"Token de acesso"},{"key":"filtros","value":"","description":"Parâmetros para filtragem da entidade"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"sucesso\": true,\n    \"qtdeRegistros\": 2,\n    \"resultado\": [\n        {\n            \"Id\": 1009,\n            \"IdeiaEstado\": \"Implantada\",\n            \"IdeiaTitulo\": \"Ideia Legal\",\n            \"IdeiaId\": 16776,\n            \"DataLiberacao\": \"2019-01-15T16:25:30.303\",\n            \"Responsavel\": \"Steve Jobs\",\n            \"ResponsavelId\": \"83388184-fd91-47d8-8e75-210eee0f8cd9\",\n            \"ResponsavelUserName\": \"12345677\",\n            \"Estado\": \"Pagamento Agendado\",\n            \"Evento\": \"Previsão de Ganhos\",\n            \"DataReferencia\": \"2019-01-15T16:23:12.42\",\n            \"TetoRecompensa\": 20000,\n            \"ValorRecompensa\": 20,\n            \"ValorPrevisto\": 2000,\n            \"ValorPago\": null\n        },\n        {\n            \"Id\": 1010,\n            \"IdeiaEstado\": \"Implantada\",\n            \"IdeiaTitulo\": \"Ideia Interessante\",\n            \"IdeiaId\": 16776,\n            \"DataLiberacao\": \"2019-01-15T16:25:30.303\",\n            \"Responsavel\": \"Steve Jobs\",\n            \"ResponsavelId\": \"83388184-fd91-47d8-8e75-210eee0f8cd9\",\n            \"ResponsavelUserName\": \"2345678\",\n            \"Estado\": \"Pagamento Agendado\",\n            \"Evento\": \"Ideia Implantada\",\n            \"DataReferencia\": \"2019-01-15T16:23:12.42\",\n            \"TetoRecompensa\": 20000,\n            \"ValorRecompensa\": 20,\n            \"ValorPrevisto\": 2000,\n            \"ValorPago\": null\n        }\n    ]\n}"}],"_postman_id":"545f5227-c005-40da-906e-c7c500130789"},{"name":"Atualizar Recompensa Financeira","id":"8ed2819b-f6d8-4912-9dad-2189ce1de347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Recompensas\": [\n        {\n            \"Id\": 1,\n            \"DataLiberacao\": \"2018-10-20\",\n            \"ValorPrevisto\": \"0.00\",\n            \"DataPagamento\": \"2019-01-10\",\n            \"ValorPago\": \"0.00\",\n            \"Observacao\": \"Observação para registro\"\n        }\n    ]\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/RecompensasFinanceiras?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Método para atualizar registros de recompensa financeira</p>\n<ul>\n<li><p>Parâmetros (coleção)</p>\n<ul>\n<li>Id - Id do registro de recompensa</li>\n<li>DataLiberacao - atualiza data de liberacao (opcional)</li>\n<li>ValorPrevisto - atualiza valor previsto (opcional)</li>\n<li>DataPagamento - atualiza a data de pagamento (opcional)</li>\n<li>ValorPago - atualiza valor de pagamento (opcional)</li>\n<li>Observacao - atualiza o campo observação</li>\n</ul>\n<p>  Para confirmar pagamento deverá ser atualizado a DataPagamento e também o ValorPago</p>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","apiExterna","RecompensasFinanceiras"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"8ed2819b-f6d8-4912-9dad-2189ce1de347"}],"id":"050ee622-1870-422c-a12b-a72c9de735b2","event":[{"listen":"prerequest","script":{"id":"c81331c1-03e1-4ad4-9687-e7ddfaa2bda5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d63fd2c8-7e9d-4f88-9209-7720f9ec848e","type":"text/javascript","exec":[""]}}],"_postman_id":"050ee622-1870-422c-a12b-a72c9de735b2","description":""},{"name":"Awards","item":[{"name":"Consultar Produtos Reservados","id":"99f99421-b63e-4022-831b-7eb7a33771bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/ProdutosReservados?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Consulta os produtos que foram reservados.</p>\n","urlObject":{"path":["webapi","api","ApiExterna","ProdutosReservados"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"99f99421-b63e-4022-831b-7eb7a33771bb"},{"name":"Confirmar Entrega de Produto","id":"526664b0-b053-4296-a298-939ed9c88ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": 3778,\n  \"observacao\": \"Descrição da Observação\",\n  \"ResponsavelId\": \"1233444\",\n  \"ResponsavelUserName\": \"userNameExemplo\"\n}"},"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/ConfirmarEntrega?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Método para confirmar a entrega do produto ao Colaborador.</p>\n<ul>\n<li>Parâmetros (coleção)<ul>\n<li><p>Id - id da solicitação (id do Innovate)</p>\n</li>\n<li><p>Observacao - descrição da observação (opcional)</p>\n</li>\n<li><p>ResponsavelId - Id do responsável pela confirmação da entrega</p>\n</li>\n<li><p>ResponsavelUserName - Nome de usuário do responsável pela confirmação da entrega</p>\n<p>  Os parâmetros ResponsavelId e ResponsavelUserName refletem o responsável pela confirmação. Se utilizar o campo ResponsavelId você deverá passar o Id interno do Innovate, se utilizar ResponsavelUserName, deverá passar o userName do responsável no sistema.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","ApiExterna","ConfirmarEntrega"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="}],"variable":[]}},"response":[],"_postman_id":"526664b0-b053-4296-a298-939ed9c88ece"}],"id":"c60db157-48cd-4501-bae6-72419cdcce63","event":[{"listen":"prerequest","script":{"id":"528e7767-4e13-428b-b7f8-feee30a3d945","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb63f501-8337-4da4-b5eb-12b41ff38fed","type":"text/javascript","exec":[""]}}],"_postman_id":"c60db157-48cd-4501-bae6-72419cdcce63","description":""},{"name":"Idea Gains","item":[{"name":"Consultar ganhos das Ideias","id":"ae66d324-ab45-4143-adb6-59cf104bf3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/GetGanhosIdeia?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Consulta os detalhes de acompanhamento de ganhos das Ideias.</p>\n<ul>\n<li>parâmetro filtro deve ser um json válido convertido para string com as seguintes opções:<ul>\n<li>ResponsavelId = Responsável por acompanhar os ganhos - String</li>\n<li>ElaboradorId = Elaborador da Ideia - String</li>\n<li>EstadoId =  int</li>\n<li>Id = int</li>\n<li>GanhoInicio - decimal</li>\n<li>GanhoFim - decimal</li>\n<li>InvestimentoInicio - decimal</li>\n<li>InvestimentoFim - decimal</li>\n<li>UltimaAtualizacao - DateTime</li>\n<li>Titulo - string</li>\n<li>CampanhaId - int</li>\n<li>TemaId - int </li>\n<li>CentroCusto - String</li>\n<li>Turno - int</li>\n<li>Area - string</li>\n<li>Divisao - string</li>\n<li>Subdivisao - string</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["webapi","api","ApiExterna","GetGanhosIdeia"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"ae66d324-ab45-4143-adb6-59cf104bf3d5"}],"id":"d5980662-0e85-4b33-8e97-444edd6cc90a","event":[{"listen":"prerequest","script":{"id":"f943c2e7-ee4d-41b4-97b8-84f7181dcaea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4d49edf-4554-499f-8376-51b6622c2a2f","type":"text/javascript","exec":[""]}}],"_postman_id":"d5980662-0e85-4b33-8e97-444edd6cc90a","description":""},{"name":"Offenders","item":[{"name":"Consultar Ofensores","id":"aa509f60-fe94-48ba-be2a-da87a962c457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/GetIdeiasTarefasTempo?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&filtros=","description":"<p>Consulta os detalhes de acompanhamento de aprovação das Ideias e tempos de respostas.</p>\n<p>Parâmetro filtro deve ser um json válido convertido para string com as seguintes opções:\netapa:ID\ncampanhaId: int\ntemaId: int\ndepartamentoId: int\nusuarioId: string\ntempoMinimoAtraso: id,\nparecerPendente: bool\nresponsavelImplantacaoId: string\najusteSolicitado: bool</p>\n","urlObject":{"path":["webapi","api","ApiExterna","GetIdeiasTarefasTempo"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"aa509f60-fe94-48ba-be2a-da87a962c457"}],"id":"58c55d51-9242-4b7d-b272-24e220ee83b4","event":[{"listen":"prerequest","script":{"id":"9d0989a2-f632-446d-8ff3-dccfcfee7442","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a905b95-5f2c-4d4a-b280-7dc7339e691d","type":"text/javascript","exec":[""]}}],"_postman_id":"58c55d51-9242-4b7d-b272-24e220ee83b4","description":""},{"name":"Contributions per Employee","item":[{"name":"Consulta de contribuições por colaborador","id":"5a4807d0-c81e-4cef-a8a7-89b8dd8a1e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/ApiExterna/GetContribuicoesColaborador?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=","description":"<p>Retorna o número de ideias, curtidas e comentários dos colaboradores.</p>\n","urlObject":{"path":["webapi","api","ApiExterna","GetContribuicoesColaborador"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"disabled":true,"key":"filtros","value":""}],"variable":[]}},"response":[],"_postman_id":"5a4807d0-c81e-4cef-a8a7-89b8dd8a1e31"}],"id":"158821a0-6207-4c0f-a281-b1f07d8dd484","event":[{"listen":"prerequest","script":{"id":"e60661f1-587b-4484-9456-81114910658b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1db1d75d-b886-4f41-a065-060c9f417445","type":"text/javascript","exec":[""]}}],"_postman_id":"158821a0-6207-4c0f-a281-b1f07d8dd484","description":""},{"name":"Access and Engagement Logs","item":[{"name":"See Logs","id":"6246579c-7d93-4e48-8273-021cf86fd176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/GetLogs?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&departamentoId=1&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=2","urlObject":{"path":["webapi","api","apiExterna","GetLogs"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"departamentoId","value":"1"},{"key":"dataInicio","value":"03/01/2021"},{"key":"dataFim","value":"03/11/2021"},{"key":"page","value":"1"},{"description":{"content":"<p>items per page</p>\n","type":"text/plain"},"key":"take","value":"2"}],"variable":[]}},"response":[],"_postman_id":"6246579c-7d93-4e48-8273-021cf86fd176"}],"id":"8949da74-80ec-42e9-80ce-3ea7d2af2db3","_postman_id":"8949da74-80ec-42e9-80ce-3ea7d2af2db3","description":""},{"name":"Gamification and Rewards","item":[{"name":"Extrato de Pontos","id":"35672af6-6d1c-43a1-a3a2-2412d2d5bae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Token de autenticação retornado no método de autenticação</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/ExtratoPontos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Summary: Gets the user's points statement.</p>\n<p>Parameters:</p>\n<ul>\n<li><p>Token: Token with permission to consult Initiative Data. The token is obtained from the menu with symbol\nin the \"Integration\" tab.</p>\n</li>\n<li><p>DataInicio: Date to cut the start dates of the stitches.</p>\n</li>\n<li><p>DataFim: Date to cut the end dates of the points.</p>\n</li>\n<li><p>Page: number to perform the pagination of the data.</p>\n</li>\n<li><p>Take: number to get the amount of records.</p>\n</li>\n</ul>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Sucesso\": true,\n  \"Mensagem\": \"Dados recuperados com sucesso!\",\n  \"Resultado\": {\n    \"NumeroRegistros\": 4,\n    \"PaginaAtual\": 1,\n    \"NumeroTotalPaginas\": 1,\n    \"Lista\": [\n      {\n        \"Id\": \"65f0f270-10ce-46c8-a7f9-89553fc1abbf\",\n        \"Nome\": \"Elon Musk\",\n        \"DataCriacao\": \"2019-08-28T20:30:48.207\",\n        \"Empresa\": \"SpaceX\",\n        \"Departamento\": \"Inovação\",\n        \"DepartamentoId\": 10,\n        \"ImplantadaElaborador\": 0,\n        \"ImplantadaImplantador\": 0,\n        \"PontosAdicionais\": 0,\n        \"PontuacaoParticipativo\": 0,\n        \"PontuacaoIdealizador\": 0,\n        \"PontuacaoAssertivo\": 0,\n        \"PontuacaoEmpreendedor\": 0,\n        \"PontuacaoGeral\": 2,\n        \"RankingGeral\": 1\n      },\n      {\n        \"Id\": \"463ce3f6-ef42-4e5b-8eee-c3b3541b3d40\",\n        \"Nome\": \"Steve Jobs\",\n        \"DataCriacao\": \"2019-08-29T00:50:57.753\",\n        \"Empresa\": \"\",\n        \"Departamento\": \"Presidência\",\n        \"DepartamentoId\": 7,\n        \"ImplantadaElaborador\": 0,\n        \"ImplantadaImplantador\": 0,\n        \"PontosAdicionais\": 0,\n        \"PontuacaoParticipativo\": 0,\n        \"PontuacaoIdealizador\": 0,\n        \"PontuacaoAssertivo\": 0,\n        \"PontuacaoEmpreendedor\": 0,\n        \"PontuacaoGeral\": 2,\n        \"RankingGeral\": 1\n      },\n      {\n        \"Id\": \"f37fa7fc-26dc-4a6c-90f5-d78b781e81ce\",\n        \"Nome\": \"John Lennon\",\n        \"DataCriacao\": \"2019-07-12T19:06:24.257\",\n        \"Empresa\": \"Unidade Inglaterra\",\n        \"Departamento\": \"Operações\",\n        \"DepartamentoId\": 6,\n        \"ImplantadaElaborador\": 0,\n        \"ImplantadaImplantador\": 0,\n        \"PontosAdicionais\": 0,\n        \"PontuacaoParticipativo\": 0,\n        \"PontuacaoIdealizador\": 0,\n        \"PontuacaoAssertivo\": 0,\n        \"PontuacaoEmpreendedor\": 0,\n        \"PontuacaoGeral\": 1,\n        \"RankingGeral\": 3\n      },\n      {\n        \"Id\": \"27057c0b-aabb-461a-89d0-7f4134710db5\",\n        \"Nome\": \"Mark Zuckerberg\",\n        \"DataCriacao\": \"2019-08-29T00:58:11.927\",\n        \"Empresa\": null,\n        \"Departamento\": \"Marketing\",\n        \"DepartamentoId\": 5,\n        \"ImplantadaElaborador\": 0,\n        \"ImplantadaImplantador\": 0,\n        \"PontosAdicionais\": 0,\n        \"PontuacaoParticipativo\": 0,\n        \"PontuacaoIdealizador\": 0,\n        \"PontuacaoAssertivo\": 0,\n        \"PontuacaoEmpreendedor\": 0,\n        \"PontuacaoGeral\": 1,\n        \"RankingGeral\": 3\n      }\n    ],\n    \"NumeroTotalRegistros\": 4,\n    \"QuantidadePorPagina\": 20\n  }\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","ExtratoPontos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, opcional, Página a ser buscada</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, Quantidade itens por página</p>\n","type":"text/plain"},"key":"take","value":"20"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"35672af6-6d1c-43a1-a3a2-2412d2d5bae7"},{"name":"Total de Moedas","id":"36b19fdb-72b6-4295-a6b9-2a6d5fa0a64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Token de autenticação retornado no método de autenticação</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/TotalMoedas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Summary: Gets the user's total coins.</p>\n<p>Summary: Gets the user's points statement.</p>\n<p>Parameters:</p>\n<ul>\n<li><p>Token: Token with permission to consult Initiative Data. The token is obtained from the menu with symbol\nin the \"Integration\" tab.</p>\n</li>\n<li><p>DataInicio: Date to cut the start dates of the stitches.</p>\n</li>\n<li><p>DataFim: Date to cut the end dates of the points.</p>\n</li>\n<li><p>Page: number to perform the pagination of the data.</p>\n</li>\n<li><p>Take: number to get the amount of records.</p>\n</li>\n</ul>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Sucesso\": true,\n  \"Mensagem\": \"Dados recuperados com sucesso!\",\n  \"Resultado\": {\n    \"NumeroRegistros\": 20,\n    \"PaginaAtual\": 1,\n    \"NumeroTotalPaginas\": 1,\n    \"Lista\": [\n      {\n        \"IdColaborador\": \"c899a7d1-fab4-42f1-a38d-6fd7f79b694c\",\n        \"NomeColaborador\": \" a@ambev.com\",\n        \"EmailColaborador\": \"a\",\n        \"TotalMoedas\": 15\n      },\n      {\n        \"IdColaborador\": \"31284c80-0157-4be7-a82c-ed425fc3f3da\",\n        \"NomeColaborador\": \"Abílio Diniz\",\n        \"EmailColaborador\": \"abilio@aevoinnovate.net\",\n        \"TotalMoedas\": 150\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TotalMoedas\": 62\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TotalMoedas\": 1\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TotalMoedas\": 233\n      },\n      {\n        \"IdColaborador\": \"4d6e42df-e225-4dcf-9140-380c1f440543\",\n        \"NomeColaborador\": \"Bono Vox\",\n        \"EmailColaborador\": \"bono@aevoinnovate.net\",\n        \"TotalMoedas\": 752\n      },\n      {\n        \"IdColaborador\": \"605d16f3-e5a4-4988-b7ef-cd3548df22eb\",\n        \"NomeColaborador\": \"Brenda Siqueira\",\n        \"EmailColaborador\": \"brenda.siqueira@aevo.com.br\",\n        \"TotalMoedas\": 1597\n      },\n      {\n        \"IdColaborador\": \"0a288bd8-bbe9-475c-940c-124e8c23c39a\",\n        \"NomeColaborador\": \"Caio\",\n        \"EmailColaborador\": \"caio\",\n        \"TotalMoedas\": 20\n      },\n      {\n        \"IdColaborador\": \"e19eb43e-019a-41a9-9fb4-6f4d3d760fee\",\n        \"NomeColaborador\": \"Cazuza\",\n        \"EmailColaborador\": \"cazuza@aevoinnovate.net \",\n        \"TotalMoedas\": 0\n      },\n      {\n        \"IdColaborador\": \"4271141d-5677-4627-9439-4fd9d890aec9\",\n        \"NomeColaborador\": \"Cecilia Moronari Leite\",\n        \"EmailColaborador\": \"cecilia.moronari@aevo.com.br\",\n        \"TotalMoedas\": 670\n      },\n      {\n        \"IdColaborador\": \"389ff45f-e40e-4d29-ab56-7d09b467886c\",\n        \"NomeColaborador\": \"Débora Cabral Gomes Coelho Lima\",\n        \"EmailColaborador\": \"debora.lima.pessoal@gmail.com\",\n        \"TotalMoedas\": 5\n      },\n      {\n        \"IdColaborador\": \"90f9e727-6261-4a32-b76f-cdddf865af65\",\n        \"NomeColaborador\": \"Débora Lima\",\n        \"EmailColaborador\": \"debora.lima@aevo.com.br\",\n        \"TotalMoedas\": 12\n      },\n      {\n        \"IdColaborador\": \"f2407852-b1ba-4b03-8efe-11953bfeeca4\",\n        \"NomeColaborador\": \"Douglas\",\n        \"EmailColaborador\": \"doug\",\n        \"TotalMoedas\": 320\n      },\n      {\n        \"IdColaborador\": \"3f5b6c37-f8ba-439e-9dea-75d197e0061f\",\n        \"NomeColaborador\": \"Douglas Campos Sutil\",\n        \"EmailColaborador\": \"douglas.sutil@aevo.com.br\",\n        \"TotalMoedas\": 10\n      },\n      {\n        \"IdColaborador\": \"65f0f270-10ce-46c8-a7f9-89553fc1abbf\",\n        \"NomeColaborador\": \"Elon Musk\",\n        \"EmailColaborador\": \"elon@aevoinnovate.net\",\n        \"TotalMoedas\": 34\n      },\n      {\n        \"IdColaborador\": \"7aa13d1d-6dca-4ed8-aedb-9154f43f6cce\",\n        \"NomeColaborador\": \"Gisele Bündchen\",\n        \"EmailColaborador\": \"gisele@aevoinnovate.net \",\n        \"TotalMoedas\": 58\n      },\n      {\n        \"IdColaborador\": \"fd3e89ef-f008-4646-b32c-2651290b1f8a\",\n        \"NomeColaborador\": \"Gustavo do Amaral Arruda\",\n        \"EmailColaborador\": \"gustavo.arruda@aevo.com.br\",\n        \"TotalMoedas\": 5\n      },\n      {\n        \"IdColaborador\": \"3db85b3d-70c0-4c15-ab08-0e08b7b249ac\",\n        \"NomeColaborador\": \"Hádamo Egito\",\n        \"EmailColaborador\": \"hadamo.egito@aevo.com.br\",\n        \"TotalMoedas\": 0\n      },\n      {\n        \"IdColaborador\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n        \"NomeColaborador\": \"Innovate Admin\",\n        \"EmailColaborador\": \"admin@aevoinnovate.net\",\n        \"TotalMoedas\": 7983\n      },\n      {\n        \"IdColaborador\": \"2ecef58d-6f0d-49c6-b8ac-975ae50d5cb7\",\n        \"NomeColaborador\": \"Isabela Zucarato\",\n        \"EmailColaborador\": \"isabela.zucarato@aevo.com.br\",\n        \"TotalMoedas\": 830\n      }\n    ],\n    \"NumeroTotalRegistros\": 20,\n    \"QuantidadePorPagina\": 20\n  }\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","TotalMoedas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, opcional, Página a ser buscada</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, Quantidade itens por página</p>\n","type":"text/plain"},"key":"take","value":"20"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"36b19fdb-72b6-4295-a6b9-2a6d5fa0a64f"},{"name":"Extrato de Moedas","id":"01940d8a-aa34-475d-abb3-99f0057034e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Token de autenticação retornado no método de autenticação</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/ExtratoMoedas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Resumo: Obtém o extrato de moedas do usuário.</p>\n<p>Parâmetros:</p>\n<ul>\n<li><p>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo\nde engrenagem, na aba de “Integração”.</p>\n</li>\n<li><p>DataInicio: Data para realizar o corte das datas de início dos pontos.</p>\n</li>\n<li><p>DataFim: Data para realizar o corte das datas de fim dos pontos.</p>\n</li>\n<li><p>Page: número para realizar a paginação dos dados.</p>\n</li>\n<li><p>Take: número para pegar a quantidade de registros.</p>\n</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Sucesso\": true,\n  \"Mensagem\": \"Dados recuperados com sucesso!\",\n  \"Resultado\": {\n    \"NumeroRegistros\": 20,\n    \"PaginaAtual\": 1,\n    \"NumeroTotalPaginas\": 1,\n    \"Lista\": [\n      {\n        \"IdColaborador\": \"c899a7d1-fab4-42f1-a38d-6fd7f79b694c\",\n        \"NomeColaborador\": \" a@ambev.com\",\n        \"EmailColaborador\": \"a\",\n        \"TipoEvento\": \"Ideia Aprovada\",\n        \"IdIdeia\": 154,\n        \"TituloIdeia\": \"a\",\n        \"ValorMoeda\": 10,\n        \"DataEvento\": \"03/12/2020\"\n      },\n      {\n        \"IdColaborador\": \"c899a7d1-fab4-42f1-a38d-6fd7f79b694c\",\n        \"NomeColaborador\": \" a@ambev.com\",\n        \"EmailColaborador\": \"a\",\n        \"TipoEvento\": \"Ideia Enviada\",\n        \"IdIdeia\": 154,\n        \"TituloIdeia\": \"a\",\n        \"ValorMoeda\": 5,\n        \"DataEvento\": \"03/12/2020\"\n      },\n      {\n        \"IdColaborador\": \"31284c80-0157-4be7-a82c-ed425fc3f3da\",\n        \"NomeColaborador\": \"Abílio Diniz\",\n        \"EmailColaborador\": \"abilio@aevoinnovate.net\",\n        \"TipoEvento\": \"Ideia Aprovada\",\n        \"IdIdeia\": 63,\n        \"TituloIdeia\": \"Drones para entregas\",\n        \"ValorMoeda\": 150,\n        \"DataEvento\": \"13/01/2021\"\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Aprovada com Retorno Financeiro\",\n        \"IdIdeia\": 59,\n        \"TituloIdeia\": \"Impressão 3D de protótipos\",\n        \"ValorMoeda\": 50,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Aprovada\",\n        \"IdIdeia\": 59,\n        \"TituloIdeia\": \"Impressão 3D de protótipos\",\n        \"ValorMoeda\": 10,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Enviada\",\n        \"IdIdeia\": 59,\n        \"TituloIdeia\": \"Impressão 3D de protótipos\",\n        \"ValorMoeda\": 2,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 82,\n        \"TituloIdeia\": \"Utilização de Bicicletas para movimentação interna da empresa\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"30/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"6bb086d8-aa8d-418d-9407-f13942805163\",\n        \"NomeColaborador\": \"Albert Einstein\",\n        \"EmailColaborador\": \"albert@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 81,\n        \"TituloIdeia\": \"Utilização de Patinetes Elétricos para movimentação interna\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"30/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Comentada\",\n        \"IdIdeia\": 81,\n        \"TituloIdeia\": \"Utilização de Patinetes Elétricos para movimentação interna\",\n        \"ValorMoeda\": 1,\n        \"DataEvento\": \"30/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 82,\n        \"TituloIdeia\": \"Utilização de Bicicletas para movimentação interna da empresa\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"30/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 81,\n        \"TituloIdeia\": \"Utilização de Patinetes Elétricos para movimentação interna\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"30/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 55,\n        \"TituloIdeia\": \"Maior interação com nossos clientes\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Curtida\",\n        \"IdIdeia\": 70,\n        \"TituloIdeia\": \"Utilizar o Kaizen na linha de produção\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"dedb2316-08f2-4ee5-83ab-989f5c264ca0\",\n        \"NomeColaborador\": \"Barbara Corcoran\",\n        \"EmailColaborador\": \"barbara@aevoinnovate.net \",\n        \"TipoEvento\": \"Comentário Com Curtida\",\n        \"IdIdeia\": 81,\n        \"TituloIdeia\": \"Utilização de Patinetes Elétricos para movimentação interna\",\n        \"ValorMoeda\": 0,\n        \"DataEvento\": \"25/09/2019\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Implantada\",\n        \"IdIdeia\": 99,\n        \"TituloIdeia\": \"teste\",\n        \"ValorMoeda\": 200,\n        \"DataEvento\": \"04/03/2020\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Aprovada\",\n        \"IdIdeia\": 99,\n        \"TituloIdeia\": \"teste\",\n        \"ValorMoeda\": 10,\n        \"DataEvento\": \"27/02/2020\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Etapa validada\",\n        \"IdIdeia\": 99,\n        \"TituloIdeia\": \"teste\",\n        \"ValorMoeda\": 10,\n        \"DataEvento\": \"04/02/2020\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Enviada\",\n        \"IdIdeia\": 99,\n        \"TituloIdeia\": \"teste\",\n        \"ValorMoeda\": 5,\n        \"DataEvento\": \"04/02/2020\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Enviada\",\n        \"IdIdeia\": 65,\n        \"TituloIdeia\": \"Novo sistema operacional\",\n        \"ValorMoeda\": 2,\n        \"DataEvento\": \"29/08/2019\"\n      },\n      {\n        \"IdColaborador\": \"9275a336-9413-4db4-bed3-56e9435d7f9b\",\n        \"NomeColaborador\": \"Bill Gates\",\n        \"EmailColaborador\": \"bill@aevoinnovate.net \",\n        \"TipoEvento\": \"Ideia Enviada\",\n        \"IdIdeia\": 66,\n        \"TituloIdeia\": \"Usar IoT nas agências\",\n        \"ValorMoeda\": 2,\n        \"DataEvento\": \"29/08/2019\"\n      }\n    ],\n    \"NumeroTotalRegistros\": 20,\n    \"QuantidadePorPagina\": 20\n  }\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","ExtratoMoedas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, opcional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, opcional, Página a ser buscada</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, Quantidade itens por página</p>\n","type":"text/plain"},"key":"take","value":"20"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"01940d8a-aa34-475d-abb3-99f0057034e4"}],"id":"43223e12-14ae-449e-bbb1-04759f35447e","_postman_id":"43223e12-14ae-449e-bbb1-04759f35447e","description":""},{"name":"Initiatives","item":[{"name":"Project Export","id":"a2c9d623-58a6-4fbd-9529-c9902c1a8710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Authentication token returned in authentication method</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/GetProjetos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Resumo: Obtém os dados de Projetos cadastrados no Iniciativas.\nParâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo\nde engrenagem, na aba de “Integração”.</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": null,\n    \"Resultado\": {\n        \"NumeroRegistros\": 2,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 1.0,\n        \"Lista\": [\n            {\n                \"id\": \"5fd4efef-a963-4b22-14a8-08d87049e826\",\n                \"nome\": \"Implantação do AEVO Iniciativas\",\n                \"descricao\": null,\n                \"situacao\": \"vivo\",\n                \"gerente\": {\n                    \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                    \"Nome\": \"Admin\"\n                },\n                \"orcamentoRealizado\": null,\n                \"orcamentoSolicitado\": 100.55,\n                \"orcamentoPrevisto\": 2500,\n                \"ideiaId\": null,\n                \"projetoPaiId\": \"28c767cf-12cc-447e-bb10-c8ecfc24f1f3\",\n                \"portfolio\": {\n                    \"id\": \"4a3641f4-12e8-4181-86c2-08d87049e815\",\n                    \"nome\": \"Inovação em gerência de projeto\"\n                },\n                \"portfolioEtapa\": {\n                    \"id\": \"1097425c-b877-4339-94ea-08d90b3b79f2\",\n                    \"nome\": \"Etapa 3\"\n                },\n                \"usuariosLeitura\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Admin\"\n                    },\n                    {\n                        \"Id\": \"a11cea11-cea1-1cea-11ce-a11cea11cea1\",\n                        \"Nome\": \"Alice\"\n                    },\n                    {\n                        \"Id\": \"b0bb0bb0-bb0b-b0bb-0bb0-bb0bb0bb0bb0\",\n                        \"Nome\": \"Bob\"\n                    },\n                    {\n                        \"Id\": \"ca401ca4-01ca-401c-a401-ca401ca401ca\",\n                        \"Nome\": \"Carol\"\n                    }\n                ],\n                \"previsaoInicio\": null,\n                \"previsaoConclusao\": \"2020-10-14T21:00:00-03:00\",\n                \"campos\": [\n                    {\n                        \"id\": \"4466d850-9ef0-402a-dbfb-08d87049e837\",\n                        \"nome\": \"Centro de Custos\",\n                        \"classificacao\": null,\n                        \"opcoes\": [\n                            {\n                                \"id\": \"01edf978-cea9-4897-08fe-08d87049e839\",\n                                \"descricao\": \"Materiais\"\n                            },\n                            {\n                                \"id\": \"46cd716a-8e2e-44d4-08ff-08d87049e839\",\n                                \"descricao\": \"Hospedagem\"\n                            },\n                            {\n                                \"id\": \"fcff99a6-cbdb-4634-0900-08d87049e839\",\n                                \"descricao\": \"Instalações físicas\"\n                            },\n                            {\n                                \"id\": \"357c18ad-6a56-4b82-0901-08d87049e839\",\n                                \"descricao\": \"Salários\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"598ad219-b6c5-4580-dbfc-08d87049e837\",\n                        \"nome\": \"Horizonte\",\n                        \"classificacao\": {\n                            \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                            \"descricao\": \"Horizonte 2\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"cf92e28c-8994-4ecb-0902-08d87049e839\",\n                                \"descricao\": \"Horizonte 1\"\n                            },\n                            {\n                                \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                                \"descricao\": \"Horizonte 2\"\n                            },\n                            {\n                                \"id\": \"d179c053-01a0-4e7d-0904-08d87049e839\",\n                                \"descricao\": \"Horizonte 3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d39584aa-0f75-485f-dbfd-08d87049e837\",\n                        \"nome\": \"Área\",\n                        \"classificacao\": {\n                            \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                            \"descricao\": \"Tecnologia\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                                \"descricao\": \"Tecnologia\"\n                            },\n                            {\n                                \"id\": \"e3d9d38c-ac24-426d-0906-08d87049e839\",\n                                \"descricao\": \"Vendas\"\n                            },\n                            {\n                                \"id\": \"920bc861-c662-4067-0907-08d87049e839\",\n                                \"descricao\": \"Marketing\"\n                            },\n                            {\n                                \"id\": \"7975ff7d-a623-4c83-0908-08d87049e839\",\n                                \"descricao\": \"Novos Negócios\"\n                            },\n                            {\n                                \"id\": \"c4bfb3f1-e75b-41a9-0909-08d87049e839\",\n                                \"descricao\": \"Sucesso do Cliente\"\n                            },\n                            {\n                                \"id\": \"59333fcf-15b4-479e-090a-08d87049e839\",\n                                \"descricao\": \"Pessoas\"\n                            },\n                            {\n                                \"id\": \"baca436f-cb54-434c-090b-08d87049e839\",\n                                \"descricao\": \"Administrativo\"\n                            }\n                        ]\n                    }\n                ],\n                \"administradoresUsuarios\": [],\n                \"administradoresGrupos\": [],\n                \"membrosUsuarios\": [],\n                \"membrosGrupos\": []\n            },\n            {\n                \"id\": \"fa493444-dc72-467f-365c-08d90b3b8ddf\",\n                \"nome\": \"Projeto teste\",\n                \"descricao\": null,\n                \"situacao\": \"vivo\",\n                \"gerente\": null,\n                \"investimento\": null,\n                \"ideiaId\": null,\n\"projetoPaiId\": \"28c767cf-12cc-447e-bb10-c8ecfc24f1f3\",\n                \"portfolio\": {\n                    \"id\": \"4a3641f4-12e8-4181-86c2-08d87049e815\",\n                    \"nome\": \"Inovação em gerência de projeto\"\n                },\n                \"portfolioEtapa\": {\n                    \"id\": \"9efcf909-273d-4238-ee78-08d87049e823\",\n                    \"nome\": \"Início\"\n                },\n                \"usuariosLeitura\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Admin\"\n                    },\n                    {\n                        \"Id\": \"a11cea11-cea1-1cea-11ce-a11cea11cea1\",\n                        \"Nome\": \"Alice\"\n                    },\n                    {\n                        \"Id\": \"b0bb0bb0-bb0b-b0bb-0bb0-bb0bb0bb0bb0\",\n                        \"Nome\": \"Bob\"\n                    },\n                    {\n                        \"Id\": \"ca401ca4-01ca-401c-a401-ca401ca401ca\",\n                        \"Nome\": \"Carol\"\n                    }\n                ],\n                \"previsaoInicio\": null,\n                \"previsaoConclusao\": null,\n                \"campos\": [\n                    {\n                        \"id\": \"4466d850-9ef0-402a-dbfb-08d87049e837\",\n                        \"nome\": \"Centro de Custos\",\n                        \"classificacao\": null,\n                        \"opcoes\": [\n                            {\n                                \"id\": \"01edf978-cea9-4897-08fe-08d87049e839\",\n                                \"descricao\": \"Materiais\"\n                            },\n                            {\n                                \"id\": \"46cd716a-8e2e-44d4-08ff-08d87049e839\",\n                                \"descricao\": \"Hospedagem\"\n                            },\n                            {\n                                \"id\": \"fcff99a6-cbdb-4634-0900-08d87049e839\",\n                                \"descricao\": \"Instalações físicas\"\n                            },\n                            {\n                                \"id\": \"357c18ad-6a56-4b82-0901-08d87049e839\",\n                                \"descricao\": \"Salários\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"598ad219-b6c5-4580-dbfc-08d87049e837\",\n                        \"nome\": \"Horizonte\",\n                        \"classificacao\": {\n                            \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                            \"descricao\": \"Horizonte 2\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"cf92e28c-8994-4ecb-0902-08d87049e839\",\n                                \"descricao\": \"Horizonte 1\"\n                            },\n                            {\n                                \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                                \"descricao\": \"Horizonte 2\"\n                            },\n                            {\n                                \"id\": \"d179c053-01a0-4e7d-0904-08d87049e839\",\n                                \"descricao\": \"Horizonte 3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d39584aa-0f75-485f-dbfd-08d87049e837\",\n                        \"nome\": \"Área\",\n                        \"classificacao\": {\n                            \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                            \"descricao\": \"Tecnologia\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                                \"descricao\": \"Tecnologia\"\n                            },\n                            {\n                                \"id\": \"e3d9d38c-ac24-426d-0906-08d87049e839\",\n                                \"descricao\": \"Vendas\"\n                            },\n                            {\n                                \"id\": \"920bc861-c662-4067-0907-08d87049e839\",\n                                \"descricao\": \"Marketing\"\n                            },\n                            {\n                                \"id\": \"7975ff7d-a623-4c83-0908-08d87049e839\",\n                                \"descricao\": \"Novos Negócios\"\n                            },\n                            {\n                                \"id\": \"c4bfb3f1-e75b-41a9-0909-08d87049e839\",\n                                \"descricao\": \"Sucesso do Cliente\"\n                            },\n                            {\n                                \"id\": \"59333fcf-15b4-479e-090a-08d87049e839\",\n                                \"descricao\": \"Pessoas\"\n                            },\n                            {\n                                \"id\": \"baca436f-cb54-434c-090b-08d87049e839\",\n                                \"descricao\": \"Administrativo\"\n                            }\n                        ]\n                    }\n                ],\n                \"administradoresUsuarios\": [],\n                \"administradoresGrupos\": [],\n                \"membrosUsuarios\": [],\n                \"membrosGrupos\": []\n            }\n        ],\n        \"NumeroTotalRegistros\": 2,\n        \"QuantidadePorPagina\": 2\n    }\n}\n</code></pre>\n<p>Dicionário de dados:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": bool,\n    \"Mensagem\": string,\n    \"Resultado\": {\n        \"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [\n  {\n    \"id\": \"string\",\n    \"nome\": \"string\",\n    \"descricao\": \"string\",\n    \"situacao\": \"morto\",\n    \"gerente\": {\n      \"id\": \"string\",\n      \"nome\": \"string\"\n    },\n    \"orcamentoRealizado\": decimal,\n    \"orcamentoSolicitado\": decimal,\n    \"orcamentoPrevisto\": decimal,\n    \"ideiaId\": 0,\n    \"projetoPaiId\": \"string\",\n    \"portfolio\": {\n      \"id\": \"string\",\n      \"nome\": \"string\"\n    },\n    \"usuariosLeitura\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"previsaoInicio\": \"2021-05-12T14:57:07.655Z\",\n    \"previsaoConclusao\": \"2021-05-12T14:57:07.655Z\",\n    \"campos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\",\n        \"classificacao\": {\n          \"id\": \"string\",\n          \"descricao\": \"string\"\n        },\n        \"opcoes\": [\n          {\n            \"id\": \"string\",\n            \"descricao\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"administradoresUsuarios\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"administradoresGrupos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"membrosUsuarios\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"membrosGrupos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ]\n  }\n],\n        \"NumeroTotalRegistros\": int,\n        \"QuantidadePorPagina\": int\n    }\n}\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","GetProjetos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, optional, page to be searched</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, optional, quantity of items per page</p>\n","type":"text/plain"},"key":"take","value":"20"}],"variable":[]}},"response":[],"_postman_id":"a2c9d623-58a6-4fbd-9529-c9902c1a8710"},{"name":"Forms Export","id":"bea78a26-4331-4ca3-b004-b02ee2ceca1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Authentication token returned in authentication method</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/GetFormulariosRespostas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&page=1&take=20&somenteFormulariosRespondidos=true&ignorados=true","description":"<p>Resumo: Obtém os dados de Projetos cadastrados no Iniciativas.<br />Parâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo<br />  de engrenagem, na aba de “Integração”.</li>\n</ul>\n<p>Filtros:</p>\n<ul>\n<li>somenteFormulariosRespondidos: Booleano opcional para retornar somente os campos de um formulário respondido, ou seja, com pelo menos um campo preenchido</li>\n<li>ignorados: Booleano opcional para retornar somente formulários que não foram ignorados no projeto</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": null,\n    \"Resultado\": {\n        \"NumeroRegistros\": 2,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 1.0,\n        \"Lista\": [\n            {\n                \"id\": \"5fd4efef-a963-4b22-14a8-08d87049e826\",\n                \"nome\": \"Implantação do AEVO Iniciativas\",\n                \"descricao\": null,\n                \"situacao\": \"vivo\",\n                \"gerente\": {\n                    \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                    \"Nome\": \"Admin\"\n                },\n                \"orcamentoRealizado\": null,\n                \"orcamentoSolicitado\": 100.55,\n                \"orcamentoPrevisto\": 2500,\n                \"ideiaId\": null,\n                \"projetoPaiId\": \"28c767cf-12cc-447e-bb10-c8ecfc24f1f3\",\n                \"portfolio\": {\n                    \"id\": \"4a3641f4-12e8-4181-86c2-08d87049e815\",\n                    \"nome\": \"Inovação em gerência de projeto\"\n                },\n                \"portfolioEtapa\": {\n                    \"id\": \"1097425c-b877-4339-94ea-08d90b3b79f2\",\n                    \"nome\": \"Etapa 3\"\n                },\n                \"usuariosLeitura\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Admin\"\n                    },\n                    {\n                        \"Id\": \"a11cea11-cea1-1cea-11ce-a11cea11cea1\",\n                        \"Nome\": \"Alice\"\n                    },\n                    {\n                        \"Id\": \"b0bb0bb0-bb0b-b0bb-0bb0-bb0bb0bb0bb0\",\n                        \"Nome\": \"Bob\"\n                    },\n                    {\n                        \"Id\": \"ca401ca4-01ca-401c-a401-ca401ca401ca\",\n                        \"Nome\": \"Carol\"\n                    }\n                ],\n                \"previsaoInicio\": null,\n                \"previsaoConclusao\": \"2020-10-14T21:00:00-03:00\",\n                \"campos\": [\n                    {\n                        \"id\": \"4466d850-9ef0-402a-dbfb-08d87049e837\",\n                        \"nome\": \"Centro de Custos\",\n                        \"classificacao\": null,\n                        \"opcoes\": [\n                            {\n                                \"id\": \"01edf978-cea9-4897-08fe-08d87049e839\",\n                                \"descricao\": \"Materiais\"\n                            },\n                            {\n                                \"id\": \"46cd716a-8e2e-44d4-08ff-08d87049e839\",\n                                \"descricao\": \"Hospedagem\"\n                            },\n                            {\n                                \"id\": \"fcff99a6-cbdb-4634-0900-08d87049e839\",\n                                \"descricao\": \"Instalações físicas\"\n                            },\n                            {\n                                \"id\": \"357c18ad-6a56-4b82-0901-08d87049e839\",\n                                \"descricao\": \"Salários\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"598ad219-b6c5-4580-dbfc-08d87049e837\",\n                        \"nome\": \"Horizonte\",\n                        \"classificacao\": {\n                            \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                            \"descricao\": \"Horizonte 2\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"cf92e28c-8994-4ecb-0902-08d87049e839\",\n                                \"descricao\": \"Horizonte 1\"\n                            },\n                            {\n                                \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                                \"descricao\": \"Horizonte 2\"\n                            },\n                            {\n                                \"id\": \"d179c053-01a0-4e7d-0904-08d87049e839\",\n                                \"descricao\": \"Horizonte 3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d39584aa-0f75-485f-dbfd-08d87049e837\",\n                        \"nome\": \"Área\",\n                        \"classificacao\": {\n                            \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                            \"descricao\": \"Tecnologia\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                                \"descricao\": \"Tecnologia\"\n                            },\n                            {\n                                \"id\": \"e3d9d38c-ac24-426d-0906-08d87049e839\",\n                                \"descricao\": \"Vendas\"\n                            },\n                            {\n                                \"id\": \"920bc861-c662-4067-0907-08d87049e839\",\n                                \"descricao\": \"Marketing\"\n                            },\n                            {\n                                \"id\": \"7975ff7d-a623-4c83-0908-08d87049e839\",\n                                \"descricao\": \"Novos Negócios\"\n                            },\n                            {\n                                \"id\": \"c4bfb3f1-e75b-41a9-0909-08d87049e839\",\n                                \"descricao\": \"Sucesso do Cliente\"\n                            },\n                            {\n                                \"id\": \"59333fcf-15b4-479e-090a-08d87049e839\",\n                                \"descricao\": \"Pessoas\"\n                            },\n                            {\n                                \"id\": \"baca436f-cb54-434c-090b-08d87049e839\",\n                                \"descricao\": \"Administrativo\"\n                            }\n                        ]\n                    }\n                ],\n                \"administradoresUsuarios\": [],\n                \"administradoresGrupos\": [],\n                \"membrosUsuarios\": [],\n                \"membrosGrupos\": []\n            },\n            {\n                \"id\": \"fa493444-dc72-467f-365c-08d90b3b8ddf\",\n                \"nome\": \"Projeto teste\",\n                \"descricao\": null,\n                \"situacao\": \"vivo\",\n                \"gerente\": null,\n                \"investimento\": null,\n                \"ideiaId\": null,\n\"projetoPaiId\": \"28c767cf-12cc-447e-bb10-c8ecfc24f1f3\",\n                \"portfolio\": {\n                    \"id\": \"4a3641f4-12e8-4181-86c2-08d87049e815\",\n                    \"nome\": \"Inovação em gerência de projeto\"\n                },\n                \"portfolioEtapa\": {\n                    \"id\": \"9efcf909-273d-4238-ee78-08d87049e823\",\n                    \"nome\": \"Início\"\n                },\n                \"usuariosLeitura\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Admin\"\n                    },\n                    {\n                        \"Id\": \"a11cea11-cea1-1cea-11ce-a11cea11cea1\",\n                        \"Nome\": \"Alice\"\n                    },\n                    {\n                        \"Id\": \"b0bb0bb0-bb0b-b0bb-0bb0-bb0bb0bb0bb0\",\n                        \"Nome\": \"Bob\"\n                    },\n                    {\n                        \"Id\": \"ca401ca4-01ca-401c-a401-ca401ca401ca\",\n                        \"Nome\": \"Carol\"\n                    }\n                ],\n                \"previsaoInicio\": null,\n                \"previsaoConclusao\": null,\n                \"campos\": [\n                    {\n                        \"id\": \"4466d850-9ef0-402a-dbfb-08d87049e837\",\n                        \"nome\": \"Centro de Custos\",\n                        \"classificacao\": null,\n                        \"opcoes\": [\n                            {\n                                \"id\": \"01edf978-cea9-4897-08fe-08d87049e839\",\n                                \"descricao\": \"Materiais\"\n                            },\n                            {\n                                \"id\": \"46cd716a-8e2e-44d4-08ff-08d87049e839\",\n                                \"descricao\": \"Hospedagem\"\n                            },\n                            {\n                                \"id\": \"fcff99a6-cbdb-4634-0900-08d87049e839\",\n                                \"descricao\": \"Instalações físicas\"\n                            },\n                            {\n                                \"id\": \"357c18ad-6a56-4b82-0901-08d87049e839\",\n                                \"descricao\": \"Salários\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"598ad219-b6c5-4580-dbfc-08d87049e837\",\n                        \"nome\": \"Horizonte\",\n                        \"classificacao\": {\n                            \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                            \"descricao\": \"Horizonte 2\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"cf92e28c-8994-4ecb-0902-08d87049e839\",\n                                \"descricao\": \"Horizonte 1\"\n                            },\n                            {\n                                \"id\": \"e51add07-7adc-46c7-0903-08d87049e839\",\n                                \"descricao\": \"Horizonte 2\"\n                            },\n                            {\n                                \"id\": \"d179c053-01a0-4e7d-0904-08d87049e839\",\n                                \"descricao\": \"Horizonte 3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d39584aa-0f75-485f-dbfd-08d87049e837\",\n                        \"nome\": \"Área\",\n                        \"classificacao\": {\n                            \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                            \"descricao\": \"Tecnologia\"\n                        },\n                        \"opcoes\": [\n                            {\n                                \"id\": \"12275ab0-87bf-4da5-0905-08d87049e839\",\n                                \"descricao\": \"Tecnologia\"\n                            },\n                            {\n                                \"id\": \"e3d9d38c-ac24-426d-0906-08d87049e839\",\n                                \"descricao\": \"Vendas\"\n                            },\n                            {\n                                \"id\": \"920bc861-c662-4067-0907-08d87049e839\",\n                                \"descricao\": \"Marketing\"\n                            },\n                            {\n                                \"id\": \"7975ff7d-a623-4c83-0908-08d87049e839\",\n                                \"descricao\": \"Novos Negócios\"\n                            },\n                            {\n                                \"id\": \"c4bfb3f1-e75b-41a9-0909-08d87049e839\",\n                                \"descricao\": \"Sucesso do Cliente\"\n                            },\n                            {\n                                \"id\": \"59333fcf-15b4-479e-090a-08d87049e839\",\n                                \"descricao\": \"Pessoas\"\n                            },\n                            {\n                                \"id\": \"baca436f-cb54-434c-090b-08d87049e839\",\n                                \"descricao\": \"Administrativo\"\n                            }\n                        ]\n                    }\n                ],\n                \"administradoresUsuarios\": [],\n                \"administradoresGrupos\": [],\n                \"membrosUsuarios\": [],\n                \"membrosGrupos\": []\n            }\n        ],\n        \"NumeroTotalRegistros\": 2,\n        \"QuantidadePorPagina\": 2\n    }\n}\n\n</code></pre>\n<p>Dicionário de dados:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": bool,\n    \"Mensagem\": string,\n    \"Resultado\": {\n        \"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [\n  {\n    \"id\": \"string\",\n    \"nome\": \"string\",\n    \"descricao\": \"string\",\n    \"situacao\": \"morto\",\n    \"gerente\": {\n      \"id\": \"string\",\n      \"nome\": \"string\"\n    },\n    \"orcamentoRealizado\": decimal,\n    \"orcamentoSolicitado\": decimal,\n    \"orcamentoPrevisto\": decimal,\n    \"ideiaId\": 0,\n    \"projetoPaiId\": \"string\",\n    \"portfolio\": {\n      \"id\": \"string\",\n      \"nome\": \"string\"\n    },\n    \"usuariosLeitura\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"previsaoInicio\": \"2021-05-12T14:57:07.655Z\",\n    \"previsaoConclusao\": \"2021-05-12T14:57:07.655Z\",\n    \"campos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\",\n        \"classificacao\": {\n          \"id\": \"string\",\n          \"descricao\": \"string\"\n        },\n        \"opcoes\": [\n          {\n            \"id\": \"string\",\n            \"descricao\": \"string\"\n          }\n        ]\n      }\n    ],\n    \"administradoresUsuarios\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"administradoresGrupos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"membrosUsuarios\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ],\n    \"membrosGrupos\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ]\n  }\n],\n        \"NumeroTotalRegistros\": int,\n        \"QuantidadePorPagina\": int\n    }\n}\n}\n\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","GetFormulariosRespostas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Int, optional, page to be searched</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, quantity of items per page</p>\n","type":"text/plain"},"key":"take","value":"20"},{"description":{"content":"<p>Boolean, opcional</p>\n","type":"text/plain"},"key":"somenteFormulariosRespondidos","value":"true"},{"description":{"content":"<p>Boolean, opcional</p>\n","type":"text/plain"},"key":"ignorados","value":"true"}],"variable":[]}},"response":[],"_postman_id":"bea78a26-4331-4ca3-b004-b02ee2ceca1d"},{"name":"Tasks Export","id":"117d1815-55a4-4b56-a116-74b0059ca099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Authentication token returned in authentication method</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/GetTarefas?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Resumo: Obtém os dados de Tarefas cadastradas no Iniciativas.\nParâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo\nde engrenagem, na aba de “Integração”.</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": null,\n    \"Resultado\": {\n        \"NumeroRegistros\": 1,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 1.0,\n        \"Lista\": [\n            {\n                \"id\": \"7f6df1e5-d9db-4210-4722-08d87049e82b\",\n                \"nome\": \"Primeira tarefa.\",\n                \"descricao\": \"Fique a vontade para criar uma nova tarefa ou editar esta.\",\n                \"situacao\": \"naoIniciada\",\n                \"previsaoInicio\": null,\n                \"previsaoConclusao\": \"2020-10-14T21:00:00-03:00\",\n                \"orcamentoRealizado\": null,\n                \"orcamentoSolicitado\": 100.55,\n                \"orcamentoPrevisto\": 2500,\n                \"etapa\": {\n                    \"id\": \"65900010-53db-42a0-4358-08d87049e82e\",\n                    \"nome\": \"Análise inicial\"\n                },\n                \"etiquetas\": [\n                    {\n                        \"id\": \"a69416a8-bee8-4895-7951-08d87049e829\",\n                        \"descricao\": \"Simples\",\n                        \"cor\": \"yellow\"\n                    },\n                    {\n                        \"id\": \"8abee4be-6410-405b-7953-08d87049e829\",\n                        \"descricao\": \"Rápida\",\n                        \"cor\": \"pink\"\n                    },\n                    {\n                        \"id\": \"4cadb340-69e3-420f-7955-08d87049e829\",\n                        \"descricao\": \"Fácil\",\n                        \"cor\": \"sky\"\n                    }\n                ],\n                \"comentarios\": [\n                    {\n                        \"id\": \"f21ee3ce-c523-4b83-f975-08d87049e835\",\n                        \"descricao\": \"Também é possível adicionar comentários às tarefas.\\nPara editá-lo basta clicar aqui e começar a digitar.\",\n                        \"usuarioCriacao\": {\n                            \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                            \"Nome\": \"Admin\"\n                        },\n                        \"dataCriacao\": \"2020-10-14T11:03:03.8166993+00:00\",\n                        \"dataAlteracao\": \"0001-01-01T00:00:00+00:00\"\n                    }\n                ],\n                \"responsaveis\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Admin\"\n                    }\n                ],\n                \"projeto\": {\n                    \"id\": \"5fd4efef-a963-4b22-14a8-08d87049e826\",\n                    \"nome\": \"Implantação do AEVO Iniciativas\"\n                }\n            }\n        ],\n        \"NumeroTotalRegistros\": 1,\n        \"QuantidadePorPagina\": 2\n    }\n}\n</code></pre>\n<p>Dicionário de dados:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": bool,\n    \"Mensagem\": string,\n    \"Resultado\": {\n        \"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [\n        {\n    \"id\": \"string\",\n    \"nome\": \"string\",\n    \"descricao\": \"string\",\n    \"situacao\": \"naoIniciada\",\n    \"previsaoInicio\": \"2021-05-12T14:58:01.921Z\",\n    \"previsaoConclusao\": \"2021-05-12T14:58:01.921Z\",\n    \"orcamentoRealizado\": decimal,\n    \"orcamentoSolicitado\": decimal,\n    \"orcamentoPrevisto\": decimal,\n    \"etapa\": {\n      \"id\": \"string\",\n      \"nome\": \"string\"\n    },\n    \"etiquetas\": [\n      {\n        \"id\": \"string\",\n        \"descricao\": \"string\",\n        \"cor\": \"default\"\n      }\n    ],\n    \"comentarios\": [\n      {\n        \"id\": \"string\",\n        \"descricao\": \"string\",\n        \"usuarioCriacao\": {\n          \"id\": \"string\",\n          \"nome\": \"string\"\n        },\n        \"dataCriacao\": \"2021-05-12T14:58:01.921Z\",\n        \"dataAlteracao\": \"2021-05-12T14:58:01.921Z\"\n      }\n    ],\n    \"responsaveis\": [\n      {\n        \"id\": \"string\",\n        \"nome\": \"string\"\n      }\n    ]\n  }  \n],\n        \"NumeroTotalRegistros\": int,\n        \"QuantidadePorPagina\": int\n    }\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","GetTarefas"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, optional, page to be searched</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, optional, quantity of items per page</p>\n","type":"text/plain"},"key":"take","value":"20"}],"variable":[]}},"response":[],"_postman_id":"117d1815-55a4-4b56-a116-74b0059ca099"},{"name":"Kpis Export","id":"8db98520-fb18-4a5f-ba8b-deccf04c8c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/v2/GetKpis?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&page=1&take=20","description":"<p>Resumo: Obtém os dados dos Kpis cadastrados no Iniciativas.<br />Parâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo<br />  de engrenagem, na aba de “Integração”.</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": null,\n    \"Resultado\": {\n        \"NumeroRegistros\": 2,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 25,\n        \"Lista\": [\n            {\n                \"id\": \"bcbe2d3c-8819-432a-3414-08dadd154ae1\",\n                \"nome\": \"teste\",\n                \"ordem\": 1.0,\n                \"descricao\": null,\n                \"unidade\": null,\n                \"situacao\": 0,\n                \"responsaveis\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Innovate Admin Com nome muito grande para testar\"\n                    }\n                ],\n                \"etiquetas\": [],\n                \"medicoes\": [\n                    {\n                        \"id\": \"015f496c-6729-4ce3-e939-08dadd154afe\",\n                        \"data\": \"2022-12-13T00:00:00\",\n                        \"meta\": 3.0,\n                        \"valor\": 2.0\n                    },\n                    {\n                        \"id\": \"95d7fd93-45b8-4f32-e93a-08dadd154afe\",\n                        \"data\": \"2022-12-14T15:00:00\",\n                        \"meta\": 3.0,\n                        \"valor\": 2.0\n                    }\n                ],\n                \"sinais\": [\n                    {\n                        \"id\": \"458f7828-a21c-4fee-f3c3-08dadd154b0a\",\n                        \"tipo\": 1,\n                        \"valor\": 50.0\n                    },\n                    {\n                        \"id\": \"0bc0ea7c-2708-4b53-f3c4-08dadd154b0a\",\n                        \"tipo\": 3,\n                        \"valor\": 1.7976931348623157E+308\n                    }\n                ],\n                \"projeto\": {\n                    \"Id\": \"6d4e0b5a-bcfe-464f-c667-08dadc61fff1\",\n                    \"Nome\": \"novo - AEVO\"\n                },\n                \"Portfolio\": {\n                    \"Id\": \"56198992-1e24-419c-a530-08da700751a6\",\n                    \"Nome\": \"Aevo\"\n                }\n            },\n            {\n                \"id\": \"54fe30b9-19c1-41de-194a-08db45ca07ce\",\n                \"nome\": \"qqqqqqq\",\n                \"ordem\": 1.0,\n                \"descricao\": null,\n                \"unidade\": null,\n                \"situacao\": 0,\n                \"responsaveis\": [\n                    {\n                        \"Id\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                        \"Nome\": \"Innovate Admin Com nome muito grande para testar\"\n                    }\n                ],\n                \"etiquetas\": [],\n                \"medicoes\": [],\n                \"sinais\": [\n                    {\n                        \"id\": \"1ffff769-853c-4363-2059-08db45ca07eb\",\n                        \"tipo\": 1,\n                        \"valor\": 50.0\n                    },\n                    {\n                        \"id\": \"3ce597ca-2572-40c2-205a-08db45ca07eb\",\n                        \"tipo\": 3,\n                        \"valor\": 1.7976931348623157E+308\n                    }\n                ],\n                \"projeto\": {\n                    \"Id\": \"dc9f8ce5-f52b-4839-d7bf-08daf8889a8d\",\n                    \"Nome\": \"Projeto novo\"\n                },\n                \"Portfolio\": {\n                    \"Id\": \"56198992-1e24-419c-a530-08da700751a6\",\n                    \"Nome\": \"Aevo\"\n                }\n            }\n        ],\n        \"NumeroTotalRegistros\": 49,\n        \"QuantidadePorPagina\": 2\n    }\n}\n\n</code></pre>\n<p>Dicionário de dados:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": guid, obrigatório\n    \"nome\": string, obrigatório\n    \"ordem\": float, obrigatório\n    \"descricao\": string, opcional\n    \"unidade\": string, opcional\n    \"situacao\": int, obrigatório\n    \"responsaveis\": [\n        {\n            \"Id\": guid, obrigatório\n            \"Nome\": string, obrigatório\n        }\n    ],\n    \"etiquetas\": [\n        {\n            \"Id\": guid, obrigatório\n            \"Descricao\": string, obrigatório\n            \"Color\": int, obrigatório\n        }\n    ],\n    \"medicoes\": [\n        {\n            \"id\": guid, obrigatório\n            \"data\": \"2022-12-13T00:00:00\",\n            \"meta\": double, opcional\n            \"valor\": double, opcional\n        }\n    ],\n    \"sinais\": [\n        {\n            \"id\": guid, obrigatório\n            \"tipo\": int, obrigatório\n            \"valor\": double, obrigatório\n        }\n    ],\n    \"projeto\": {\n        \"Id\": guid, obrigatório\n        \"Nome\": string, obrigatório\n    },\n    \"Portfolio\": {\n        \"Id\": guid, obrigatório\n        \"Nome\": string, obrigatório\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["webapi","api","apiExterna","v2","GetKpis"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Int, opcional, Página a ser buscada</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, Quantidade itens por página</p>\n","type":"text/plain"},"key":"take","value":"20"},{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"8db98520-fb18-4a5f-ba8b-deccf04c8c79"},{"name":"SLA Projects","id":"c788dd16-8fe0-4c86-b025-8f321497354b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Authentication token returned in authentication method</p>\n","type":"text"}],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/GetSLAProjetos?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&dataInicio=03/01/2021&dataFim=03/11/2021&page=1&take=20","description":"<p>Resumo: Obtém os dados de movimentação dos Projetos cadastrados no Iniciativas.\nParâmetros:</p>\n<ul>\n<li>Token: Token com permissão de consultar Dados do Iniciativas. O token é obtido no menu com símbolo\nde engrenagem, na aba de “Integração”.</li>\n</ul>\n<p>Exemplo de saída:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": null,\n    \"Resultado\": {\n        \"NumeroRegistros\": 2,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 1.0,\n        \"Lista\": [\n            {\n                \"id\": \"5fd4efef-a963-4b22-14a8-08d87049e826\",\n                \"nome\": \"Implantação do AEVO Iniciativas\",\n                \"etapaAnteriorId\": \"02749c39-1fb4-434d-94e9-08d90b3b79f2\",\n                \"etapaAnterior\": \"Etapa 2\",\n                \"etapaAtualId\": \"1097425c-b877-4339-94ea-08d90b3b79f2\",\n                \"etapaAtual\": \"Etapa 3\",\n                \"usuarioAlteracaoId\": \"43c6049d-511d-4bf3-b255-2683e0c6b25a\",\n                \"usuarioAlteracaoNome\": \"João da Silva\",\n                \"dataMovimentacao\": \"2021-04-30T15:21:29.5371416-03:00\"\n            },\n            {\n                \"id\": \"fa493444-dc72-467f-365c-08d90b3b8ddf\",\n                \"nome\": \"Projeto teste\",\n                \"etapaAnteriorId\": \"9efcf909-273d-4238-ee78-08d87049e823\",\n                \"etapaAnterior\": \"Início\",\n                \"etapaAtualId\": \"02749c39-1fb4-434d-94e9-08d90b3b79f2\",\n                \"etapaAtual\": \"Etapa 2\",\n                \"usuarioAlteracaoId\": \"23c6049d-511d-4bf3-b255-2683e0c6b22a\",\n                \"usuarioAlteracaoNome\": \"Nelson dos Santos\",\n                \"dataMovimentacao\": \"2021-04-29T12:21:10.4325853-03:00\"\n            }\n        ],\n        \"NumeroTotalRegistros\": 2,\n        \"QuantidadePorPagina\": 2\n    }\n}\n</code></pre>\n<p>Dicionário de dados:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": bool,\n    \"Mensagem\": string,\n    \"Resultado\":{\n\"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [ \n  {\n    \"id\": \"string\",\n    \"nome\": \"string\",\n    \"etapaAnteriorId\": \"string\",\n    \"etapaAnterior\": \"string\",\n    \"etapaAtualId\": \"string\",\n    \"etapaAtual\": \"string\",\n    \"usuarioAlteracaoNome\": \"string\",\n    \"usuarioAlteracaoId\": \"string\",\n    \"dataMovimentacao\": \"2021-04-29T12:21:10.4325853-03:00\"\n    \"dataMovimentacao\": \"2021-05-12T14:59:20.559Z\"\n  }\n],\n\"NumeroTotalRegistros\": int,\n \"QuantidadePorPagina\": int\n}\n}\n</code></pre>\n","urlObject":{"path":["","webapi","api","apiExterna","GetSLAProjetos"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataInicio","value":"03/01/2021"},{"description":{"content":"<p>Datetime, optional</p>\n","type":"text/plain"},"key":"dataFim","value":"03/11/2021"},{"description":{"content":"<p>Int, opcional, page to be searched</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Int, opcional, quantity of items per page</p>\n","type":"text/plain"},"key":"take","value":"20"}],"variable":[]}},"response":[],"_postman_id":"c788dd16-8fe0-4c86-b025-8f321497354b"},{"name":"Forms Import","id":"3e059547-5df3-4d58-94cb-648dd9c19ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=---011000010111000001101001","type":"text"},{"key":"Authorization","value":"Bearer Token","description":"<p>Authentication token returned in authentication method</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Planilha","description":"<p>Spreadsheet with the same template as the one exported by the application</p>\n","type":"file","value":null}]},"url":"https://yourhost.aevoinnovate.net//webapi/api/importacao/formulariosRespostas","urlObject":{"path":["","webapi","api","importacao","formulariosRespostas"],"host":["https://yourhost.aevoinnovate.net"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e059547-5df3-4d58-94cb-648dd9c19ae9"}],"id":"ad41eab9-8e88-4f81-9eb8-9fea39ade3e4","_postman_id":"ad41eab9-8e88-4f81-9eb8-9fea39ade3e4","description":""},{"name":"Times Between Steps","item":[{"name":"Idea Times with Adjustment Request","id":"6ccdc422-6445-472c-b9ca-28264150bd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/TemposIdeiasEtapasSolicitacaoAjuste?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&IdeiaId=&CampanhaId=&TemaId=&Empresa=&DataInicio=&DataFim=&Take=20&Page=1","description":"<p>Summary: Lists the ideas that had an adjustment request, their states, and the time they spent in those states with an adjustment request.</p>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": \"Dados Recuperados com sucesso\",\n    \"Resultado\": {\n        \"NumeroRegistros\": 1,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 99,\n        \"Lista\": [\n            {\n                \"IdeiaId\": 4,\n                \"IdeiaTitulo\": \"Outra Ideia Bacana\",\n                \"CampanhaId\": 123,\n                \"CampanhaTitulo\": \"campanha interessante\",\n                \"EstadoAtualId\": 621,\n                \"EstadoAtual\": \"Etapa 1\",\n                \"Estados\": [\n                    {\n                        \"DataCadastroParecer\": \"2017-02-23T19:46:54.11\",\n                        \"DataRetornoParecer\": \"2017-02-23T19:49:47.937\",\n                        \"TempoEntreDatasParecer\": \"00:02:53.8270000\",\n                        \"ResponsavelId\": \"38x610e3-83b5-44a5-9f90-fb0986071e4v\",\n                        \"ResponsavelNome\": \"Steven Grant\",\n                        \"EstadoId\": 102,\n                        \"Estado\": \"TEMA GERAL COM NOME GRANDE GRANDE\",\n                        \"DataEntradaEstado\": \"2017-02-23T18:56:17.14\",\n                        \"DataSaidaEstado\": \"2021-05-13T09:40:47.373\",\n                        \"SolicitanteId\": \"39r610r3-83b5-42b5-9d40-fb0966071t4r\",\n                        \"SolicitanteNome\": \"Marc Spector\",\n                        \"RespondenteId\": \"25x610t3-83j5-72b5-9k40-my0966071p4a\",\n                        \"RespondenteNome\": \"Khonshu\",\n                        \"TempoEntreDatasEstado\": \"1539.14:44:30.2330000\"\n                    }\n                ]\n            }\n        ],\n        \"NumeroTotalRegistros\": 99,\n        \"QuantidadePorPagina\": 1\n    }\n}\n\n</code></pre>\n<p>Data dictionary:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": boolean,\n    \"Mensagem\": string,\n    \"Resultado\": {\n        \"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [\n            {\n                \"IdeiaId\": int,\n                \"IdeiaTitulo\": string,\n                \"CampanhaId\": int,\n                \"CampanhaTitulo\": string,\n                \"EstadoAtualId\": int,\n                \"EstadoAtual\": string,\n                \"Estados\": [\n                    {\n                        \"DataCadastroParecer\": DateTime,\n                        \"DataRetornoParecer\": DateTime?,\n                        \"TempoEntreDatasParecer\": TimeSpan\n                        \"ResponsavelId\": string,\n                        \"ResponsavelNome\": string,\n                        \"EstadoId\": int,\n                        \"Estado\": string,\n                        \"DataEntradaEstado\": DateTime,\n                        \"DataSaidaEstado\": DateTime?,\n                        \"SolicitanteId\": string,\n                        \"SolicitanteNome\": string,\n                        \"RespondenteId\": string,\n                        \"RespondenteNome\": string,\n                        \"TempoEntreDatasEstado\": TimeSpan\n                    }\n                ]\n            }\n        ],\n        \"NumeroTotalRegistros\": int,\n        \"QuantidadePorPagina\": int\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["webapi","api","apiExterna","TemposIdeiasEtapasSolicitacaoAjuste"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Int, optional, Idea Id</p>\n","type":"text/plain"},"key":"IdeiaId","value":""},{"description":{"content":"<p>Int, optional, Campaign Id</p>\n","type":"text/plain"},"key":"CampanhaId","value":""},{"description":{"content":"<p>Int, optional, Theme id of ideas</p>\n","type":"text/plain"},"key":"TemaId","value":""},{"description":{"content":"<p>string, optional, Idea creator user Company</p>\n","type":"text/plain"},"key":"Empresa","value":""},{"description":{"content":"<p>Datetime, optional, search only for ideas created after this date</p>\n","type":"text/plain"},"key":"DataInicio","value":""},{"description":{"content":"<p>Datetime, optional, search only for ideas created to date</p>\n","type":"text/plain"},"key":"DataFim","value":""},{"description":{"content":"<p>Int, optional, quantity of items per page</p>\n","type":"text/plain"},"key":"Take","value":"20"},{"description":{"content":"<p>Int, optional, page to be searched</p>\n","type":"text/plain"},"key":"Page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"6ccdc422-6445-472c-b9ca-28264150bd37"},{"name":"Idea Times with Requested Technical Advices","id":"2c53e5f2-f4f8-41ed-ad40-930863c2c854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourhost.aevoinnovate.net/webapi/api/apiExterna/TemposIdeiasEtapasPareceres?token=cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY=&IdeiaId=&CampanhaId=&TemaId&Empresa&ResponsavelId&DataInicio&DataFim&Take=&Page","description":"<p>Summary: Lists the ideas in which they had a request for an opinion, their states and the time they stayed in those states with a request for an technical advice.</p>\n<p>Output example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": true,\n    \"Mensagem\": \"Dados Recuperados com sucesso\",\n    \"Resultado\": {\n        \"NumeroRegistros\": 1,\n        \"PaginaAtual\": 1,\n        \"NumeroTotalPaginas\": 99,\n        \"Lista\": [\n            {\n                \"IdeiaId\": 4,\n                \"IdeiaTitulo\": \"Título de uma ideia bacana\",\n                \"CampanhaId\": 123,\n                \"CampanhaTitulo\": \"campanha bacana\",\n                \"EstadoAtualId\": 621,\n                \"EstadoAtual\": \"Etapa 1\",\n                \"Estados\": [\n                    {\n                        \"DataCadastroParecer\": \"2017-02-23T19:46:54.11\",\n                        \"DataRetornoParecer\": \"2017-02-23T19:49:47.937\",\n                        \"TempoEntreDatasParecer\": \"00:02:53.8270000\",\n                        \"ResponsavelId\": \"39c410e3-83b5-49a5-9f90-fg9986073a4e\",\n                        \"ResponsavelNome\": \"John Doe\",\n                        \"EstadoId\": 102,\n                        \"Estado\": \"TEMA GERAL COM NOME GRANDE GRANDE\",\n                        \"DataEntradaEstado\": \"2017-02-23T18:56:17.14\",\n                        \"DataSaidaEstado\": \"2021-05-13T09:40:47.373\",\n                        \"SolicitanteId\": \"39d4f0e3-83b5-49a5-9f90-fg9786273a4k\",\n                        \"SolicitanteNome\": \"Jane Doe\",\n                        \"RespondenteId\": \"88d4a0e3-83b5-49a5-9f90-fg9756273c4k\",\n                        \"RespondenteNome\": \"Jack Doe\",\n                        \"TempoEntreDatasEstado\": \"1539.14:44:30.2330000\"\n                    }\n                ]\n            }\n        ],\n        \"NumeroTotalRegistros\": 99,\n        \"QuantidadePorPagina\": 1\n    }\n}\n\n</code></pre>\n<p>Data dictionary:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Sucesso\": boolean,\n    \"Mensagem\": string,\n    \"Resultado\": {\n        \"NumeroRegistros\": int,\n        \"PaginaAtual\": int,\n        \"NumeroTotalPaginas\": int,\n        \"Lista\": [\n            {\n                \"IdeiaId\": int,\n                \"IdeiaTitulo\": string,\n                \"CampanhaId\": int,\n                \"CampanhaTitulo\": string,\n                \"EstadoAtualId\": int,\n                \"EstadoAtual\": string,\n                \"Estados\": [\n                    {\n                        \"DataCadastroParecer\": DateTime,\n                        \"DataRetornoParecer\": DateTime?,\n                        \"TempoEntreDatasParecer\": TimeSpan,\n                        \"ResponsavelId\": string,\n                        \"ResponsavelNome\": string,\n                        \"EstadoId\": int,\n                        \"Estado\": string,\n                        \"DataEntradaEstado\": DateTime,\n                        \"DataSaidaEstado\": DateTime?,\n                        \"SolicitanteId\": string,\n                        \"SolicitanteNome\": string,\n                        \"RespondenteId\": string,\n                        \"RespondenteNome\": string,\n                        \"TempoEntreDatasEstado\": TimeSpan\n                    }\n                ]\n            }\n        ],\n        \"NumeroTotalRegistros\": int,\n        \"QuantidadePorPagina\": int\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["webapi","api","apiExterna","TemposIdeiasEtapasPareceres"],"host":["https://yourhost.aevoinnovate.net"],"query":[{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"description":{"content":"<p>Int, optional, Idea Id</p>\n","type":"text/plain"},"key":"IdeiaId","value":""},{"description":{"content":"<p>Int, optional, Campaign Id</p>\n","type":"text/plain"},"key":"CampanhaId","value":""},{"description":{"content":"<p>Int, optional, Theme id of ideas</p>\n","type":"text/plain"},"key":"TemaId","value":null},{"description":{"content":"<p>string, optional, Idea creator user Company</p>\n","type":"text/plain"},"key":"Empresa","value":null},{"description":{"content":"<p>string-guid, optional, responsible for the technical advice</p>\n","type":"text/plain"},"key":"ResponsavelId","value":null},{"description":{"content":"<p>Datetime, optional, search only for ideas created after this date</p>\n","type":"text/plain"},"key":"DataInicio","value":null},{"description":{"content":"<p>Datetime, optional, search only for ideas created to date</p>\n","type":"text/plain"},"key":"DataFim","value":null},{"description":{"content":"<p>Int, optional, quantity of items per page</p>\n","type":"text/plain"},"key":"Take","value":""},{"description":{"content":"<p>Int, optional, page to be searched</p>\n","type":"text/plain"},"key":"Page","value":null}],"variable":[]}},"response":[],"_postman_id":"2c53e5f2-f4f8-41ed-ad40-930863c2c854"}],"id":"edcce1d7-05f3-4847-ac18-f33a6b5ba63c","_postman_id":"edcce1d7-05f3-4847-ac18-f33a6b5ba63c","description":""}],"id":"127f4a9b-1d3e-4bb0-bae6-167073e85cf1","_postman_id":"127f4a9b-1d3e-4bb0-bae6-167073e85cf1","description":""}],"event":[{"listen":"prerequest","script":{"id":"b23bd070-9d57-4034-a87e-f2137ebc6a0b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1d6344e7-ead3-4e49-b949-f5e82a85d7e1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"username","value":"admin@aevoinnovate.net"},{"key":"token","value":"cQddyYJFSk8yuFwjqKway0Xn80Mukk/3t2ZttSgISAR/ajeCgvsPRKACAS/DhLtMV6YMj2hq3dXMaimEO35Z0TgVD4Kxa4TXC1Sj2P5tueOa9dhfk0jPeLsA+90l0CJnehRWs12OVKN3j6kXTzrTC6cxRbllsV8lt68lXcZggEY="},{"key":"password","value":"PasswordAcces"},{"key":"grant_type","value":"password"},{"key":"base_url2","value":"https://clientHost.aevoinnovate.net/webapi"},{"key":"base_url","value":"https://yourhost.aevoinnovate.net"}]}