{"info":{"_postman_id":"4b2bb599-a182-46ad-957b-db29c05fa393","name":"BigBoost API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"892316","collectionId":"4b2bb599-a182-46ad-957b-db29c05fa393","publishedId":"S1LsYA3c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-05-02T21:06:12.000Z"},"item":[{"name":"Manual (pt-BR)","item":[{"name":"API de Pessoas","item":[{"name":"Anúncios Online","id":"1647129e-16e9-4dbd-b7b7-92191882980e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Categorias dos produtos vendidos, Valor médio de produto vendido e Categoria com maior quantidade de anúncios.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone</td>\n<td>Telefone relacionado</td>\n</tr>\n<tr>\n<td>FirstAdDate</td>\n<td>Data do primeiro anúncio</td>\n</tr>\n<tr>\n<td>LastAdDate</td>\n<td>Data do último anúncio</td>\n</tr>\n<tr>\n<td>TotalAds</td>\n<td>Total de anúncios</td>\n</tr>\n<tr>\n<td>ActiveAds</td>\n<td>Total de anúncios ativos</td>\n</tr>\n<tr>\n<td>MaxActiveAds</td>\n<td>Maximo de anúncios ativos</td>\n</tr>\n<tr>\n<td>AdsLast30Days</td>\n<td>Anúncios publicados nos últimos 30 dias</td>\n</tr>\n<tr>\n<td>AdsLast90Days</td>\n<td>Anúncios publicados nos últimos 90 dias</td>\n</tr>\n<tr>\n<td>AdsLast180Days</td>\n<td>Anúncios publicados nos últimos 180 dias</td>\n</tr>\n<tr>\n<td>AdsLast365Days</td>\n<td>Anúncios publicados nos últimos 365 dias</td>\n</tr>\n<tr>\n<td>AdsInMainAdPortal</td>\n<td>Anúncios no portal principal</td>\n</tr>\n<tr>\n<td>AdsInMainAdCategory</td>\n<td>Anúncio na categoria principal</td>\n</tr>\n<tr>\n<td>AdMaxValue</td>\n<td>Valor máximo dos anúncios</td>\n</tr>\n<tr>\n<td>AdMinValue</td>\n<td>Valor mínimo dos anúncios</td>\n</tr>\n<tr>\n<td>AdAvgValue</td>\n<td>Valor médio dos anúncios</td>\n</tr>\n<tr>\n<td>LastAdValue</td>\n<td>Valor do último anúncio publicado</td>\n</tr>\n<tr>\n<td>MainAdPortal</td>\n<td>Portal principal de publicação dos anúncios</td>\n</tr>\n<tr>\n<td>MainAdCategory</td>\n<td>Categoria principal de anúncios</td>\n</tr>\n<tr>\n<td>AdPortals</td>\n<td>Portais de anúncios</td>\n</tr>\n<tr>\n<td>AdCategories</td>\n<td>Categorias de anúncios</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de Criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtros\">Filtros</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activeads</td>\n<td>Quantidade de anuncios ativos</td>\n</tr>\n<tr>\n<td>totalads</td>\n<td>Total de anúncios</td>\n</tr>\n<tr>\n<td>admaxvalue</td>\n<td>Valor maximo de um anúncio</td>\n</tr>\n<tr>\n<td>adminvalue</td>\n<td>Valor mínimo de um anúncio</td>\n</tr>\n<tr>\n<td>portal</td>\n<td>Portal de publicação</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Categoria do anúncio</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>online_ads.filter(totalads=10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.filter(totalads=10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para usar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>online_ads.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"980d2ebd-c76f-41a3-9d68-98cd50c5801f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"1144223322\",\n                    \"FirstAdDate\": \"2016-05-05T17:52:00Z\",\n                    \"LastAdDate\": \"2016-05-25T04:48:00Z\",\n                    \"TotalAds\": 9,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 0,\n                    \"AdsLast90Days\": 0,\n                    \"AdsLast180Days\": 0,\n                    \"AdsLast365Days\": 2,\n                    \"AdMaxValue\": 7000,\n                    \"AdMinValue\": 750,\n                    \"AdAvgValue\": 1755.5555555555557,\n                    \"CreationDate\": \"2016-05-05T22:15:29.237Z\"\n                },\n                {\n                    \"Phone\": \"11983942666\",\n                    \"FirstAdDate\": \"2017-05-09T15:30:00Z\",\n                    \"LastAdDate\": \"2017-05-19T16:48:00Z\",\n                    \"TotalAds\": 3,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 3,\n                    \"AdsLast90Days\": 3,\n                    \"AdsLast180Days\": 3,\n                    \"AdsLast365Days\": 3,\n                    \"AdMaxValue\": 588,\n                    \"AdMinValue\": 89,\n                    \"AdAvgValue\": 421.66666666666669,\n                    \"CreationDate\": \"2017-05-09T18:15:15.239Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"edb638a0-c944-4b7c-b9c7-d1327bd39125\",\n    \"ElapsedMilliseconds\": 159,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c5ae534b-39fe-4338-a212-8112512be1a4","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=online_ads&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"online_ads"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"1144223322\",\n                    \"FirstAdDate\": \"2016-05-05T17:52:00Z\",\n                    \"LastAdDate\": \"2016-05-25T04:48:00Z\",\n                    \"TotalAds\": 9,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 0,\n                    \"AdsLast90Days\": 0,\n                    \"AdsLast180Days\": 0,\n                    \"AdsLast365Days\": 2,\n                    \"AdMaxValue\": 7000,\n                    \"AdMinValue\": 750,\n                    \"AdAvgValue\": 1755.5555555555557,\n                    \"CreationDate\": \"2016-05-05T22:15:29.237Z\"\n                },\n                {\n                    \"Phone\": \"11983942666\",\n                    \"FirstAdDate\": \"2017-05-09T15:30:00Z\",\n                    \"LastAdDate\": \"2017-05-19T16:48:00Z\",\n                    \"TotalAds\": 3,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 3,\n                    \"AdsLast90Days\": 3,\n                    \"AdsLast180Days\": 3,\n                    \"AdsLast365Days\": 3,\n                    \"AdMaxValue\": 588,\n                    \"AdMinValue\": 89,\n                    \"AdAvgValue\": 421.66666666666669,\n                    \"CreationDate\": \"2017-05-09T18:15:15.239Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"edb638a0-c944-4b7c-b9c7-d1327bd39125\",\n    \"ElapsedMilliseconds\": 159,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1647129e-16e9-4dbd-b7b7-92191882980e"},{"name":"Círculos - Colegas de Classe","id":"6b6ea1ff-75b7-49fa-b60f-1b182be2fe20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_college_class\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos colegas de classe da faculdade relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"a55dae04-2766-40c2-9c71-cd160b662e52","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_college_class&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_college_class"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COLLEGE_CLASS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a6c9e1da-bdd4-4455-928e-0324ca4ad0fa","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_college_class\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COLLEGE_CLASS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6b6ea1ff-75b7-49fa-b60f-1b182be2fe20"},{"name":"Círculos - Household","id":"3b4ae462-4e0d-45a7-8e10-2c35f9148c11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_household\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos Households relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"9f43976c-6f28-4f0a-b1c3-6ace158d67d5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_household&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_household"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"HOUSEHOLD\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ddcc8385-1ee6-4a50-ac15-c49f733293c1","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_household\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"HOUSEHOLD\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3b4ae462-4e0d-45a7-8e10-2c35f9148c11"},{"name":"Círculos - Parentes","id":"535697f0-dd5b-424e-8321-6d9fb37b0787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos parentes relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0c09a41d-8ea8-48c4-9c98-ffeebe5ba8c6","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_relatives&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_relatives"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"RELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"186a392c-1fcc-4f95-a0a1-fe7711bec3c6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"RELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"535697f0-dd5b-424e-8321-6d9fb37b0787"},{"name":"Círculos - Parentes (1º grau)","id":"d7d9246a-ca75-4412-ba3c-8367fa5222bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_first_level_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos parentes de 1º grau relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"56dff43f-a48a-426a-afa0-bafbc781b07a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_first_level_relatives&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_first_level_relatives"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"FIRSTLEVELRELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_first_level_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6a952e95-07d4-4eb0-b0ac-e9901a439339","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_first_level_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"FIRSTLEVELRELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_first_level_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d7d9246a-ca75-4412-ba3c-8367fa5222bd"},{"name":"Círculos - Sócios","id":"9a801ebb-5cd0-4b12-b9cd-02babc760298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_partners\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos parceiros comerciais relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0c202481-6cd7-484c-8dd0-8c95c0e078fd","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_partners&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_partners"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"PARTNER\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_partners\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"633afee8-d4af-483d-a25d-a4299a83827d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_partners\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"PARTNER\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_partners\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9a801ebb-5cd0-4b12-b9cd-02babc760298"},{"name":"Círculos - Colegas de trabalho","id":"8058956e-19e5-470f-9156-24a71b9920e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_coworkers\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos colegas de trabalho relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"014019e2-7115-4622-8cc1-5384b9def560","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_coworkers&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_coworkers"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COWORKERS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_coworkers\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"94014bf4-d38b-4000-a301-35082280147f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_coworkers\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COWORKERS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_coworkers\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8058956e-19e5-470f-9156-24a71b9920e7"},{"name":"Círculos - Processos Judiciais","id":"084bd1f5-2100-49a6-b42a-91c7d4860e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_lawsuit_parties\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes à pessoas que participaram de processos judiciais do mesmo lado da causa, com relação à pessoa buscada.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"422080b4-7606-41bc-85da-c97ba3395020","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_lawsuit_parties\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"LAWSUIT_PARTIES\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 267,\n                    \"TotalDistinctPhones\": 192,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 59,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5A INC\": 0,\n                        \"5A CO FUND\": 0,\n                        \"6 A 9 FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP INCOMP\": 0,\n                        \"SUP COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1c91fc7c-6e1e-4360-96ea-e41226cb0102\",\n    \"ElapsedMilliseconds\": 106,\n    \"Status\": {\n        \"circles_lawsuit_parties\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6a00f992-b0bd-45a5-a303-6dbab8b10d35","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_lawsuit_parties&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_lawsuit_parties"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"LAWSUIT_PARTIES\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 267,\n                    \"TotalDistinctPhones\": 192,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 59,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5A INC\": 0,\n                        \"5A CO FUND\": 0,\n                        \"6 A 9 FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP INCOMP\": 0,\n                        \"SUP COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1c91fc7c-6e1e-4360-96ea-e41226cb0102\",\n    \"ElapsedMilliseconds\": 106,\n    \"Status\": {\n        \"circles_lawsuit_parties\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"084bd1f5-2100-49a6-b42a-91c7d4860e56"},{"name":"Círculos - Vizinhos","id":"9ee9f9d8-ee45-4941-85d6-ab9afde9020b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_neighbors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos vizinhos relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"ac77e39b-7559-4e11-aca5-a28fdd1e3a4f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_neighbors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"NEIGHBORS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ec1195b2-edcb-4a35-81b2-46bc9b8af986","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_neighbors&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_neighbors"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"NEIGHBORS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9ee9f9d8-ee45-4941-85d6-ab9afde9020b"},{"name":"Círculos - Vizinhos (Mesmo prédio)","id":"1d6f7a59-0654-4e65-a18d-0807cbf9ccea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_building\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados referentes aos vizinhos que moram no mesmo prédio relacionados à pessoa buscada, tais como total de entidades relacionadas, média de idade e nível de escolaridade das entidades relacionadas. </p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Tipo do círculo</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total de entidades relacionadas</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total de endereços distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total de telefones distintos</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total de e-mails distintos</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total de pessoas relacionadas que estão empregadas</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total de Empresas</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de pessoas que possuem registro Indicador PPE Nacional</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total de servidores públicos relacionados</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total de pessoas com registro em conselhos de classe</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Idade mínima dentre as entidades</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Idade Máxima dentre as entidades</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Média de idade dentre as entidades</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total de renda das entidades</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Renda média das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Renda máxima das entidades</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Renda mínima das entidades</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Nível mínimo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Nível médio de educação das entidades</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Nível máximo de educação das entidades</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Distância geográfica média</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Distância geográfica máxima</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Distância geográfica mínima</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Média do nível de comprador online</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Nível máximo de comprador online</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Nível mínimo de comprador online</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Média do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Nível máximo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Nível mínimo do nível de vendedor online</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Média de passagens por mês</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribuição das entidades por gênero</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribuição das entidades por intervalo de idade</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribuição das entidades por faixa de renda</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Distribuição do nível de escolaridade</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribuição das entidades por estado</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Distribuição do nível de comprador online</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2dadb03e-b0fc-4298-9035-57d21fd9baf8","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_building&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_building"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"BUILDING\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"90f60858-5f32-4fed-9b00-9fe7d2e34bcb","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_building\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"BUILDING\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1d6f7a59-0654-4e65-a18d-0807cbf9ccea"},{"name":"Dados Cadastrais Básicos","id":"7151c56e-08a4-4f82-905a-06625fb48c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Nome, CPF e Nome da mãe.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdStatus</td>\n<td>SUSPENSA, REGULAR, CANCELADA, PENDENTE DE REGULARIZACAO, NULA, CPF COM DADOS INCOMPLETOS</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>M, F, U</td>\n</tr>\n<tr>\n<td>Signo</td>\n<td>CAPRICORNIO, ARIES, LEAO, CANCER, LIBRA, AQUARIO, SAGITARIO, GEMEOS, VIRGEM, TOURO, PEIXES, ESCORPIAO</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdNumber</td>\n<td>Número de identificação fiscal</td>\n</tr>\n<tr>\n<td>TaxIdCountry</td>\n<td>País de identificação do contribuinte</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers.VoterId</td>\n<td>Número do título de eleitor</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers.SocialSecurityNumber</td>\n<td>Número do PIS/NIT</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Nome da pessoa</td>\n</tr>\n<tr>\n<td>Aliases.CommonName</td>\n<td>Nome comum</td>\n</tr>\n<tr>\n<td>Aliases.StandardizedName</td>\n<td>Nome padronizado</td>\n</tr>\n<tr>\n<td>Aliases.SocialName</td>\n<td>Nome social</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Gênero da pessoa</td>\n</tr>\n<tr>\n<td>NameUniquenessScore</td>\n<td>Varia de 0 até 1, descrevendo o quão único é o nome completo da pessoa em comparação a outras</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>Data de nascimento da pessoa</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Idade da pessoa</td>\n</tr>\n<tr>\n<td>ZodiacSign</td>\n<td>Signo do zodíaco da pessoa</td>\n</tr>\n<tr>\n<td>ChineseSign</td>\n<td>Signo chinês da pessoa</td>\n</tr>\n<tr>\n<td>BirthCountry</td>\n<td>País em que a pessoa nasceu</td>\n</tr>\n<tr>\n<td>BirthState</td>\n<td>Estado em que a pessoa nasceu</td>\n</tr>\n<tr>\n<td>MotherName</td>\n<td>Nome da mãe da pessoa</td>\n</tr>\n<tr>\n<td>FatherName</td>\n<td>Nome do pai da pessoa</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>Status da identificação fiscal</td>\n</tr>\n<tr>\n<td>TaxIdOrigin</td>\n<td>Origem da identificação fiscal</td>\n</tr>\n<tr>\n<td>HasObitIndication</td>\n<td>Indica se a pessoa já faleceu</td>\n</tr>\n<tr>\n<td>ObitIndicationOrigin</td>\n<td>Origem da indicação de óbito</td>\n</tr>\n<tr>\n<td>ObitIndicationYear</td>\n<td>Ano da indicação de óbito</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"11ef7bee-8ee1-4f5c-b65a-c4a940973786","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BasicData\": {\n                \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                \"TaxIdCountry\": \"BRAZIL\",\n                \"AlternativeIdNumbers\": {},\n                \"Name\": \"VANESSA SILVA CASTRO\",\n                \"Aliases\": {\n                    \"CommonName\": \"VANESSA CASTRO\",\n                    \"StandardizedName\": \"VANESA SILVA CASTRU\"\n                },\n                \"Gender\": \"F\",\n                \"NameUniquenessScore\": 0.932,\n                \"BirthDate\": \"1994-07-26T00:00:00Z\",\n                \"Age\": 24,\n                \"ZodiacSign\": \"CANCER\",\n                \"ChineseSign\": \"Dog\",\n                \"BirthCountry\": \"BRASILEIRA\",\n                \"BirthState\": \"\",\n                \"MotherName\": \"MARTA CASTRO\",\n                \"FatherName\": \"\",\n                \"TaxIdStatus\": \"REGULAR\",\n                \"TaxIdOrigin\": \"RECEITA FEDERAL\",\n                \"HasObitIndication\": false,\n                \"CreationDate\": \"2016-08-23T00:00:00Z\",\n                \"LastUpdateDate\": \"2019-02-11T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"fce6c68c-6e17-4f2c-bc01-867e69ae66c6\",\n    \"ElapsedMilliseconds\": 186,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"270b3558-8c5d-49ce-a26d-f8ac25f75f2f","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=basic_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"basic_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BasicData\": {\n                \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                \"TaxIdCountry\": \"BRAZIL\",\n                \"AlternativeIdNumbers\": {},\n                \"Name\": \"VANESSA SILVA CASTRO\",\n                \"Aliases\": {\n                    \"CommonName\": \"VANESSA CASTRO\",\n                    \"StandardizedName\": \"VANESA SILVA CASTRU\"\n                },\n                \"Gender\": \"F\",\n                \"NameUniquenessScore\": 0.932,\n                \"BirthDate\": \"1994-07-26T00:00:00Z\",\n                \"Age\": 24,\n                \"ZodiacSign\": \"CANCER\",\n                \"ChineseSign\": \"Dog\",\n                \"BirthCountry\": \"BRASILEIRA\",\n                \"BirthState\": \"\",\n                \"MotherName\": \"MARTA CASTRO\",\n                \"FatherName\": \"\",\n                \"TaxIdStatus\": \"REGULAR\",\n                \"TaxIdOrigin\": \"RECEITA FEDERAL\",\n                \"HasObitIndication\": false,\n                \"CreationDate\": \"2016-08-23T00:00:00Z\",\n                \"LastUpdateDate\": \"2019-02-11T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"fce6c68c-6e17-4f2c-bc01-867e69ae66c6\",\n    \"ElapsedMilliseconds\": 186,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7151c56e-08a4-4f82-905a-06625fb48c97"},{"name":"Dados Profissionais ","id":"28016842-84d9-4b6b-867e-41f408dbf2d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"occupation_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Profissão formal, Trabalho autônomo informal e Professores universitários.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Professions.Sector</td>\n<td>Setor em que a profissão é exercida</td>\n</tr>\n<tr>\n<td>Professions.Country</td>\n<td>País em que a profissão é exercida</td>\n</tr>\n<tr>\n<td>Professions.CompanyIdNumber</td>\n<td>Número de identificação da companhia</td>\n</tr>\n<tr>\n<td>Professions.CompanyName</td>\n<td>Nome da companhia</td>\n</tr>\n<tr>\n<td>Professions.Area</td>\n<td>Área</td>\n</tr>\n<tr>\n<td>Professions.Level</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>Professions.Status</td>\n<td>Situação empregatícia</td>\n</tr>\n<tr>\n<td>Professions.Income</td>\n<td>Renda</td>\n</tr>\n<tr>\n<td>Professions.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>Professions.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalProfessions</td>\n<td>Número total de profissões exercidas</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total de renda</td>\n</tr>\n<tr>\n<td>IsEmployed</td>\n<td>Indica se a pessoa está empregada ou não</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sector</td>\n<td>Setor (PRIVATE, PUBLIC...)</td>\n</tr>\n<tr>\n<td>companyname</td>\n<td>Nome da companhia</td>\n</tr>\n<tr>\n<td>area</td>\n<td>Área</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>staus</td>\n<td>Status (ACTIVE, INACTIVE...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2b4aa4c1-f1d2-4bee-a58e-c74a0c370c74","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"occupation_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"33db1a60-cb34-45a4-add0-e0a84a5144a1","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=occupation_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"occupation_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"28016842-84d9-4b6b-867e-41f408dbf2d8"},{"name":"Dados Profissionais - Conselhos de Classe","id":"894dfcbd-47ee-4430-9f5a-c5b86d702183","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"class_organization\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Conselhos de classe e entidades classistas, UF de registro e Status de atividade.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Memberships.OrganizationName</td>\n<td>Nome da organização</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationCountry</td>\n<td>País da organização</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationType</td>\n<td>Tipo da organização</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationChapter</td>\n<td>Estado onde a organização atua</td>\n</tr>\n<tr>\n<td>Memberships.RegistrationId</td>\n<td>Id de registro</td>\n</tr>\n<tr>\n<td>Memberships.Category</td>\n<td>Categoria</td>\n</tr>\n<tr>\n<td>Memberships.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>Memberships.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>TotalMemberships</td>\n<td>Número total de associações</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organizationname</td>\n<td>Nome da organizaçao</td>\n<td>CREFITO, CREAAC,  ...</td>\n</tr>\n<tr>\n<td>organizationtype</td>\n<td>Tipo da organização</td>\n<td>CLASS ASSOCIATION</td>\n</tr>\n<tr>\n<td>organizationchapter</td>\n<td>Estado</td>\n<td>RJ, SP, AC, MG, AM, PE, SC, ES, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status</td>\n<td>ATIVO, BAIXADA, TRANSFERIDO, CANCELADO, INTERROMPIDO, REQUERIMENTO  ...</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Categoria</td>\n<td>FISIOTERAPEUTA DEFINITIVO, ENGENHARIA CIVIL, ENGENHEIRO AGRONOMO , ENGENHARIA FLORESTAL, ENGENHEIRO GEOLOGO, TECNOLOGO EM CONSTRUCAO CIVIL-EDIFICACOES, TECNOLOGO EM HEVEICULTURA, TECNICO EM AGROPECUARIA, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>class_organization.filter(status=ATIVO)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>class_organization.filter(status=ATIVO)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"44266551-527b-4b0b-91d9-4ec90ad48e95","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"class_organization\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Memberships\": {\n                \"Memberships\": [\n                    {\n                        \"OrganizationName\": \"CREAAC\",\n\t\t\t            \"OrganizationCountry\": \"BRAZIL\",\n\t\t\t            \"OrganizationType\": \"CLASS ASSOCIATION\",\n\t\t\t            \"OrganizationChapter\": \"AC\",\n\t\t\t            \"RegistrationId\": \"10810540-7\",\n\t\t\t            \"Category\": \"ENGENHARIA CIVIL\",\n\t\t\t            \"Status\": \"ATIVO\",\n\t\t\t            \"MembershipStartDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"MembershipEndDate\": \"9999-12-31T23:59:59.9999999\",\n\t\t\t            \"CreationDate\": \"2018-04-09T00:00:00Z\"\n                    }\n                ],\n                \"TotalMemberships\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"b0ccf602-bf78-489f-bf58-9c50b62fa103\",\n    \"ElapsedMilliseconds\": 56,\n    \"Status\": {\n        \"class_organization\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"bb7e1dfd-ccdf-4660-8b13-7e8805a4d675","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=class_organization&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"class_organization"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Memberships\": {\n                \"Memberships\": [\n                    {\n                        \"OrganizationName\": \"CREAAC\",\n\t\t\t            \"OrganizationCountry\": \"BRAZIL\",\n\t\t\t            \"OrganizationType\": \"CLASS ASSOCIATION\",\n\t\t\t            \"OrganizationChapter\": \"AC\",\n\t\t\t            \"RegistrationId\": \"10810540-7\",\n\t\t\t            \"Category\": \"ENGENHARIA CIVIL\",\n\t\t\t            \"Status\": \"ATIVO\",\n\t\t\t            \"MembershipStartDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"MembershipEndDate\": \"9999-12-31T23:59:59.9999999\",\n\t\t\t            \"CreationDate\": \"2018-04-09T00:00:00Z\"\n                    }\n                ],\n                \"TotalMemberships\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"b0ccf602-bf78-489f-bf58-9c50b62fa103\",\n    \"ElapsedMilliseconds\": 56,\n    \"Status\": {\n        \"class_organization\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"894dfcbd-47ee-4430-9f5a-c5b86d702183"},{"name":"Dados Profissionais - Servidores Públicos","id":"f8d976fb-e050-4aed-b790-a837afcaa499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"profession_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador e detalhes de Servidor Público, Órgão público e Remuneração.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Professions.Sector</td>\n<td>Setor em que a profissão é exercida</td>\n</tr>\n<tr>\n<td>Professions.Country</td>\n<td>País em que a profissão é exercida</td>\n</tr>\n<tr>\n<td>Professions.CompanyIdNumber</td>\n<td>Número de identificação da companhia</td>\n</tr>\n<tr>\n<td>Professions.CompanyName</td>\n<td>Nome da companhia</td>\n</tr>\n<tr>\n<td>Professions.Area</td>\n<td>Área</td>\n</tr>\n<tr>\n<td>Professions.Level</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>Professions.Status</td>\n<td>Situação empregatícia</td>\n</tr>\n<tr>\n<td>Professions.Income</td>\n<td>Renda</td>\n</tr>\n<tr>\n<td>Professions.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>Professions.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalProfessions</td>\n<td>Número total de profissões exercidas</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total de renda</td>\n</tr>\n<tr>\n<td>IsEmployed</td>\n<td>Indica se a pessoa está empregada ou não</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sector</td>\n<td>Setor (PRIVATE, PUBLIC)</td>\n</tr>\n<tr>\n<td>companyname</td>\n<td>Nome da companhia</td>\n</tr>\n<tr>\n<td>area</td>\n<td>Área</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>staus</td>\n<td>Status (ACTIVE, INACTIVE)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>profession_data.filter(companyname=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>profession_data.filter(companyname=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1503dbdf-48e0-4891-837a-2959259bfa7b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=profession_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"profession_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                        \"Sector\": \"PRIVATE\",\n\t\t\t            \"Country\": \"BRAZIL\",\n\t\t\t            \"CompanyIdNumber\": \"00167123000111\",\n\t\t\t            \"CompanyName\": \"DAVID PLAZA HOTEL LTDA\",\n\t\t\t            \"Area\": \"\",\n\t\t\t            \"Level\": \"\",\n\t\t\t            \"Status\": \"ACTIVE\",\n\t\t\t            \"IncomeRange\": \"3 - 4 A 10 SM\",\n\t\t\t            \"Income\": 0,\n\t\t\t            \"StartDate\": \"1997-10-01T00:00:00Z\",\n\t\t\t            \"EndDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t            \"CreationDate\": \"2017-07-13T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2017-07-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 5549.62,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"97bac3d1-76c0-485b-9f8c-195bf6d5b249\",\n    \"ElapsedMilliseconds\": 216,\n    \"Status\": {\n        \"profession_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9a6296ce-3df5-4f7a-9add-e7f6a8d4ebee","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"profession_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                        \"Sector\": \"PRIVATE\",\n\t\t\t            \"Country\": \"BRAZIL\",\n\t\t\t            \"CompanyIdNumber\": \"00167123000111\",\n\t\t\t            \"CompanyName\": \"DAVID PLAZA HOTEL LTDA\",\n\t\t\t            \"Area\": \"\",\n\t\t\t            \"Level\": \"\",\n\t\t\t            \"Status\": \"ACTIVE\",\n\t\t\t            \"IncomeRange\": \"3 - 4 A 10 SM\",\n\t\t\t            \"Income\": 0,\n\t\t\t            \"StartDate\": \"1997-10-01T00:00:00Z\",\n\t\t\t            \"EndDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t            \"CreationDate\": \"2017-07-13T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2017-07-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 5549.62,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"97bac3d1-76c0-485b-9f8c-195bf6d5b249\",\n    \"ElapsedMilliseconds\": 216,\n    \"Status\": {\n        \"profession_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f8d976fb-e050-4aed-b790-a837afcaa499"},{"name":"Dados de Estudantes Universitários ","id":"82331077-7349-4392-8415-cb0477650583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"university_student_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de estudante universitário, Detalhes CNPQ e Detalhes da residência médica.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ScholarshipHistory.Level</td>\n<td>Nível de educação sendo cursada</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.Institution</td>\n<td>Nome da instituição</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.SpecializationArea</td>\n<td>Área de especialização</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.StartYear</td>\n<td>Ano de começo na instituição</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.EndYear</td>\n<td>Ano de término na instituição</td>\n</tr>\n<tr>\n<td>PublicationHistory</td>\n<td>Histórico de publicações</td>\n</tr>\n<tr>\n<td>ScholarshipLevel</td>\n<td>Nível de formação</td>\n</tr>\n<tr>\n<td>IsUniversityStudent</td>\n<td>Indica se o estudante está cursando uma graduação</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>level</td>\n<td>Nivel da graduação</td>\n<td>GRADUATE, UNDERGRADUATE, ...</td>\n</tr>\n<tr>\n<td>instituition</td>\n<td>Nome da instituição</td>\n<td>PUC, UFRJ, UNIGRANRIO, UERJ, USP, ...</td>\n</tr>\n<tr>\n<td>specializationarea</td>\n<td>Área de especialização</td>\n<td>ENGENHARIA, MEDICINA, JORNALISMO, ECONOMIA, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>university_student_data.filter(level=undergraduate)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>university_student_data.filter(level=undergraduate)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>university_student_data.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>university_student_data.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5e577fbd-b60a-4e5d-be80-11e634744306","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=university_student_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"university_student_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n\t            \"Scholarship\": {\n\t                \"Scholarship\": {\n\t                \"ScholarshipHistory\": [\n\t                    {\n\t                        \"Level\": \"UNDERGRADUATE\",\n\t                        \"Institution\": \"PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO\",\n\t                        \"SpecializationArea\": \"ENGENHARIA DE COMPUTAÇÃO - ENGENHARIA DA COMPUTAÇÃO\",\n\t                        \"StartYear\": \"2014\",\n\t                        \"EndYear\": \"2018\"\n\t                    }\n\t                ],\n\t                \"ScholarshipLevel\": \"09 - SUP. COMP\",\n\t                \"CreationDate\": \"2018-07-05T18:53:31Z\",\n\t                \"LastUpdateDate\": \"2018-07-05T18:53:31Z\"\n\t            }\n            }\n        }\n    ],\n    \"QueryId\": \"e25bbde8-3fd5-4eb7-9a1e-03f343153278\",\n    \"ElapsedMilliseconds\": 57,\n    \"Status\": {\n        \"university_student_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a92f59a1-5165-4655-b267-3e67aefe070b","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"university_student_data\",\r\n\t\"q\": \"doc{11111111111}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n\t            \"Scholarship\": {\n\t                \"Scholarship\": {\n\t                \"ScholarshipHistory\": [\n\t                    {\n\t                        \"Level\": \"UNDERGRADUATE\",\n\t                        \"Institution\": \"PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO\",\n\t                        \"SpecializationArea\": \"ENGENHARIA DE COMPUTAÇÃO - ENGENHARIA DA COMPUTAÇÃO\",\n\t                        \"StartYear\": \"2014\",\n\t                        \"EndYear\": \"2018\"\n\t                    }\n\t                ],\n\t                \"ScholarshipLevel\": \"09 - SUP. COMP\",\n\t                \"CreationDate\": \"2018-07-05T18:53:31Z\",\n\t                \"LastUpdateDate\": \"2018-07-05T18:53:31Z\"\n\t            }\n            }\n        }\n    ],\n    \"QueryId\": \"e25bbde8-3fd5-4eb7-9a1e-03f343153278\",\n    \"ElapsedMilliseconds\": 57,\n    \"Status\": {\n        \"university_student_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"82331077-7349-4392-8415-cb0477650583"},{"name":"Dados de Sites  ","id":"39994482-9c3d-4700-aa58-1f62da1c99a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Dados de captura, Dados de volume de acesso e Dados de estrutura.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HostName</td>\n<td>Nome do Host</td>\n</tr>\n<tr>\n<td>DomainName</td>\n<td>Nome do domínio</td>\n</tr>\n<tr>\n<td>FinalDomainName</td>\n<td>Nome final do domínio</td>\n</tr>\n<tr>\n<td>DomainClass</td>\n<td>Classificação do site</td>\n</tr>\n<tr>\n<td>DomainMainSegment</td>\n<td>Segmento</td>\n</tr>\n<tr>\n<td>VisitorRange</td>\n<td>Faixa de total de visitantes</td>\n</tr>\n<tr>\n<td>ServerTechnology</td>\n<td>Tipo de servidor WEB</td>\n</tr>\n<tr>\n<td>DevelopmentLanguage</td>\n<td>Linguagem de desenvolvimento</td>\n</tr>\n<tr>\n<td>Framework</td>\n<td>Framework utilizado</td>\n</tr>\n<tr>\n<td>PageCountRange</td>\n<td>Faixa de total de páginas</td>\n</tr>\n<tr>\n<td>PaymentServices</td>\n<td>Serviços de pagamento</td>\n</tr>\n<tr>\n<td>PaymentMethods</td>\n<td>Métodos de pagamento</td>\n</tr>\n<tr>\n<td>CreditCards</td>\n<td>Cartões de crédito</td>\n</tr>\n<tr>\n<td>FinancialInstitutions</td>\n<td>Instituições financeiras</td>\n</tr>\n<tr>\n<td>IspName</td>\n<td>Provedor</td>\n</tr>\n<tr>\n<td>IspCountry</td>\n<td>País de hospedagem</td>\n</tr>\n<tr>\n<td>IspRegion</td>\n<td>Região de hospedagem</td>\n</tr>\n<tr>\n<td>IspCity</td>\n<td>Cidade de hospedagem</td>\n</tr>\n<tr>\n<td>ProductRangeCount</td>\n<td>Faixa de total de produtos</td>\n</tr>\n<tr>\n<td>AvgPrice</td>\n<td>Média de preço</td>\n</tr>\n<tr>\n<td>AdNetworks</td>\n<td>Redes Anunciantes</td>\n</tr>\n<tr>\n<td>SocialNetworks</td>\n<td>Redes Sociais</td>\n</tr>\n<tr>\n<td>ChatProviders</td>\n<td>Provedores de chat</td>\n</tr>\n<tr>\n<td>HelpDeskProviders</td>\n<td>Provedores de help desk</td>\n</tr>\n<tr>\n<td>FraudService</td>\n<td>Serviço antifraude</td>\n</tr>\n<tr>\n<td>MappingServices</td>\n<td>Serviço de mapa</td>\n</tr>\n<tr>\n<td>AnalyticsServices</td>\n<td>Serviços de Analytics</td>\n</tr>\n<tr>\n<td>RecommendationEngine</td>\n<td>Máquinas de recomendação</td>\n</tr>\n<tr>\n<td>RegistrationStatus</td>\n<td>Status de registro</td>\n</tr>\n<tr>\n<td>EstimatedIncome</td>\n<td>Faturamento estimado</td>\n</tr>\n<tr>\n<td>AvgLoadTime</td>\n<td>Tempo médio de carregamento</td>\n</tr>\n<tr>\n<td>AvgPageSize</td>\n<td>Tamanho médio das páginas</td>\n</tr>\n<tr>\n<td>CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>Data de criação do site</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Data de expiração do site</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>HasSsl</td>\n<td>Indica se tem SSL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasssl</td>\n<td>Indica se tem SSL  (true, false)</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Indica se o domnio est ativo (true, false)</td>\n</tr>\n<tr>\n<td>socialnetworks</td>\n<td>Redes sociais</td>\n</tr>\n<tr>\n<td>ispname</td>\n<td>Provedor</td>\n</tr>\n<tr>\n<td>paymentmethods</td>\n<td>Métodos de pagamento</td>\n</tr>\n<tr>\n<td>paymentservices</td>\n<td>Serviços de pagamento</td>\n</tr>\n<tr>\n<td>framework</td>\n<td>Framework utilizado</td>\n</tr>\n<tr>\n<td>visitorrange</td>\n<td>Faixa total de visitantes</td>\n</tr>\n<tr>\n<td>domainclass</td>\n<td>Indica a classe do domnio (PORTAL, BLOG, ...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>domains.filter(framework=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.filter(framework=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>domains.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"41b51e24-5b39-4b06-a5e7-9f02df0dc22a","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"\",\n                    \"DomainName\": \"dc.bbtecno.com.br\",\n                    \"FinalDomainName\": \"https://dc.bbtecno.com.br/component/users/?view=login\",\n                    \"DomainClass\": \"PORTAL\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"nginx/1.12.1\",\n                    \"DevelopmentLanguage\": \"PHP/5.6.30-0+deb8u1\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"Cobra Tecnologia S/A\",\n                    \"IspCountry\": \"Brazil\",\n                    \"IspRegion\": \"Sao Paulo\",\n                    \"IspCity\": \"Sao Paulo\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 452.98560000000003,\n                    \"AvgPageSize\": 5858,\n                    \"CaptureDate\": \"2017-10-24T01:56:56.353Z\",\n                    \"RegistrationDate\": \"2013-05-13T00:00:00Z\",\n                    \"ExpirationDate\": \"2024-05-13T00:00:00Z\",\n                    \"IsActive\": false,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=RapidSSL SHA256 CA, O=GeoTrust Inc., C=US\",\n                            \"Subject\": \"CN=*.bbtecno.com.br\",\n                            \"ExpirationDate\": \"4/30/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n    ],\n    \"QueryId\": \"be688b0a-5fdd-4a2a-aea4-49c592b23a62\",\n    \"ElapsedMilliseconds\": 995,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b4eaa6da-609d-4266-ad0a-f606a462a2cd","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=domains&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"domains"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"\",\n                    \"DomainName\": \"dc.bbtecno.com.br\",\n                    \"FinalDomainName\": \"https://dc.bbtecno.com.br/component/users/?view=login\",\n                    \"DomainClass\": \"PORTAL\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"nginx/1.12.1\",\n                    \"DevelopmentLanguage\": \"PHP/5.6.30-0+deb8u1\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"Cobra Tecnologia S/A\",\n                    \"IspCountry\": \"Brazil\",\n                    \"IspRegion\": \"Sao Paulo\",\n                    \"IspCity\": \"Sao Paulo\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 452.98560000000003,\n                    \"AvgPageSize\": 5858,\n                    \"CaptureDate\": \"2017-10-24T01:56:56.353Z\",\n                    \"RegistrationDate\": \"2013-05-13T00:00:00Z\",\n                    \"ExpirationDate\": \"2024-05-13T00:00:00Z\",\n                    \"IsActive\": false,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=RapidSSL SHA256 CA, O=GeoTrust Inc., C=US\",\n                            \"Subject\": \"CN=*.bbtecno.com.br\",\n                            \"ExpirationDate\": \"4/30/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n    ],\n    \"QueryId\": \"be688b0a-5fdd-4a2a-aea4-49c592b23a62\",\n    \"ElapsedMilliseconds\": 995,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"39994482-9c3d-4700-aa58-1f62da1c99a2"},{"name":"E-mails ","id":"a63ace31-8988-40c6-b846-4bb0c11bd578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Endreço(s) de e-mail, Tipo do e-mail e Indicadores de Utilização.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ValidationStatus</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>WORK, PERSONAL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Endereço de email</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo do email</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>Nome do usuario</td>\n</tr>\n<tr>\n<td>Domain</td>\n<td>Dominio do endereço de email</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Total de passagens avaliadas como \"ruins\"</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Total de passagens referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Total de passagens incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Total de passagens referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Média mensal de de passagens</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Número de entidades relacionadas a esse email</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do email</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o email é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Status de validação</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Tipo do email</td>\n<td>work, personal</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se o email esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se o email é recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se o email é principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>validationstatus</td>\n<td>Status de validação</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Domínio do email</td>\n<td>gmail.com, yahoo.com.br, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>emails.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>emails.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"bbd86e30-4274-4113-8e70-d615ab972bdf","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\":\"teste@gmail.com\",\n\t\t\t\t\t\"Type\":\"personal\",\n\t\t\t\t\t\"EmailTotalPassages\":8,\n\t\t\t\t\t\"EmailBadPassages\":0,\n\t\t\t\t\t\"EmailCrawlingPassages\":-1,\n\t\t\t\t\t\"EmailValidationPassages\":-1,\n\t\t\t\t\t\"EmailQueryPassages\":-1,\n\t\t\t\t\t\"EmailMonthAveragePassages\":-1,\n\t\t\t\t\t\"EmailNumberOfEntities\":1,\n\t\t\t\t\t\"Priority\":1,\n\t\t\t\t\t\"IsMain\":true,\n\t\t\t\t\t\"IsRecent\":false,\n\t\t\t\t\t\"IsActive\":false,\n\t\t\t\t\t\"ValidationStatus\":\"\",\n\t\t\t\t\t\"LastValidationDate\":\"0001-01-01T00:00:00Z\",\n\t\t\t\t\t\"FirstPassageDate\":\"2011-08-25T00:00:00Z\",\n\t\t\t\t\t\"LastPassageDate\":\"2011-11-08T00:00:00Z\",\n\t\t\t\t\t\"CreationDate\":\"2011-08-25T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2011-11-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"44856d59-d864-4af7-96e3-c12f948474f8\",\n    \"ElapsedMilliseconds\": 52,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e025b41b-4109-4cd9-8263-8f9f11bf0605","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=emails&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"emails"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\":\"teste@gmail.com\",\n\t\t\t\t\t\"Type\":\"personal\",\n\t\t\t\t\t\"EmailTotalPassages\":8,\n\t\t\t\t\t\"EmailBadPassages\":0,\n\t\t\t\t\t\"EmailCrawlingPassages\":-1,\n\t\t\t\t\t\"EmailValidationPassages\":-1,\n\t\t\t\t\t\"EmailQueryPassages\":-1,\n\t\t\t\t\t\"EmailMonthAveragePassages\":-1,\n\t\t\t\t\t\"EmailNumberOfEntities\":1,\n\t\t\t\t\t\"Priority\":1,\n\t\t\t\t\t\"IsMain\":true,\n\t\t\t\t\t\"IsRecent\":false,\n\t\t\t\t\t\"IsActive\":false,\n\t\t\t\t\t\"ValidationStatus\":\"\",\n\t\t\t\t\t\"LastValidationDate\":\"0001-01-01T00:00:00Z\",\n\t\t\t\t\t\"FirstPassageDate\":\"2011-08-25T00:00:00Z\",\n\t\t\t\t\t\"LastPassageDate\":\"2011-11-08T00:00:00Z\",\n\t\t\t\t\t\"CreationDate\":\"2011-08-25T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2011-11-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"44856d59-d864-4af7-96e3-c12f948474f8\",\n    \"ElapsedMilliseconds\": 52,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a63ace31-8988-40c6-b846-4bb0c11bd578"},{"name":"Emails - Pessoas Relacionadas","id":"1dadda6f-dcc3-4cc4-b780-4cc7de4fc1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset que tem como retorno os dados de endereços de email das entidades relacionadas à pessoa buscada.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Endereço de email</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo do email</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Total de passagens suspeitas</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Total de passagens referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Total de passagens incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Total de passagens referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Média mensal de de passagens</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Número de entidades relacionadas a esse email</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do email</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o email é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Status de validação</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Especifica os tipos de relacionamento que devem ser retornados na busca</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"65a23662-8e8a-43f2-84c4-82ef24dcde8a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_emails&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_emails"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleEmails\": [\n                {\n                    \"EmailAddress\": \"teste@hotmail.com\",\n                    \"Domain\": \"hotmail.com\",\n                    \"UserName\": \"teste\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - personal\",\n                    \"EmailTotalPassages\": 1,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 1,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-05-15T00:00:00Z\",\n                    \"FirstPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"CreationDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-10-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6c1001dc-5096-42cc-a022-814d7a7cbd42","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleEmails\": [\n                {\n                    \"EmailAddress\": \"teste@hotmail.com\",\n                    \"Domain\": \"hotmail.com\",\n                    \"UserName\": \"teste\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - personal\",\n                    \"EmailTotalPassages\": 1,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 1,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-05-15T00:00:00Z\",\n                    \"FirstPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"CreationDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-10-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1dadda6f-dcc3-4cc4-b780-4cc7de4fc1c5"},{"name":"Endereços","id":"873d2910-9e7e-419e-a310-2a168e48cd71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Endereço detalhado, Tipo do endereço e Indicador endereço principal.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Logradouro</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Título (i.e Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indica se o endereço é principal</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Número</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Bairro</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>CEP</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Cidade</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Estado</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>País</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo de Endereço (HOME ou WORK)</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Código referente ao endereço (incluindo complemento)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Código referente ao endereço (sem o complemento)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Frequência do Household em situação suspeita</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Household</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Frequenca desse Household incluindo alguma validação</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Frequência do Household referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Média de frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Quantidade de Entidades associadas a esse Household</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Frequência do Building em situação suspeita</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Building</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Frequenca desse Building incluindo alguma validação</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Frequência do Building referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Média de frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Quantidade de Households associadas a esse Building</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o endereço é o principal</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indica se esse endereço é recente (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se esse endereço está ativo (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indica se o endereço passou por algum tipo de verificação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da ultima passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da ultima atualização</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Pode incluir informações adicionais como Código do IBGE</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do endereço (caso exista mais de um)</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Tipo de endereço</td>\n<td>work, home</td>\n</tr>\n<tr>\n<td>isratified</td>\n<td>Se esta ratificado</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se é recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se  principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Sigla do estado</td>\n<td>RJ, SP, MG, ES, ...</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>Número do CEP</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"b490e4f6-38f5-4058-a064-24e2e7e8e3f7","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Addresses\": [\n                {\n\t\t\t        \"Typology\": \"ESTRADA\",\n\t\t\t        \"Title\": \"INTENDENTE\",\n\t\t\t        \"AddressMain\": \"MAGALHAES\",\n\t\t\t        \"Number\": \"126\",\n\t\t\t        \"Complement\": \"BL G AP 401 BLGA 201\",\n\t\t\t        \"Neighborhood\": \"MADUREIRA\",\n\t\t\t        \"ZipCode\": \"21341332\",\n\t\t\t        \"City\": \"RIO DE JANEIRO\",\n\t\t\t        \"State\": \"RJ\",\n\t\t\t        \"Country\": \"Brazil\",\n\t\t\t        \"Type\": \"HOME\",\n\t\t\t        \"HouseholdCode\": \"F4-F4-AD-93-6B-4E-8B-5C-8B-7F-CB-5D-B5-2E-2B-77\",\n\t\t\t        \"BuildingCode\": \"62-2D-E1-7E-56-40-A2-44-93-02-22-09-6E-0B-31-E9\",\n\t\t\t        \"HouseholdTotalPassages\": 3,\n\t\t\t        \"HouseholdBadPassages\": 0,\n\t\t\t        \"HouseholdCrawlingPassages\": 0,\n\t\t\t        \"HouseholdValidationPassages\": 0,\n\t\t\t        \"HouseholdQueryPassages\": -1,\n\t\t\t        \"HouseholdMonthAveragePassages\": 0,\n\t\t\t        \"HouseholdNumberOfEntities\": 4,\n\t\t\t        \"BuildingTotalPassages\": 3,\n\t\t\t        \"BuildingBadPassages\": 0,\n\t\t\t        \"BuildingCrawlingPassages\": 0,\n\t\t\t        \"BuildingValidationPassages\": 0,\n\t\t\t        \"BuildingQueryPassages\": -1,\n\t\t\t        \"BuildingMonthAveragePassages\": 0,\n\t\t\t        \"BuildingNumberOfHouseholds\": -1,\n\t\t\t        \"Priority\": 1,\n\t\t\t        \"IsMain\": true,\n\t\t\t        \"IsRecent\": false,\n\t\t\t        \"IsActive\": true,\n\t\t\t        \"IsRatified\": true,\n\t\t\t        \"FirstPassageDate\": \"2015-10-25T00:00:00Z\",\n\t\t\t        \"LastPassageDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"CreationDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"LastUpdateDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"HasOptIn\": false,\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t            \"IbgeCode\": \"3304557\"\n\t\t\t        },\n\t\t\t        \"Latitude\": -22.88266,\n\t\t\t        \"Longitude\": -43.34522\n\t\t\t    }\n            ]\n        }\n    ],\n    \"QueryId\": \"23ec4850-dd8c-456d-a79f-143814497daf\",\n    \"ElapsedMilliseconds\": 71,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e908b48f-3f42-4fba-966c-3845fcc98806","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=addresses&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"addresses"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Addresses\": [\n                {\n\t\t\t        \"Typology\": \"ESTRADA\",\n\t\t\t        \"Title\": \"INTENDENTE\",\n\t\t\t        \"AddressMain\": \"MAGALHAES\",\n\t\t\t        \"Number\": \"126\",\n\t\t\t        \"Complement\": \"BL G AP 401 BLGA 201\",\n\t\t\t        \"Neighborhood\": \"MADUREIRA\",\n\t\t\t        \"ZipCode\": \"21341332\",\n\t\t\t        \"City\": \"RIO DE JANEIRO\",\n\t\t\t        \"State\": \"RJ\",\n\t\t\t        \"Country\": \"Brazil\",\n\t\t\t        \"Type\": \"HOME\",\n\t\t\t        \"HouseholdCode\": \"F4-F4-AD-93-6B-4E-8B-5C-8B-7F-CB-5D-B5-2E-2B-77\",\n\t\t\t        \"BuildingCode\": \"62-2D-E1-7E-56-40-A2-44-93-02-22-09-6E-0B-31-E9\",\n\t\t\t        \"HouseholdTotalPassages\": 3,\n\t\t\t        \"HouseholdBadPassages\": 0,\n\t\t\t        \"HouseholdCrawlingPassages\": 0,\n\t\t\t        \"HouseholdValidationPassages\": 0,\n\t\t\t        \"HouseholdQueryPassages\": -1,\n\t\t\t        \"HouseholdMonthAveragePassages\": 0,\n\t\t\t        \"HouseholdNumberOfEntities\": 4,\n\t\t\t        \"BuildingTotalPassages\": 3,\n\t\t\t        \"BuildingBadPassages\": 0,\n\t\t\t        \"BuildingCrawlingPassages\": 0,\n\t\t\t        \"BuildingValidationPassages\": 0,\n\t\t\t        \"BuildingQueryPassages\": -1,\n\t\t\t        \"BuildingMonthAveragePassages\": 0,\n\t\t\t        \"BuildingNumberOfHouseholds\": -1,\n\t\t\t        \"Priority\": 1,\n\t\t\t        \"IsMain\": true,\n\t\t\t        \"IsRecent\": false,\n\t\t\t        \"IsActive\": true,\n\t\t\t        \"IsRatified\": true,\n\t\t\t        \"FirstPassageDate\": \"2015-10-25T00:00:00Z\",\n\t\t\t        \"LastPassageDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"CreationDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"LastUpdateDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"HasOptIn\": false,\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t            \"IbgeCode\": \"3304557\"\n\t\t\t        },\n\t\t\t        \"Latitude\": -22.88266,\n\t\t\t        \"Longitude\": -43.34522\n\t\t\t    }\n            ]\n        }\n    ],\n    \"QueryId\": \"23ec4850-dd8c-456d-a79f-143814497daf\",\n    \"ElapsedMilliseconds\": 71,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"873d2910-9e7e-419e-a310-2a168e48cd71"},{"name":"Endereços - Pessoas Relacionadas","id":"639d5780-6e08-4721-9561-f1f72d85ecd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset que tem como retorno os dados de endereços das entidades relacionadas à pessoa buscada.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Logradouro</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Título (i.e Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indica se o endereço é principal</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Número</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Bairro</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>CEP</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Cidade</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Estado</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>País</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo de Endereço</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Código referente ao endereço (incluindo complemento)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Código referente ao endereço (sem o complemento)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Frequência do Household em situação suspeita</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Household</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Frequenca desse Household incluindo alguma validação</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Frequência do Household referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Média de frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Quantidade de Entidades associadas a esse Household</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Frequência do Building em situação suspeita</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Building</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Frequenca desse Building incluindo alguma validação</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Frequência do Building referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Média de frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Quantidade de Households associadas a esse Building</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o endereço é o principal</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indica se esse endereço é recente (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se esse endereço está ativo (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indica se o endereço passou por algum tipo de verificação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da ultima passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da ultima atualização</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Pode incluir informações adicionais como Código do IBGE</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do endereço (caso exista mais de um)</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Especifica os tipos de relacionamento que devem ser retornados na busca</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4718b292-00ba-4246-9930-ec7b769b220f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleAddresses\": [\n                {\n                    \"Typology\": \"RUA\",\n                    \"Title\": \"\",\n                    \"AddressMain\": \"ALEXANDRE RAMOS\",\n                    \"Number\": \"147\",\n                    \"Complement\": \"\",\n                    \"Neighborhood\": \"TANQUE\",\n                    \"ZipCode\": \"22735140\",\n                    \"City\": \"RIO DE JANEIRO\",\n                    \"State\": \"RJ\",\n                    \"Country\": \"Brazil\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - WORK\",\n                    \"HouseholdCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"BuildingCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"HouseholdTotalPassages\": 2,\n                    \"HouseholdBadPassages\": 0,\n                    \"HouseholdCrawlingPassages\": 0,\n                    \"HouseholdValidationPassages\": 0,\n                    \"HouseholdQueryPassages\": -1,\n                    \"HouseholdMonthAveragePassages\": 0,\n                    \"BuildingTotalPassages\": 2,\n                    \"BuildingBadPassages\": 0,\n                    \"BuildingCrawlingPassages\": 0,\n                    \"BuildingValidationPassages\": 0,\n                    \"BuildingQueryPassages\": -1,\n                    \"BuildingMonthAveragePassages\": 0,\n                    \"BuildingNumberOfHouseholds\": -1,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"IsRatified\": true,\n                    \"FirstPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"CreationDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-08-01T00:00:00Z\",\n                    \"HasOptIn\": false,\n                    \"AdditionalOutputData\": {\n                        \"IbgeCode\": \"3304557\"\n                    },\n                    \"Latitude\": -22.9220599,\n                    \"Longitude\": -43.35954\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ae53d323-4e15-469a-9693-fd807d1736ea","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_addresses&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_addresses"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleAddresses\": [\n                {\n                    \"Typology\": \"RUA\",\n                    \"Title\": \"\",\n                    \"AddressMain\": \"ALEXANDRE RAMOS\",\n                    \"Number\": \"147\",\n                    \"Complement\": \"\",\n                    \"Neighborhood\": \"TANQUE\",\n                    \"ZipCode\": \"22735140\",\n                    \"City\": \"RIO DE JANEIRO\",\n                    \"State\": \"RJ\",\n                    \"Country\": \"Brazil\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - WORK\",\n                    \"HouseholdCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"BuildingCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"HouseholdTotalPassages\": 2,\n                    \"HouseholdBadPassages\": 0,\n                    \"HouseholdCrawlingPassages\": 0,\n                    \"HouseholdValidationPassages\": 0,\n                    \"HouseholdQueryPassages\": -1,\n                    \"HouseholdMonthAveragePassages\": 0,\n                    \"BuildingTotalPassages\": 2,\n                    \"BuildingBadPassages\": 0,\n                    \"BuildingCrawlingPassages\": 0,\n                    \"BuildingValidationPassages\": 0,\n                    \"BuildingQueryPassages\": -1,\n                    \"BuildingMonthAveragePassages\": 0,\n                    \"BuildingNumberOfHouseholds\": -1,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"IsRatified\": true,\n                    \"FirstPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"CreationDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-08-01T00:00:00Z\",\n                    \"HasOptIn\": false,\n                    \"AdditionalOutputData\": {\n                        \"IbgeCode\": \"3304557\"\n                    },\n                    \"Latitude\": -22.9220599,\n                    \"Longitude\": -43.35954\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"639d5780-6e08-4721-9561-f1f72d85ecd7"},{"name":"Addresses - Related People","id":"c9120bde-97d8-49dd-b8dc-37431b6ec9b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset which returns addresses from related people.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Public area</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Title (i.e. Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indicates if is main address</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Neighborhood</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Zip Code</td>\n</tr>\n<tr>\n<td>City</td>\n<td>City</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Type of Address (HOME or WORK)</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Address code (including complement)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Address code (without complement)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Household frequency</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Household frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Household frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Household frequency including validation</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Household frequency referring to some query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Household month average frequency</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Household number of related entities</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Building frequency</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Building frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Building frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Building frequency including validation</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Building frequency referring to some query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Building month average frequency</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Building number of related households</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indicates recency</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indicates if it is ratified</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Include additional informations as IBGE code</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Specifies the types of relationships that should be returned in the search</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2032a03a-fc18-4108-b617-b7868646d0c3","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_addresses&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_addresses"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleAddresses\": [\n                {\n                    \"Typology\": \"RUA\",\n                    \"Title\": \"\",\n                    \"AddressMain\": \"ALEXANDRE RAMOS\",\n                    \"Number\": \"147\",\n                    \"Complement\": \"\",\n                    \"Neighborhood\": \"TANQUE\",\n                    \"ZipCode\": \"22735140\",\n                    \"City\": \"RIO DE JANEIRO\",\n                    \"State\": \"RJ\",\n                    \"Country\": \"Brazil\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - WORK\",\n                    \"HouseholdCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"BuildingCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"HouseholdTotalPassages\": 2,\n                    \"HouseholdBadPassages\": 0,\n                    \"HouseholdCrawlingPassages\": 0,\n                    \"HouseholdValidationPassages\": 0,\n                    \"HouseholdQueryPassages\": -1,\n                    \"HouseholdMonthAveragePassages\": 0,\n                    \"BuildingTotalPassages\": 2,\n                    \"BuildingBadPassages\": 0,\n                    \"BuildingCrawlingPassages\": 0,\n                    \"BuildingValidationPassages\": 0,\n                    \"BuildingQueryPassages\": -1,\n                    \"BuildingMonthAveragePassages\": 0,\n                    \"BuildingNumberOfHouseholds\": -1,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"IsRatified\": true,\n                    \"FirstPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"CreationDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-08-01T00:00:00Z\",\n                    \"HasOptIn\": false,\n                    \"AdditionalOutputData\": {\n                        \"IbgeCode\": \"3304557\"\n                    },\n                    \"Latitude\": -22.9220599,\n                    \"Longitude\": -43.35954\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"75e37acc-72ee-4f57-8cfc-4d33ded8cfc5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleAddresses\": [\n                {\n                    \"Typology\": \"RUA\",\n                    \"Title\": \"\",\n                    \"AddressMain\": \"ALEXANDRE RAMOS\",\n                    \"Number\": \"147\",\n                    \"Complement\": \"\",\n                    \"Neighborhood\": \"TANQUE\",\n                    \"ZipCode\": \"22735140\",\n                    \"City\": \"RIO DE JANEIRO\",\n                    \"State\": \"RJ\",\n                    \"Country\": \"Brazil\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - WORK\",\n                    \"HouseholdCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"BuildingCode\": \"55-AB-FD-78-71-78-82-D1-F1-DE-03-2A-8C-04-7B-26\",\n                    \"HouseholdTotalPassages\": 2,\n                    \"HouseholdBadPassages\": 0,\n                    \"HouseholdCrawlingPassages\": 0,\n                    \"HouseholdValidationPassages\": 0,\n                    \"HouseholdQueryPassages\": -1,\n                    \"HouseholdMonthAveragePassages\": 0,\n                    \"BuildingTotalPassages\": 2,\n                    \"BuildingBadPassages\": 0,\n                    \"BuildingCrawlingPassages\": 0,\n                    \"BuildingValidationPassages\": 0,\n                    \"BuildingQueryPassages\": -1,\n                    \"BuildingMonthAveragePassages\": 0,\n                    \"BuildingNumberOfHouseholds\": -1,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"IsRatified\": true,\n                    \"FirstPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastPassageDate\": \"2015-08-01T00:00:00Z\",\n                    \"CreationDate\": \"2015-08-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-08-01T00:00:00Z\",\n                    \"HasOptIn\": false,\n                    \"AdditionalOutputData\": {\n                        \"IbgeCode\": \"3304557\"\n                    },\n                    \"Latitude\": -22.9220599,\n                    \"Longitude\": -43.35954\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c9120bde-97d8-49dd-b8dc-37431b6ec9b3"},{"name":"Exposição e Perfil na Mídia ","id":"c811ae79-f04d-4f9a-ac4d-17cc285b8975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de nível de exposição na mídia, Indicador de nível de celebridade e Indicador de impopularidade. A consulta Exposição e Perfil na Mídia aceita os seguintes parâmetros para busca:</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MediaExposureLevel</td>\n<td>Nível de exposição à mídia</td>\n</tr>\n<tr>\n<td>CelebrityLevel</td>\n<td>Nível de celebridade</td>\n</tr>\n<tr>\n<td>UnpopularityLevel</td>\n<td>Nível de impopularidade</td>\n</tr>\n<tr>\n<td>NewsItems.Title</td>\n<td>Título da notícia</td>\n</tr>\n<tr>\n<td>NewsItems.SourceName</td>\n<td>Nome da fonte responsável pela notícia</td>\n</tr>\n<tr>\n<td>NewsItems.Url</td>\n<td>URL da notícia</td>\n</tr>\n<tr>\n<td>NewsItems.Categories</td>\n<td>Categorias da notícia</td>\n</tr>\n<tr>\n<td>NewsItems.CaptureDate</td>\n<td>Data em que a notícia foi capturada</td>\n</tr>\n<tr>\n<td>NewsItems.PublicationDate</td>\n<td>Data de publicação da notícia</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc ou name</td>\n<td>CPF ou Nome</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keywords</td>\n<td>Palavras Chave</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Paginação:</strong> a paginação do dataset pode ser feita através do parâmetro <em><strong>next</strong></em> utilizando o ID retornado por cada requisição conforme exemplo abaixo:</p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<em><strong>media_profile_and_exposure.next(ID da próxima página)</strong></em>&amp;<br />\nq=&amp;<br />\nAccessToken=<br /></p>\n<h2 id=\"exemplo\">Exemplo</h2>\n<p>Abaixo exemplificamos uma chamada Get e Post:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=media_profile_and_exposure&amp;<br />\nq=<strong>name{seu_nome}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure\",<br />\n  \"q\": \"<strong>name{seu_nome}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h2 id=\"filtros\">Filtros</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tittle</td>\n<td>Título da notícia</td>\n</tr>\n<tr>\n<td>sourcename</td>\n<td>Nome da fonte responsável pela notícia</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Categoria da notícia</td>\n</tr>\n</tbody>\n</table>\n</div><p>Exemplo de chamadas utilizando o filtro: </p>\n<p><em><strong>Get:</strong></em> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**&amp;<br />\nq=<strong>name{seu_nome}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><em><strong>Post:</strong></em> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**\",<br />\n  \"q\": \"<strong>name{seu_nome}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>media_profile_and_exposure.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>media_profile_and_exposure.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<ul>\n<li><strong>Nota:</strong> O máximo permitido nesse parâmetro são 10 dados de retorno.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4759513c-e49f-4769-b19c-ac19f22ae75f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"H\",\r\n                \"NewsItems\": [\r\n                    {\r\n\t\t\t            \"Title\": \"Itaú propõe reeleição de todos os membros do Conselho\",\r\n\t\t\t            \"SourceName\": \"valor\",\r\n\t\t\t            \"Url\": \"https://www.valor.com.br/financas/6179265/itau-propoe-reeleicao-de-todos-os-membros-do-conselho\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 10,\r\n\t\t\t                \"PlacesCount\": 1,\r\n\t\t\t                \"OrganizationsCount\": 3,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"ROBERTO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ALFREDO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOAO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCO AMBROGIO CRESPI BONOMI\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RICARDO VILLELA MARINO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"AMOS GENISH\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GUSTAVO JORGE LABOISSIERE LOYOLA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOSE GALLO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO LUIZ BODIN DE MORAES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"SAO PAULO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"ITAU UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ITAU\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"economy\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-25T14:05:07.268Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-25T09:59:07\"\r\n\t\t\t        },\r\n\t\t\t        {\r\n\t\t\t            \"Title\": \"Caso Bernardo: a cobertura de um júri histórico\",\r\n\t\t\t            \"SourceName\": \"clicrbs\",\r\n\t\t\t            \"Url\": \"https://gauchazh.clicrbs.com.br/colunistas/carlos-etchichury/noticia/2019/03/caso-bernardo-a-cobertura-de-um-juri-historico-cjtbxmuk903yr01ujybljrryn.html\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 21,\r\n\t\t\t                \"PlacesCount\": 2,\r\n\t\t\t                \"OrganizationsCount\": 2,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"BERNARDO\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE KUHN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO SILVEIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LEANDRO BOLDRINI\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EVANDRO WIRGANOVICZ\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARIANA CECCON\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ADRIANA IRION\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EDUARDO MATOS\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LETICIA MENDES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"VITOR ROSA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JEFFERSON BOTEGA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISADORA NEUMANN\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISABEL MARCHEZAN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MILENA SCHOELLER\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCELO MIRANDA BECKER\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JAIME SILVA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LUCIO CHARAO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ANDRESSA XAVIER\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"TRES PASSOS\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"JUSTICA\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RADIO GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"opinion\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-16T21:30:18.486Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-16T17:29:00\"\r\n\t\t\t        }                    \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"ad1b55a4-d185-40a7-bab1-12ee7c7324b6","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=media_profile_and_exposure&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"media_profile_and_exposure"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"H\",\r\n                \"NewsItems\": [\r\n                    {\r\n\t\t\t            \"Title\": \"Itaú propõe reeleição de todos os membros do Conselho\",\r\n\t\t\t            \"SourceName\": \"valor\",\r\n\t\t\t            \"Url\": \"https://www.valor.com.br/financas/6179265/itau-propoe-reeleicao-de-todos-os-membros-do-conselho\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 10,\r\n\t\t\t                \"PlacesCount\": 1,\r\n\t\t\t                \"OrganizationsCount\": 3,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"ROBERTO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ALFREDO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOAO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCO AMBROGIO CRESPI BONOMI\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RICARDO VILLELA MARINO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"AMOS GENISH\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GUSTAVO JORGE LABOISSIERE LOYOLA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOSE GALLO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO LUIZ BODIN DE MORAES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"SAO PAULO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"ITAU UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ITAU\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"economy\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-25T14:05:07.268Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-25T09:59:07\"\r\n\t\t\t        },\r\n\t\t\t        {\r\n\t\t\t            \"Title\": \"Caso Bernardo: a cobertura de um júri histórico\",\r\n\t\t\t            \"SourceName\": \"clicrbs\",\r\n\t\t\t            \"Url\": \"https://gauchazh.clicrbs.com.br/colunistas/carlos-etchichury/noticia/2019/03/caso-bernardo-a-cobertura-de-um-juri-historico-cjtbxmuk903yr01ujybljrryn.html\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 21,\r\n\t\t\t                \"PlacesCount\": 2,\r\n\t\t\t                \"OrganizationsCount\": 2,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"BERNARDO\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE KUHN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO SILVEIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LEANDRO BOLDRINI\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EVANDRO WIRGANOVICZ\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARIANA CECCON\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ADRIANA IRION\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EDUARDO MATOS\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LETICIA MENDES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"VITOR ROSA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JEFFERSON BOTEGA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISADORA NEUMANN\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISABEL MARCHEZAN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MILENA SCHOELLER\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCELO MIRANDA BECKER\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JAIME SILVA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LUCIO CHARAO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ANDRESSA XAVIER\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"TRES PASSOS\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"JUSTICA\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RADIO GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"opinion\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-16T21:30:18.486Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-16T17:29:00\"\r\n\t\t\t        }                    \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"c811ae79-f04d-4f9a-ac4d-17cc285b8975"},{"name":"Indicadores e Características  ","id":"5137048b-52fe-404b-8ad4-058fbbd05dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"flags_and_features\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Findability geral, Findability por e-mail e Indicador de estabilidade de emprego.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ModelInputKey</td>\n<td>Chave de entrada do modelo</td>\n</tr>\n<tr>\n<td>ModelDescription</td>\n<td>Descrição do modelo</td>\n</tr>\n<tr>\n<td>ModelName</td>\n<td>Nome do modelo</td>\n</tr>\n<tr>\n<td>ModelRating</td>\n<td>Avaliação do modelo</td>\n</tr>\n<tr>\n<td>ModelScore</td>\n<td>Pontuação do modelo</td>\n</tr>\n<tr>\n<td>CalculationDate</td>\n<td>Data do cálculo</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td>Data de referência</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ModelName</td>\n<td>Employment Stability, General Findability, Findability by Email, Findability by Phone, Findability by Address, Litigiousness Level, Entrepreneurship Level</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"modelos\">Modelos</h3>\n<p>Seguem abaixo os nomes de modelos e suas possveis descriçoes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nome do modelo</th>\n<th>Descriçao do modelo</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Employment Stability</td>\n<td>This model estimates how likely it is that the person will remain in their current occupation, based on past behavior and market conditions</td>\n</tr>\n<tr>\n<td>Entrepreneurship Level</td>\n<td>This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior</td>\n</tr>\n<tr>\n<td>Litigiousness Level</td>\n<td>This model estimates how willing to sue another person or company this person is, based on past behavior</td>\n</tr>\n<tr>\n<td>General Findability</td>\n<td>This model estimates how likely you are to be able to find and talk to this person, through any available communications channel</td>\n</tr>\n<tr>\n<td>Findability by Email</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through e-mail</td>\n</tr>\n<tr>\n<td>Findability by Phone</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through phone</td>\n</tr>\n<tr>\n<td>Findability by Address</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through regular mail</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtros\">Filtros</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>modelinputkey</td>\n<td>Chave de entrada do modelo (Document, ...)</td>\n</tr>\n<tr>\n<td>modelname</td>\n<td>Nome do modelo</td>\n</tr>\n<tr>\n<td>modeldescription</td>\n<td>Descrição do modelo</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>flags_and_features.filter(modelinputkey=document)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>flags_and_features.filter(modelinputkey=document)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"45e98f78-f182-41c2-915f-0d6c6cd59fc2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"flags_and_features\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FlagsAndFeatures\": [\n               {\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Employment Stability\",\n\t\t\t\t\t\"ModelName\":\"Employment Stability\",\n\t\t\t\t\t\"ModelRating\":\"B\",\n\t\t\t\t\t\"ModelScore\":-1.0,\n\t\t\t\t\t\"CalculationDate\":\"2018-10-19T00:00:00Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2018-10-19T00:00:00Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"General Findability\",\n\t\t\t\t\t\"ModelName\":\"General Findability\",\n\t\t\t\t\t\"ModelRating\":\"\",\n\t\t\t\t\t\"ModelScore\":0.52556062533333336,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Email\",\n\t\t\t\t\t\"ModelName\":\"Findability by Email\",\n\t\t\t\t\t\"ModelRating\":\"U\",\n\t\t\t\t\t\"ModelScore\":1.0,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Phone\",\n\t\t\t\t\t\"ModelName\":\"Findability by Phone\",\n\t\t\t\t\t\"ModelRating\":\"B\",\n\t\t\t\t\t\"ModelScore\":0.510224232,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Address\",\n\t\t\t\t\t\"ModelName\":\"Findability by Address\",\n\t\t\t\t\t\"ModelRating\":\"A\",\n\t\t\t\t\t\"ModelScore\":0.06645764400000001,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n                    \"ModelInputKey\": \"Document\",\n                    \"ModelDescription\": \"This model estimates how willing to sue another person or company this person is, based on past behavior\",\n                    \"ModelName\": \"Litigiousness Level\",\n                    \"ModelRating\": \"E\",\n                    \"ModelScore\": -1,\n                    \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n                    \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n                },\n                {\n                    \"ModelInputKey\": \"Document\",\n                    \"ModelDescription\": \"This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior\",\n                    \"ModelName\": \"Entrepreneurship Level\",\n                    \"ModelRating\": \"H\",\n                    \"ModelScore\": -1,\n                    \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n                    \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"379e5945-e27c-49da-8b38-9e456f20f4e1\",\n    \"ElapsedMilliseconds\": 129,\n    \"Status\": {\n        \"flags_and_features\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b0d17051-c495-4cff-853f-2879d5df0c0e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=flags_and_features&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"flags_and_features"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FlagsAndFeatures\": [\n               {\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Employment Stability\",\n\t\t\t\t\t\"ModelName\":\"Employment Stability\",\n\t\t\t\t\t\"ModelRating\":\"B\",\n\t\t\t\t\t\"ModelScore\":-1.0,\n\t\t\t\t\t\"CalculationDate\":\"2018-10-19T00:00:00Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2018-10-19T00:00:00Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"General Findability\",\n\t\t\t\t\t\"ModelName\":\"General Findability\",\n\t\t\t\t\t\"ModelRating\":\"\",\n\t\t\t\t\t\"ModelScore\":0.52556062533333336,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Email\",\n\t\t\t\t\t\"ModelName\":\"Findability by Email\",\n\t\t\t\t\t\"ModelRating\":\"U\",\n\t\t\t\t\t\"ModelScore\":1.0,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Phone\",\n\t\t\t\t\t\"ModelName\":\"Findability by Phone\",\n\t\t\t\t\t\"ModelRating\":\"B\",\n\t\t\t\t\t\"ModelScore\":0.510224232,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"ModelInputKey\":\"Document\",\n\t\t\t\t\t\"ModelDescription\":\"Findability by Address\",\n\t\t\t\t\t\"ModelName\":\"Findability by Address\",\n\t\t\t\t\t\"ModelRating\":\"A\",\n\t\t\t\t\t\"ModelScore\":0.06645764400000001,\n\t\t\t\t\t\"CalculationDate\":\"2019-02-01T00:00:04.9944961Z\",\n\t\t\t\t\t\"ReferenceDate\":\"2019-02-01T00:00:04.9944961Z\"\n\t\t\t\t},\n\t\t\t\t{\n                    \"ModelInputKey\": \"Document\",\n                    \"ModelDescription\": \"This model estimates how willing to sue another person or company this person is, based on past behavior\",\n                    \"ModelName\": \"Litigiousness Level\",\n                    \"ModelRating\": \"E\",\n                    \"ModelScore\": -1,\n                    \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n                    \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n                },\n                {\n                    \"ModelInputKey\": \"Document\",\n                    \"ModelDescription\": \"This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior\",\n                    \"ModelName\": \"Entrepreneurship Level\",\n                    \"ModelRating\": \"H\",\n                    \"ModelScore\": -1,\n                    \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n                    \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"379e5945-e27c-49da-8b38-9e456f20f4e1\",\n    \"ElapsedMilliseconds\": 129,\n    \"Status\": {\n        \"flags_and_features\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5137048b-52fe-404b-8ad4-058fbbd05dd4"},{"name":"Informações Financeiras                     ","id":"3d164fa6-4a11-42e6-83ec-7364777f6555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"financial_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Renda estimada, Dados de restituição do Imposto de Renda e Agência e banco de recebimento da restituição.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IncomeEstimates</td>\n<td>1/2 A 1 SM, DE 1 A 1,5 SM, ATE 2 SM, 2 A 4 SM, 4 A 10 SM, 10 A 20 SM, ACIMA DE 20 SM.</td>\n</tr>\n</tbody>\n</table>\n</div><p>***** SM: Salário Mínimo ***** </p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalAssets</td>\n<td>Valor total da empresa como ativo, calculado com base no total de receita da empresa</td>\n</tr>\n<tr>\n<td>TaxReturns.Year</td>\n<td>Ano da declaração de imposto</td>\n</tr>\n<tr>\n<td>TaxReturns.Status</td>\n<td>Status da declaração de imposto</td>\n</tr>\n<tr>\n<td>TaxReturns.Bank</td>\n<td>Banco utilizado na declaração</td>\n</tr>\n<tr>\n<td>TaxReturns.Branch</td>\n<td>Agência utilizada na declaração</td>\n</tr>\n<tr>\n<td>TaxReturns.Batch</td>\n<td>Lote da restituição</td>\n</tr>\n<tr>\n<td>TaxReturns.IsVipBranch</td>\n<td>Indica se a pessoa pertence a algum segmento premium de banco</td>\n</tr>\n<tr>\n<td>TaxReturns.CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>TaxReturns.CreationDate</td>\n<td>Data da criação</td>\n</tr>\n<tr>\n<td>TaxReturns.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>IncomeEstimates.MTE</td>\n<td>Estimativas de renda com base em dados do Ministerio do Trabalho</td>\n</tr>\n<tr>\n<td>IncomeEstimates.IBGE</td>\n<td>Estimativas de renda com base em dados do IBGE</td>\n</tr>\n<tr>\n<td>IncomeEstimates.BIGDATA</td>\n<td>Estimativas de renda com base em dados internos</td>\n</tr>\n<tr>\n<td>IncomeEstimates.COMPANY OWNERSHIP</td>\n<td>Estimativas de receita da propriedade da empresa</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data da criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taxreturns_year</td>\n<td>Ano de declaração do imposto</td>\n<td>2015, 2017, 2018, ...</td>\n</tr>\n<tr>\n<td>taxreturns_status</td>\n<td>Status da declaração do imposto</td>\n<td>CREDITADA, SALDO INEXISTENTE DE IMPOSTO A PAGAR OU A RESTITUIR, IMPOSTO A PAGAR, SUA DECLARACAO JA FOI PROCESSADA, AGUARDANDO REAGENDAMENTO PELO CONTRIBUINTE ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>financial_data.filter(taxreturns_year=2015)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>financial_data.filter(taxreturns_year=2015)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"61e1e49e-0b37-48b7-a98c-418ad8cba52e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"financial_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FinantialData\": {\n            \t\"TotalAssets\": \"500K A 1MM\",\n                \"TaxReturns\": [\n                    {\n                        \"Year\":\"2015\",\n\t\t\t\t\t\t\"Status\":\"CREDITADA\",\n\t\t\t\t\t\t\"Bank\":\"BANCO DO BRASIL\",\n\t\t\t\t\t\t\"Branch\":\"4448\",\n\t\t\t\t\t\t\"Batch\":\"006\",\n\t\t\t\t\t\t\"IsVipBranch\":false,\n\t\t\t\t\t\t\"CaptureDate\":\"2018-05-30T00:00:00Z\",\n\t\t\t\t\t\t\"CreationDate\":\"2018-05-30T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-05-30T00:00:00Z\"\n                    }\n                ],\n                \"IncomeEstimates\": {\n                    \"MTE\": \"3 - 4 A 10 SM\",\n                    \"IBGE\": \"4 - 10 A 20 SM\",\n                    \"BIGDATA\": \"4 A 10 SM\",\n                    \"COMPANY OWNERSHIP\": \"ACIMA DE 20 SM\"\n                },\n                \"CreationDate\": \"2017-03-15T00:00:00Z\",\n                \"LastUpdateDate\": \"2018-01-10T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"9522f993-71a0-4446-b6f6-13e1b12f30b1\",\n    \"ElapsedMilliseconds\": 235,\n    \"Status\": {\n        \"financial_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d024c3cd-2673-4601-9bb1-93e47ca1adf0","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=financial_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"financial_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FinantialData\": {\n            \t\"TotalAssets\": \"500K A 1MM\",\n                \"TaxReturns\": [\n                    {\n                        \"Year\":\"2015\",\n\t\t\t\t\t\t\"Status\":\"CREDITADA\",\n\t\t\t\t\t\t\"Bank\":\"BANCO DO BRASIL\",\n\t\t\t\t\t\t\"Branch\":\"4448\",\n\t\t\t\t\t\t\"Batch\":\"006\",\n\t\t\t\t\t\t\"IsVipBranch\":false,\n\t\t\t\t\t\t\"CaptureDate\":\"2018-05-30T00:00:00Z\",\n\t\t\t\t\t\t\"CreationDate\":\"2018-05-30T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-05-30T00:00:00Z\"\n                    }\n                ],\n                \"IncomeEstimates\": {\n                    \"MTE\": \"3 - 4 A 10 SM\",\n                    \"IBGE\": \"4 - 10 A 20 SM\",\n                    \"BIGDATA\": \"4 A 10 SM\",\n                    \"COMPANY OWNERSHIP\": \"ACIMA DE 20 SM\"\n                },\n                \"CreationDate\": \"2017-03-15T00:00:00Z\",\n                \"LastUpdateDate\": \"2018-01-10T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"9522f993-71a0-4446-b6f6-13e1b12f30b1\",\n    \"ElapsedMilliseconds\": 235,\n    \"Status\": {\n        \"financial_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3d164fa6-4a11-42e6-83ec-7364777f6555"},{"name":"Informações Sócio-Demográficas              ","id":"475a99a4-c819-48a8-9698-2114dcba43f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"demographic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Dados sócio-demográficos IBGE e outras fontes.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EstimatedIncomeRange</td>\n<td>1 - ATE 2 SM, 2 - 2 A 4 SM, 3 - 4 A 10 SM, 4 - 10 A 20 SM, 5 - ACIMA DE 20 SM</td>\n</tr>\n<tr>\n<td>EstimatedInstructionLevel</td>\n<td>01 - ANALFABETO, 02 - ATE 5.A INC, 03 - 5.A CO FUND, 04 - 6. A 9. FUND, 05 - FUND COMPL, 06 - MEDIO INCOMP, 07 - MEDIO COMPL, 08 - SUP. INCOMP, 09 - SUP. COMP, 10 - MESTRADO, 11 - DOUTORADO, 00 - ANALFABETO, 01 - CRECHE, PRE-ESCOLAR (MATERNAL E JARDIM DE INFANCIA), CLASSE DE ALFAB, 02 -  ALFABETIZAAO DE JOVENS E ADULTOS, 03 - ANTIGO PRIMARIO (ELEMENTAR), 04 - ANTIGO GINASIO (MEDIO 1 CICLO), 05 - REGULAR DO ENSINO FUNDAMENTAL OU 1 GRAU (DA 1A 3A SERIE/ DO 1 AO 4 A, 06 - REGULAR DO ENSINO FUNDAMENTAL OU  1 GRAU (DA 4A SERIE/5 ANO), 07 - REGULAR DO ENSINO FUNDAMENTAL OU 1 GRAU (DA 5AA 8A SERIE/ DO 6 AO 9 , 08 - SUPLETIVO DO ENSINO FUNDAMENTAL OU DO 1 GRAU, 09 - ANTIGO CIENTIFICO, CLASSICO, ETC. (MEDIO 2 CICLO), 10 - REGULAR OU SUPLETIVO DO ENSINO MEDIO OU DO 2 GRAU, 11 - SUPERIOR DE GRADUACAO, 12 - ESPECIALIZACAO DE NIVEL SUPERIOR (MINIMO DE 360 HORAS)</td>\n</tr>\n<tr>\n<td>SocialClass</td>\n<td>A, B, C, D, E</td>\n</tr>\n</tbody>\n</table>\n</div><p>***** SM: Salário Mínimo ***** </p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DemographicData.DataOrigin</td>\n<td>Origem dos dados</td>\n</tr>\n<tr>\n<td>DemographicData.DataAgregationLevel</td>\n<td>Nível de agregação dos dados</td>\n</tr>\n<tr>\n<td>DemographicData.DataCountry</td>\n<td>País</td>\n</tr>\n<tr>\n<td>DemographicData.EstimatedIncomeRange</td>\n<td>Variação da estimativa de renda</td>\n</tr>\n<tr>\n<td>DemographicData.EstimatedInstructionLevel</td>\n<td>Nível de instrução estimado</td>\n</tr>\n<tr>\n<td>DemographicData.SocialClass</td>\n<td>Classe social</td>\n</tr>\n<tr>\n<td>DemographicData.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>DemographicData.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>dataorigin</td>\n<td>Origem dos dados</td>\n<td>MTE, IBGE</td>\n</tr>\n<tr>\n<td>dataagregationlevel</td>\n<td>Nível de agregação dos dados</td>\n<td>--</td>\n</tr>\n<tr>\n<td>datacountry</td>\n<td>País</td>\n<td>Brasil, Argentina, Mexico, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>demographic_data.filter(dataorigin=mte)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>demographic_data.filter(dataorigin=mte)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"70888860-5e8a-4ea9-81db-8ade5f8867a7","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=demographic_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"demographic_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"DemographicData\": [\n                {\n                    \"DataOrigin\":\"MTE\",\n\t\t\t\t\t\"DataAgregationLevel\":\"\",\n\t\t\t\t\t\"DataCountry\":\"Brazil\",\n\t\t\t\t\t\"EstimatedIncomeRange\":\"2 - 2 A 4 SM\",\n\t\t\t\t\t\"EstimatedInstructionLevel\":\"07 - MEDIO COMPL\",\n\t\t\t\t\t\"SocialClass\":\"C\",\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4678f1d0-d132-440b-b5e9-a93fe6e3d3a3\",\n    \"ElapsedMilliseconds\": 74,\n    \"Status\": {\n        \"demographic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"753d8355-b16b-4695-bc7e-ad49eb969fa6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"demographic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"DemographicData\": [\n                {\n                    \"DataOrigin\":\"MTE\",\n\t\t\t\t\t\"DataAgregationLevel\":\"\",\n\t\t\t\t\t\"DataCountry\":\"Brazil\",\n\t\t\t\t\t\"EstimatedIncomeRange\":\"2 - 2 A 4 SM\",\n\t\t\t\t\t\"EstimatedInstructionLevel\":\"07 - MEDIO COMPL\",\n\t\t\t\t\t\"SocialClass\":\"C\",\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4678f1d0-d132-440b-b5e9-a93fe6e3d3a3\",\n    \"ElapsedMilliseconds\": 74,\n    \"Status\": {\n        \"demographic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"475a99a4-c819-48a8-9698-2114dcba43f3"},{"name":"Informações de KYC ","id":"5d1575e6-9615-44f8-8305-5006cd0e5b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de PPE nacional, Presença em listas de terroristas e Presença em listas de lavagem de dinheiro.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PEPHistory.Level</td>\n<td>Nível de PPE (Pessoa Politicamente Exposta)</td>\n</tr>\n<tr>\n<td>PEPHistory.JobTitle</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>PEPHistory.Department</td>\n<td>Departamento</td>\n</tr>\n<tr>\n<td>PEPHistory.Motive</td>\n<td>Motivo</td>\n</tr>\n<tr>\n<td>PEPHistory.Source</td>\n<td>Fonte</td>\n</tr>\n<tr>\n<td>PEPHistory.EndDate</td>\n<td>Data em que a pessoa deixou de ser uma PPE</td>\n</tr>\n<tr>\n<td>PEPHistory.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>PEPHistory.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>IsCurrentlyPEP</td>\n<td>Indica se a pessoa é atualmente uma PPE</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>Fonte da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Tipo de sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.MatchRate</td>\n<td>Indicação do quão próximo o nome se assemelha</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Details</td>\n<td>Detalhes</td>\n</tr>\n<tr>\n<td>SanctionsHistory.StartDate</td>\n<td>Data de início da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.EndDate</td>\n<td>Data de término da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>SanctionsHistory.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>IsCurrentlySanctioned</td>\n<td>Indica se a pessoa está atualmente sob alguma sanção</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minmatch</td>\n<td>Match Rate minimo para ser considerado sancionado pela flag IsCurrentlySanctioned (default: 70)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Valores de retorno</strong></p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>GOVUK, EU, FBI, INTERPOL, OFAC, UNSC, PEP, CEAF, CNEP, SLAVERY, WARRANTS</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Money Laundering, Terrorist, Law Enforcement</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pep_level</td>\n<td>Nível de Pessoa Politicamente Exposta (PPE)</td>\n</tr>\n<tr>\n<td>pep_job</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>pep_motive</td>\n<td>Motivo</td>\n</tr>\n<tr>\n<td>sanctions_source</td>\n<td>Fonte da sanção</td>\n</tr>\n<tr>\n<td>sanctions_type</td>\n<td>Tipo da sanção</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>kyc.filter(sanctions_source=interpol)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>kyc.filter(sanctions_source=interpol)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"242fbe14-46f1-4ba6-8c01-b76c64c75d4d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n                \"PEPHistory\": [\r\n                    {\r\n                        \"Level\": \"2\",\r\n                        \"JobTitle\": \"FAMILIAR\",\r\n                        \"Department\": \"\",\r\n                        \"Motive\": \"MOTHER\",\r\n                        \"Source\": \"BIGDATACORP\",\r\n                        \"StartDate\": \"0001-01-01T00:00:00\",\r\n                        \"EndDate\": \"2024-02-20T00:00:00Z\",\r\n                        \"CreationDate\": \"2019-03-11T09:02:03Z\",\r\n                        \"LastUpdateDate\": \"2019-03-11T09:02:03Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlyPEP\": true,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"\",\r\n                        \"MatchRate\": 0,\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"\",\r\n                            \"ProcessNumber\": \"\",\r\n                            \"SanctioningBody\": \"\",\r\n                            \"SanctioningBodyStateCode\": \"\",\r\n                            \"InformationOrigin\": \"\",\r\n                            \"InformationOriginDate\": \"\",\r\n                            \"PublicationDate\": \"\",\r\n                            \"Publication\": \"\",\r\n                            \"LegalSubstantiation\": \"\",\r\n                            \"LegalSubstantiationDescription\": \"\",\r\n                            \"TransitDueDate\": \"\",\r\n                            \"FineAmount\": \"\",\r\n                            \"ResjusdicataDate\": \"\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n\t\t\t            \"Source\": \"CEAF\",\r\n\t\t\t            \"Type\": \"DEMISSÃO\",\r\n\t\t\t            \"MatchRate\": 100,\r\n\t\t\t            \"NameUniquenessScore\": 0,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"AdministrativelyLinkedOrgan\": \"MF\",\r\n\t\t\t                \"AdministrativelyLinkedStateCode\": \"PR\",\r\n\t\t\t                \"EffectivePosition\": \"Assistente Técnico Administrativo\",\r\n\t\t\t                \"PositionOrFunctionOfTrust\": \"\",\r\n\t\t\t                \"Activity\": \"\",\r\n\t\t\t                \"PunishmentOrderNumber\": \"487\",\r\n\t\t\t                \"PunishmentOrderPublicationDate\": \"12/20/2018 2:00:00 AM\",\r\n\t\t\t                \"Page\": \"39\",\r\n\t\t\t                \"DOUSection\": \"2\",\r\n\t\t\t                \"AdministrativeProcessNumber\": \"16323.720025/2017-77\",\r\n\t\t\t                \"LegalBasis\": \"8112-132-III - Inassiduidade habitual\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-02-15T16:00:18Z\"\r\n\t\t\t        },\r\n                    {\r\n                        \"Source\": \"MTE\",\r\n                        \"Type\": \"Trabalho Escravo\",\r\n                        \"MatchRate\": 0,\r\n                        \"Details\": {\r\n                            \"ActionYear\": \"\",\r\n                            \"Employer\": \"\",\r\n                            \"Establishment\": \"\",\r\n                            \"State\": \"\",\r\n                            \"AmountOfWorkersInvolved\": \"\",\r\n                            \"CNAE\": \"\",\r\n                            \"IrrecorribilityDate\": \"\"\r\n                        },\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"Conselho Nacional de Justiça\",\r\n                        \"Type\": \"Mandados Judiciais\",\r\n                        \"Details\": {\r\n                            \"ArrestWarrantNumber\": \"\",\r\n                            \"State\": \"\",\r\n                            \"Status\": \"\",\r\n                            \"IssuanceDate\": \"\",\r\n                            \"Decision\": \"\",\r\n                            \"ProcessNumber\": \"\",\r\n                            \"ImprisonmentKind\": \"\",\r\n                            \"Magistrate\": \"\",\r\n                            \"Agency\": \"\",\r\n                            \"County\": \"\",\r\n                            \"Nationality\": \"\",\r\n                            \"Recapture\": \"\",\r\n                            \"PenaltyTime\": \"\",\r\n                            \"PrisonRegime\": \"\"\r\n                        },\r\n                        \"CreationDate\": \"2018-11-13T13:29:02.948Z\",\r\n                        \"LastUpdateDate\": \"2019-01-13T13:09:08.608Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"UK Government\",\r\n                        \"MatchRate\": 34,\r\n                        \"NameUniquenessScore\": 1,\r\n                        \"Details\": {\r\n                            \"MatchedName\": \"\",\r\n                            \"OriginalName\": \"\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"Source\": \"interpol\",\r\n\t\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t\t            \"MatchRate\": 50,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"PEDRO IRVIN CORTEZ GRANADOS\",\r\n\t\t\t                \"Nationalities\": \"EL SALVADOR\",\r\n\t\t\t                \"language_spoken\": \"spanish\",\r\n\t\t\t                \"height\": \"1.75 meter\",\r\n\t\t\t                \"hair_color\": \"black\",\r\n\t\t\t                \"eyes_color\": \"black\",\r\n\t\t\t                \"charges\": \"organizaciones terroristas\",\r\n\t\t\t                \"image\": \"http://www.interpol.int/var/interpol/cache/ws/2017-170275/wanted-getpicture-60028548.jpg\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-06T07:08:02.11Z\",\r\n\t\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"fbi\",\r\n\t\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t\t            \"MatchRate\": 49,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"PEDRO SANTAMARIA\",\r\n\t\t\t                \"Nationalities\": \"CUBAN\",\r\n\t\t\t                \"description\": \"conspiracy to commit hobbs act robbery; conspiracy to possess a firearm in furtherance of a crime of violence\",\r\n\t\t\t                \"hair\": \"black\",\r\n\t\t\t                \"eyes\": \"brown\",\r\n\t\t\t                \"height\": \"5'7\\\"\",\r\n\t\t\t                \"weight\": \"180 pounds\",\r\n\t\t\t                \"race\": \"black (hispanic)\",\r\n\t\t\t                \"scars_and_marks\": \"santamaria has a scar on his left forearm.\",\r\n\t\t\t                \"ncic\": \"w576294395\",\r\n\t\t\t                \"remarks\": \"santamaria has ties to california, florida, louisiana, and texas.&#160;&#160;\",\r\n\t\t\t                \"reward\": \"the fbi is offering a reward of up to $10,000 for information leading to the arrest and conviction of pedro santamaria.\",\r\n\t\t\t                \"details\": \"pedro santamaria is wanted for his alleged involvement in the robbery of a tractor-trailer carrying precious metals traveling from miami, florida, to boston, massachusetts, that occurred in wilson county, north carolina, on march 1, 2015.&#160; santamaria allegedly was a gunman during&#160;the robbery in which&#160;he&#160;allegedly bound and dragged victims into the woods during the robbery. on may 18, 2016,&#160;a federal arrest warrant was issued by the united states district court for the southern district of florida after&#160;santamaria was charged with conspiracy to commit hobbs act robbery and conspiracy to possess a firearm in furtherance of a crime of violence.\",\r\n\t\t\t                \"status\": \"fugitive\",\r\n\t\t\t                \"considerations\": \"should be considered armed and dangerous\",\r\n\t\t\t                \"image\": \"https://www.fbi.gov/wanted/additional/pedro-santamaria/@@images/image/thumb\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-27T07:00:46.057Z\",\r\n\t\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n                        },\r\n                    {\r\n\t\t\t\t\t\t\"Source\":\"eu\",\r\n\t\t\t\t\t\t\"Type\":\"Terrorist\",\r\n\t\t\t\t\t\t\"MatchRate\":0.0,\r\n\t\t\t\t\t\t\"NameUniquenessScore\":0.984,\r\n\t\t\t\t\t\t\"Details\":{\r\n\t\t\t\t\t\t\t\"OriginalName\":\"PAULO AUGUSTO SANTOS\",\r\n\t\t\t\t\t\t\t\"SanctionName\":null,\r\n\t\t\t\t\t\t\t\"SanctionAliases|MatchRate\":\"Paulo SUNSAI|31\",\r\n\t\t\t\t\t\t\t\"title\":\"captain\",\r\n\t\t\t\t\t\t\t\"job_title\":\"assistant to the north region military commander\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"StartDate\":\"0001-01-01T00:00:00\",\r\n\t\t\t\t\t\t\"EndDate\":\"9999-12-31T23:59:59.9999999\",\r\n\t\t\t\t\t\t\"CreationDate\":\"2019-03-31T07:00:04.946Z\",\r\n\t\t\t\t\t\t\"LastUpdateDate\":\"2012-05-31T03:00:00Z\"\r\n\t\t\t\t\t},\r\n                    {\r\n                        \"Source\": \"ofac\",\r\n\t\t\t            \"Type\": \"Monay Laundering\",\r\n\t\t\t            \"MatchRate\": 51,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"Pedro CARDONA MARTINEZ\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-27T07:00:02.269Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-03-26T03:00:00Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"bf94248e-d1d2-41ce-bc32-c2898b66f1cc","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=kyc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"kyc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n                \"PEPHistory\": [\r\n                    {\r\n                        \"Level\": \"2\",\r\n                        \"JobTitle\": \"FAMILIAR\",\r\n                        \"Department\": \"\",\r\n                        \"Motive\": \"MOTHER\",\r\n                        \"Source\": \"BIGDATACORP\",\r\n                        \"StartDate\": \"0001-01-01T00:00:00\",\r\n                        \"EndDate\": \"2024-02-20T00:00:00Z\",\r\n                        \"CreationDate\": \"2019-03-11T09:02:03Z\",\r\n                        \"LastUpdateDate\": \"2019-03-11T09:02:03Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlyPEP\": true,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"\",\r\n                        \"MatchRate\": 0,\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"\",\r\n                            \"ProcessNumber\": \"\",\r\n                            \"SanctioningBody\": \"\",\r\n                            \"SanctioningBodyStateCode\": \"\",\r\n                            \"InformationOrigin\": \"\",\r\n                            \"InformationOriginDate\": \"\",\r\n                            \"PublicationDate\": \"\",\r\n                            \"Publication\": \"\",\r\n                            \"LegalSubstantiation\": \"\",\r\n                            \"LegalSubstantiationDescription\": \"\",\r\n                            \"TransitDueDate\": \"\",\r\n                            \"FineAmount\": \"\",\r\n                            \"ResjusdicataDate\": \"\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n\t\t\t            \"Source\": \"CEAF\",\r\n\t\t\t            \"Type\": \"DEMISSÃO\",\r\n\t\t\t            \"MatchRate\": 100,\r\n\t\t\t            \"NameUniquenessScore\": 0,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"AdministrativelyLinkedOrgan\": \"MF\",\r\n\t\t\t                \"AdministrativelyLinkedStateCode\": \"PR\",\r\n\t\t\t                \"EffectivePosition\": \"Assistente Técnico Administrativo\",\r\n\t\t\t                \"PositionOrFunctionOfTrust\": \"\",\r\n\t\t\t                \"Activity\": \"\",\r\n\t\t\t                \"PunishmentOrderNumber\": \"487\",\r\n\t\t\t                \"PunishmentOrderPublicationDate\": \"12/20/2018 2:00:00 AM\",\r\n\t\t\t                \"Page\": \"39\",\r\n\t\t\t                \"DOUSection\": \"2\",\r\n\t\t\t                \"AdministrativeProcessNumber\": \"16323.720025/2017-77\",\r\n\t\t\t                \"LegalBasis\": \"8112-132-III - Inassiduidade habitual\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-02-15T16:00:18Z\"\r\n\t\t\t        },\r\n                    {\r\n                        \"Source\": \"MTE\",\r\n                        \"Type\": \"Trabalho Escravo\",\r\n                        \"MatchRate\": 0,\r\n                        \"Details\": {\r\n                            \"ActionYear\": \"\",\r\n                            \"Employer\": \"\",\r\n                            \"Establishment\": \"\",\r\n                            \"State\": \"\",\r\n                            \"AmountOfWorkersInvolved\": \"\",\r\n                            \"CNAE\": \"\",\r\n                            \"IrrecorribilityDate\": \"\"\r\n                        },\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"Conselho Nacional de Justiça\",\r\n                        \"Type\": \"Mandados Judiciais\",\r\n                        \"Details\": {\r\n                            \"ArrestWarrantNumber\": \"\",\r\n                            \"State\": \"\",\r\n                            \"Status\": \"\",\r\n                            \"IssuanceDate\": \"\",\r\n                            \"Decision\": \"\",\r\n                            \"ProcessNumber\": \"\",\r\n                            \"ImprisonmentKind\": \"\",\r\n                            \"Magistrate\": \"\",\r\n                            \"Agency\": \"\",\r\n                            \"County\": \"\",\r\n                            \"Nationality\": \"\",\r\n                            \"Recapture\": \"\",\r\n                            \"PenaltyTime\": \"\",\r\n                            \"PrisonRegime\": \"\"\r\n                        },\r\n                        \"CreationDate\": \"2018-11-13T13:29:02.948Z\",\r\n                        \"LastUpdateDate\": \"2019-01-13T13:09:08.608Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"UK Government\",\r\n                        \"MatchRate\": 34,\r\n                        \"NameUniquenessScore\": 1,\r\n                        \"Details\": {\r\n                            \"MatchedName\": \"\",\r\n                            \"OriginalName\": \"\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"Source\": \"interpol\",\r\n\t\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t\t            \"MatchRate\": 50,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"PEDRO IRVIN CORTEZ GRANADOS\",\r\n\t\t\t                \"Nationalities\": \"EL SALVADOR\",\r\n\t\t\t                \"language_spoken\": \"spanish\",\r\n\t\t\t                \"height\": \"1.75 meter\",\r\n\t\t\t                \"hair_color\": \"black\",\r\n\t\t\t                \"eyes_color\": \"black\",\r\n\t\t\t                \"charges\": \"organizaciones terroristas\",\r\n\t\t\t                \"image\": \"http://www.interpol.int/var/interpol/cache/ws/2017-170275/wanted-getpicture-60028548.jpg\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-06T07:08:02.11Z\",\r\n\t\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"fbi\",\r\n\t\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t\t            \"MatchRate\": 49,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"PEDRO SANTAMARIA\",\r\n\t\t\t                \"Nationalities\": \"CUBAN\",\r\n\t\t\t                \"description\": \"conspiracy to commit hobbs act robbery; conspiracy to possess a firearm in furtherance of a crime of violence\",\r\n\t\t\t                \"hair\": \"black\",\r\n\t\t\t                \"eyes\": \"brown\",\r\n\t\t\t                \"height\": \"5'7\\\"\",\r\n\t\t\t                \"weight\": \"180 pounds\",\r\n\t\t\t                \"race\": \"black (hispanic)\",\r\n\t\t\t                \"scars_and_marks\": \"santamaria has a scar on his left forearm.\",\r\n\t\t\t                \"ncic\": \"w576294395\",\r\n\t\t\t                \"remarks\": \"santamaria has ties to california, florida, louisiana, and texas.&#160;&#160;\",\r\n\t\t\t                \"reward\": \"the fbi is offering a reward of up to $10,000 for information leading to the arrest and conviction of pedro santamaria.\",\r\n\t\t\t                \"details\": \"pedro santamaria is wanted for his alleged involvement in the robbery of a tractor-trailer carrying precious metals traveling from miami, florida, to boston, massachusetts, that occurred in wilson county, north carolina, on march 1, 2015.&#160; santamaria allegedly was a gunman during&#160;the robbery in which&#160;he&#160;allegedly bound and dragged victims into the woods during the robbery. on may 18, 2016,&#160;a federal arrest warrant was issued by the united states district court for the southern district of florida after&#160;santamaria was charged with conspiracy to commit hobbs act robbery and conspiracy to possess a firearm in furtherance of a crime of violence.\",\r\n\t\t\t                \"status\": \"fugitive\",\r\n\t\t\t                \"considerations\": \"should be considered armed and dangerous\",\r\n\t\t\t                \"image\": \"https://www.fbi.gov/wanted/additional/pedro-santamaria/@@images/image/thumb\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-27T07:00:46.057Z\",\r\n\t\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n                        },\r\n                    {\r\n\t\t\t\t\t\t\"Source\":\"eu\",\r\n\t\t\t\t\t\t\"Type\":\"Terrorist\",\r\n\t\t\t\t\t\t\"MatchRate\":0.0,\r\n\t\t\t\t\t\t\"NameUniquenessScore\":0.984,\r\n\t\t\t\t\t\t\"Details\":{\r\n\t\t\t\t\t\t\t\"OriginalName\":\"PAULO AUGUSTO SANTOS\",\r\n\t\t\t\t\t\t\t\"SanctionName\":null,\r\n\t\t\t\t\t\t\t\"SanctionAliases|MatchRate\":\"Paulo SUNSAI|31\",\r\n\t\t\t\t\t\t\t\"title\":\"captain\",\r\n\t\t\t\t\t\t\t\"job_title\":\"assistant to the north region military commander\"\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\"StartDate\":\"0001-01-01T00:00:00\",\r\n\t\t\t\t\t\t\"EndDate\":\"9999-12-31T23:59:59.9999999\",\r\n\t\t\t\t\t\t\"CreationDate\":\"2019-03-31T07:00:04.946Z\",\r\n\t\t\t\t\t\t\"LastUpdateDate\":\"2012-05-31T03:00:00Z\"\r\n\t\t\t\t\t},\r\n                    {\r\n                        \"Source\": \"ofac\",\r\n\t\t\t            \"Type\": \"Monay Laundering\",\r\n\t\t\t            \"MatchRate\": 51,\r\n\t\t\t            \"NameUniquenessScore\": 1,\r\n\t\t\t            \"Details\": {\r\n\t\t\t                \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t\t                \"SanctionName\": \"Pedro CARDONA MARTINEZ\"\r\n\t\t\t            },\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t\t            \"CreationDate\": \"2019-03-27T07:00:02.269Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-03-26T03:00:00Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"5d1575e6-9615-44f8-8305-5006cd0e5b1f"},{"name":"Interesses e Comportamentos","id":"862ea88c-fe04-491f-8c9d-04953cc3f942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"interests_and_behaviors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Nível de utilização de cartão de crédito, Participação em programas de milhagem e Interesse por categoria.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditCardScore</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>ProductReseller</td>\n<td>TRUE, FALSE</td>\n</tr>\n<tr>\n<td>MilesProgram</td>\n<td>TRUE, FALSE</td>\n</tr>\n<tr>\n<td>OnlineInvestor</td>\n<td>TRUE, FALSE</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Behaviors.ProductReseller</td>\n<td>Indica se a pessoa é uma revendedora de produtos</td>\n</tr>\n<tr>\n<td>Behaviors.CreditCardScore</td>\n<td>Indica se a pessoa tem pontuação de cartão de crédito</td>\n</tr>\n<tr>\n<td>Behaviors.MilesProgram</td>\n<td>Indica se a pessoa participa no programa miles</td>\n</tr>\n<tr>\n<td>Behaviors.OnlineInvestor</td>\n<td>Indica se a pessoa realiza investimentos online</td>\n</tr>\n<tr>\n<td>CategoriesOfInterest</td>\n<td>Categorias de interesse da pessoa</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Atenção</strong> </p>\n<p>Nessa consulta é cobrado o custo por atributo individual dentro do Dataset. Caso deseje selecionar apenas alguns atributos, é possível usar o <em>select</em> conforme exemplo abaixo:</p>\n<p><strong>Get</strong>: </p>\n<p>Datasets=<strong>interests_and_behaviors{SportAndLeisure,Housewares,CreditCardScore}</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"Datasets\"=\"<strong>interests_and_behaviors{SportAndLeisure,Housewares,CreditCardScore}</strong>\" <br /></p>\n<h3 id=\"categorias-de-interesses\">Categorias de Interesses</h3>\n<p>Abaixo seguem as categorias de interesse retornadas nesse dataset</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Categorias de interesse</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Automotive</td>\n</tr>\n<tr>\n<td>Baby</td>\n</tr>\n<tr>\n<td>BeautyAndHealth</td>\n</tr>\n<tr>\n<td>BeverageAndFood</td>\n</tr>\n<tr>\n<td>Bodybuilding</td>\n</tr>\n<tr>\n<td>Books</td>\n</tr>\n<tr>\n<td>Computing</td>\n</tr>\n<tr>\n<td>Delivery</td>\n</tr>\n<tr>\n<td>Eletronics</td>\n</tr>\n<tr>\n<td>Entertainment</td>\n</tr>\n<tr>\n<td>FashionAndAcessories</td>\n</tr>\n<tr>\n<td>Games</td>\n</tr>\n<tr>\n<td>HomeAndDecoration</td>\n</tr>\n<tr>\n<td>Housewares</td>\n</tr>\n<tr>\n<td>MobileTelco</td>\n</tr>\n<tr>\n<td>MusicalInstruments</td>\n</tr>\n<tr>\n<td>Service</td>\n</tr>\n<tr>\n<td>SportAndLeisure</td>\n</tr>\n<tr>\n<td>Streaming</td>\n</tr>\n<tr>\n<td>Toys</td>\n</tr>\n<tr>\n<td>TravelAndTourism</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4297a329-d39a-4b6a-a3d5-6517722b9467","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"interests_and_behaviors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"InterestsAndBehaviors\": {\n                \"Behaviors\": {\n\t\t        \"ProductReseller\": \"False\",\n\t\t        \"CreditCardScore\": \"A\",\n\t\t        \"MilesProgram\": \"False\",\n\t\t        \"OnlineInvestor\": \"True\"\n\t\t    },\n\t\t    \"CategoriesOfInterest\": {\n\t\t        \"Automotive\": 0,\n\t\t        \"Baby\": 0,\n\t\t        \"BeautyAndHealth\": 0,\n\t\t        \"BeverageAndFood\": 0,\n\t\t        \"Bodybuilding\": 0,\n\t\t        \"Books\": 0,\n\t\t        \"Computing\": 0,\n\t\t        \"Delivery\": 0,\n\t\t        \"Eletronics\": 0,\n\t\t        \"Entertainment\": 0,\n\t\t        \"FashionAndAcessories\": 0,\n\t\t        \"Games\": 0,\n\t\t        \"HomeAndDecoration\": 0,\n\t\t        \"Housewares\": 0,\n\t\t        \"MobileTelco\": 0,\n\t\t        \"MusicalInstruments\": 0,\n\t\t        \"Service\": 0,\n\t\t        \"SportAndLeisure\": 0,\n\t\t        \"Streaming\": 0,\n\t\t        \"Toys\": 0,\n\t\t        \"TravelAndTourism\": 0\n\t\t    }\n            }\n        }\n    ],\n    \"QueryId\": \"ce928a4d-62b5-4817-8503-42abad08ae80\",\n    \"ElapsedMilliseconds\": 145,\n    \"Status\": {\n        \"niches\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"78bf2f33-0616-4787-b709-21d0b1bfa278","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=interests_and_behaviors&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"interests_and_behaviors"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"InterestsAndBehaviors\": {\n                \"Behaviors\": {\n\t\t        \"ProductReseller\": \"False\",\n\t\t        \"CreditCardScore\": \"A\",\n\t\t        \"MilesProgram\": \"False\",\n\t\t        \"OnlineInvestor\": \"True\"\n\t\t    },\n\t\t    \"CategoriesOfInterest\": {\n\t\t        \"Automotive\": 0,\n\t\t        \"Baby\": 0,\n\t\t        \"BeautyAndHealth\": 0,\n\t\t        \"BeverageAndFood\": 0,\n\t\t        \"Bodybuilding\": 0,\n\t\t        \"Books\": 0,\n\t\t        \"Computing\": 0,\n\t\t        \"Delivery\": 0,\n\t\t        \"Eletronics\": 0,\n\t\t        \"Entertainment\": 0,\n\t\t        \"FashionAndAcessories\": 0,\n\t\t        \"Games\": 0,\n\t\t        \"HomeAndDecoration\": 0,\n\t\t        \"Housewares\": 0,\n\t\t        \"MobileTelco\": 0,\n\t\t        \"MusicalInstruments\": 0,\n\t\t        \"Service\": 0,\n\t\t        \"SportAndLeisure\": 0,\n\t\t        \"Streaming\": 0,\n\t\t        \"Toys\": 0,\n\t\t        \"TravelAndTourism\": 0\n\t\t    }\n            }\n        }\n    ],\n    \"QueryId\": \"ce928a4d-62b5-4817-8503-42abad08ae80\",\n    \"ElapsedMilliseconds\": 145,\n    \"Status\": {\n        \"niches\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"862ea88c-fe04-491f-8c9d-04953cc3f942"},{"name":"Passagens pela Web                          ","id":"b8b18879-f576-4b83-bbed-acb225748196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"passages\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Frequência de passagens pela web, Recência da passagem pela web e Frequência de passagens suspeitas pela web.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalPassages</td>\n<td>Número total de passagens</td>\n</tr>\n<tr>\n<td>BadPassages</td>\n<td>Número de passagens ruins</td>\n</tr>\n<tr>\n<td>CrawlingPassages</td>\n<td>Passagens recebidas de processos de crawling</td>\n</tr>\n<tr>\n<td>ValidationPassages</td>\n<td>Passagens recebidas de processos de validação</td>\n</tr>\n<tr>\n<td>QueryPassages</td>\n<td>Passagens recebidas de processes de consulta</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Número em média de passagens em um mês</td>\n</tr>\n<tr>\n<td>NumberOfEmails</td>\n<td>Número de emails</td>\n</tr>\n<tr>\n<td>NumberOfPhones</td>\n<td>Número de telefones</td>\n</tr>\n<tr>\n<td>NumberOfAddresses</td>\n<td>Número de endereços</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"ccc433dd-7a50-4461-a068-1f2b3f42b9a5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"passages\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Passages\": {\n                \"TotalPassages\": 39,\n                \"BadPassages\": 16,\n                \"CrawlingPassages\": -1,\n                \"ValidationPassages\": -1,\n                \"QueryPassages\": -1,\n                \"MonthAveragePassages\": 0,\n                \"NumberOfEmails\": 0,\n                \"NumberOfPhones\": 0,\n                \"NumberOfAddresses\": 0,\n                \"FirstPassageDate\": \"2007-11-01T00:00:00Z\",\n                \"LastPassageDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d9-5ded-42d7-9aad-701ed569f9ca\",\n    \"ElapsedMilliseconds\": 386,\n    \"Status\": {\n        \"passages\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f3248dc7-f222-434d-99dd-ae8019407462","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=passages&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"passages"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Passages\": {\n                \"TotalPassages\": 39,\n                \"BadPassages\": 16,\n                \"CrawlingPassages\": -1,\n                \"ValidationPassages\": -1,\n                \"QueryPassages\": -1,\n                \"MonthAveragePassages\": 0,\n                \"NumberOfEmails\": 0,\n                \"NumberOfPhones\": 0,\n                \"NumberOfAddresses\": 0,\n                \"FirstPassageDate\": \"2007-11-01T00:00:00Z\",\n                \"LastPassageDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d9-5ded-42d7-9aad-701ed569f9ca\",\n    \"ElapsedMilliseconds\": 386,\n    \"Status\": {\n        \"passages\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b8b18879-f576-4b83-bbed-acb225748196"},{"name":"Presença Online                             ","id":"05557c02-296e-4243-a1d7-7d6242d1dac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_presence\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de comprador online, Nível de utilização da internet e Frequência de operações na internet.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InternetUsageLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>Eseller</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>Eshopper</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Eshopper</td>\n<td>Nível de atividades de compra online</td>\n</tr>\n<tr>\n<td>Eseller</td>\n<td>Nível de atividades de venda online</td>\n</tr>\n<tr>\n<td>InternetUsageLevel</td>\n<td>Nível de uso da internet</td>\n</tr>\n<tr>\n<td>WebPassages</td>\n<td>Número de passagens na web</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"77ff6b2f-62bd-41c6-a4e1-52d550463cf8","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=online_presence&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"online_presence"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlinePresence\": {\n                \t\"Eshopper\":\"A\",\n\t\t\t\t\t\"Eseller\":\"H\",\n\t\t\t\t\t\"InternetUsageLevel\":\"A\",\n\t\t\t\t\t\"WebPassages\":-1,\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"2c8ca3e6-2876-4507-9c91-33db3f512175\",\n    \"ElapsedMilliseconds\": 158,\n    \"Status\": {\n        \"online_presence\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"aac47260-33f6-4719-b0a3-93b9264659b9","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_presence\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlinePresence\": {\n                \t\"Eshopper\":\"A\",\n\t\t\t\t\t\"Eseller\":\"H\",\n\t\t\t\t\t\"InternetUsageLevel\":\"A\",\n\t\t\t\t\t\"WebPassages\":-1,\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"2c8ca3e6-2876-4507-9c91-33db3f512175\",\n    \"ElapsedMilliseconds\": 158,\n    \"Status\": {\n        \"online_presence\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"05557c02-296e-4243-a1d7-7d6242d1dac0"},{"name":"Presença em Cobrança                        ","id":"70b71df9-6671-41b6-9820-cb35617be179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"collections\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de presença em cobrança, Recência da consulta de cobrança e Quantidade de origens de cobrança.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CollectionOccurrences</td>\n<td>Número de ocorrências de cobrança</td>\n</tr>\n<tr>\n<td>CollectionOrigins</td>\n<td>Número de origens de cobrança</td>\n</tr>\n<tr>\n<td>FirstCollectionDate</td>\n<td>Data da primeira cobrança</td>\n</tr>\n<tr>\n<td>LastCollectionDate</td>\n<td>Data da última cobrança</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0cd49f5a-7d4e-41e6-b968-55c149854aaf","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"collections\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Collections\": {\n                \"CollectionOccurrences\": 7,\n\t\t\t    \"CollectionOrigins\": 2,\n\t\t\t    \"FirstCollectionDate\": \"2017-03-26T00:00:00Z\",\n\t\t\t    \"LastCollectionDate\": \"2017-09-13T15:23:31Z\",\n\t\t\t    \"CreationDate\": \"2017-03-26T00:00:00Z\",\n\t\t\t    \"LastUpdateDate\": \"2017-09-13T15:23:31Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d7-5ded-42d7-9aad-701ed569f8ca\",\n    \"ElapsedMilliseconds\": 33,\n    \"Status\": {\n        \"collections\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"78f169fa-3136-47aa-80b3-ce287e42eeae","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=collections&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"collections"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Collections\": {\n                \"CollectionOccurrences\": 7,\n\t\t\t    \"CollectionOrigins\": 2,\n\t\t\t    \"FirstCollectionDate\": \"2017-03-26T00:00:00Z\",\n\t\t\t    \"LastCollectionDate\": \"2017-09-13T15:23:31Z\",\n\t\t\t    \"CreationDate\": \"2017-03-26T00:00:00Z\",\n\t\t\t    \"LastUpdateDate\": \"2017-09-13T15:23:31Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d7-5ded-42d7-9aad-701ed569f8ca\",\n    \"ElapsedMilliseconds\": 33,\n    \"Status\": {\n        \"collections\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"70b71df9-6671-41b6-9820-cb35617be179"},{"name":"Processos","id":"dfeb6c93-3b87-4acd-91a1-3d4243253fa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Número dos Processos, Quantidade total de processos que uma pessoa possui e Quantidade total de processos que uma pessoa possui como autor.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CourtName</td>\n<td>trf1, trf2, trf3, trf4, trf5, jfac, jfam, jfap, jfba, jfdf, jfgo, jfma, jfmt, jfpa, jfpi, jfro, jfrr, jfto, jfes, jfrj, jfsp, jfms, jfrs, jfsc, jfpr, jfal, jfce, jfpb, jfpe, jfrn, jfse, tjal, tjba, tjsp, tjrs, tjrj, stj, stf, mpf</td>\n</tr>\n<tr>\n<td>CourtLevel</td>\n<td>1,2,3,4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Lawsuits.Number</td>\n<td>Número do processo</td>\n</tr>\n<tr>\n<td>Lawsuits.Type</td>\n<td>Tipo de processo</td>\n</tr>\n<tr>\n<td>Lawsuits.MainSubject</td>\n<td>Assunto principal</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtName</td>\n<td>Nome do tribunal</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtLevel</td>\n<td>Nível do tribunal</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtType</td>\n<td>Tipo do tribunal</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtDistrict</td>\n<td>Distrito do tribunal</td>\n</tr>\n<tr>\n<td>Lawsuits.JudgingBody</td>\n<td>Corpo do Julgamento</td>\n</tr>\n<tr>\n<td>Lawsuits.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>Lawsuits.State</td>\n<td>Estado</td>\n</tr>\n<tr>\n<td>Lawsuits.NumberOfVolumes</td>\n<td>Número de volumes</td>\n</tr>\n<tr>\n<td>Lawsuits.NumberOfPages</td>\n<td>Número de páginas</td>\n</tr>\n<tr>\n<td>Lawsuits.Value</td>\n<td>Valor</td>\n</tr>\n<tr>\n<td>Lawsuits.PublicationDate</td>\n<td>Data da publicação</td>\n</tr>\n<tr>\n<td>Lawsuits.NoticeDate</td>\n<td>Data de aviso</td>\n</tr>\n<tr>\n<td>Lawsuits.LastMovementDate</td>\n<td>Data da úlitma movimentação</td>\n</tr>\n<tr>\n<td>Lawsuits.CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>Lawsuits.LastUpdate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties</td>\n<td>Partes</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Doc</td>\n<td>Número do documento</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Name</td>\n<td>Nome</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Polarity</td>\n<td>Polaridade</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Type</td>\n<td>Tipo</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.PartyDetails</td>\n<td>Detalhes</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates</td>\n<td>Atualizações</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.Content</td>\n<td>Conteúdo</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.PublishDate</td>\n<td>Data de Publicação</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.CaptureDate</td>\n<td>Data de Captura</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions</td>\n<td>Lista de Petições</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Type</td>\n<td>Tipo da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Author</td>\n<td>Autor da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.CreationDate</td>\n<td>Data de criação da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.JoinedDate</td>\n<td>Data de juntada</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total de processos como autor</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total de processos como réu</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtros\">Filtros</h2>\n<p>Seguem abaixo alguns campos que podem ser utilizados como filtro na busca: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>party_type</td>\n<td>Tipo da parte</td>\n<td>Author, Lawyer</td>\n</tr>\n<tr>\n<td>mainsubject</td>\n<td>Assunto Principal</td>\n<td>--</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Estado</td>\n<td>RJ, SP, MG, ES, AM, PE, MA, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status do processo</td>\n<td>--</td>\n</tr>\n<tr>\n<td>court_level</td>\n<td>Nivel do tribunal</td>\n<td>1, 2, 3, 4</td>\n</tr>\n<tr>\n<td>courtname</td>\n<td>Nome do Tribunal</td>\n<td>TJSP, MPF</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Tipo do Processo</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>processes.filter(state=rj)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.filter(state=rj)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para sar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>processes.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5123acc6-7cdb-465a-b5e8-02b8edbbce73","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Processes\": {\n                \"Lawsuits\": [\n                    {\n                        \"Number\": \"0030986-73.2009.4.03.9999\",\n                        \"Type\": \"INDEFINIDO\",\n                        \"MainSubject\": \"SCI - AUXILIO-ACIDENTE (ART. 86), PFDC - AUXILIO-ACIDENTE (ART. 86), 1ª CCR - AUXILIO-ACIDENTE (ART. 86), SCI - ART. 58 ADCT DA CF/88, PFDC - ART. 58 ADCT DA CF/88, 1ª CCR - ART. 58 ADCT DA CF/88, SCI - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, PFDC - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 1ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 3ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, SCI - RESTABELECIMENTO, PFDC - RESTABELECIMENTO, 1ª CCR - RESTABELECIMENTO\",\n                        \"CourtName\": \"MPF\",\n                        \"CourtLevel\": \"0\",\n                        \"CourtType\": \"CRIMINAL\",\n                        \"CourtDistrict\": \"\",\n                        \"JudgingBody\": \"\",\n                        \"State\": \"SP\",\n                        \"Status\": \"\",\n                        \"NumberOfVolumes\": 0,\n                        \"NumberOfPages\": 0,\n                        \"Value\": -1,\n                        \"PublicationDate\": \"2017-07-04T00:00:00Z\",\n                        \"NoticeDate\": \"2017-07-04T00:00:00Z\",\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n                        \"CaptureDate\": \"2017-08-04T00:00:00Z\",\n                        \"LastUpdate\": \"2017-08-04T00:00:00Z\",\n                        \"Parties\": [\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL - INSS\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {\n                                \t\"OAB\": \"115807\"\n                                }\n                            },\n                            {\n                                \"Doc\": \"02773852000147\",\n                                \"Name\": \"PAULO RIBEIRO\",\n                                \"Polarity\": \"Passive\",\n                                \"Type\": \"Defendant\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"TORU YAMAMOTO\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"Reporter\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"03500696000103\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"JUIZO DE DIREITO DA 2 VARA DE COTIA SP\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"TERCEIRO\",\n                                \"PartyDetails\": {}\n                            }\n                        ],\n                        \"Updates\": [\n                            {\n                                \"Content\": \"BAIXA DEFINITIVA A COMARCA DE ORIGEM GRPJ N. GR.2017137509 DESTINO: JUIZO DE DIREITO DA 2 VARA DE COTIA S\",\n                                \"PublishDate\": \"2017-07-17T00:00:00Z\",\n                                \"CaptureDate\": \"2017-08-04T00:00:00Z\"\n                            },\n                            {\n                                \"Content\": \"\",\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\n                                \"CaptureDate\": \"2018-06-14T00:00:00Z\"\n                            }\n                        ],\n                        \"Petitions\": []\n                    },\n                    {\n\t\t\t\t          \"Number\": \"3000084-41.2013.8.26.0083\",\n\t\t\t\t          \"Type\": \"INDEFINIDO\",\n\t\t\t\t          \"MainSubject\": \"POSSE DE DROGAS PARA CONSUMO PESSOAL\",\n\t\t\t\t          \"CourtName\": \"TJSP\",\n\t\t\t\t          \"CourtLevel\": \"1\",\n\t\t\t\t          \"CourtType\": \"CRIMINAL\",\n\t\t\t\t          \"CourtDistrict\": \"\",\n\t\t\t\t          \"JudgingBody\": \"\",\n\t\t\t\t          \"State\": \"SP\",\n\t\t\t\t          \"Status\": \"\",\n\t\t\t\t          \"NumberOfVolumes\": 0,\n\t\t\t\t          \"NumberOfPages\": 0,\n\t\t\t\t          \"Value\": -1.0,\n\t\t\t\t          \"PublicationDate\": \"2016-06-22T00:00:00Z\",\n\t\t\t\t          \"NoticeDate\": \"2013-05-16T00:00:00Z\",\n\t\t\t\t          \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t          \"CaptureDate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"LastUpdate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"Parties\": [\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"07848460657\",\n\t\t\t\t              \"Name\": \"ANDRE ACAYABA DE REZENDE\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Reporter\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"\",\n\t\t\t\t              \"Name\": \"JUSTICA PUBLICA\",\n\t\t\t\t              \"Polarity\": \"Active\",\n\t\t\t\t              \"Type\": \"Author\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"05511818852\",\n\t\t\t\t              \"Name\": \"AGUINALDO DOS SANTOS RABELO CARVALHO\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Lawyer\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \"OAB\": \"143805\"\n\t\t\t\t              }\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Updates\": [\n\t\t\t\t            {\n\t\t\t\t              \"Content\": \"\",\n\t\t\t\t              \"PublishDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t              \"CaptureDate\": \"2018-04-30T00:00:00Z\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Petitions\": [\n\t\t\t\t            \n\t\t\t\t          ]\n\t\t\t\t        }\n                ],\n               \"TotalLawsuits\": 2,\n\t\t       \"TotalReplacedLawsuits\": 2,\n\t\t       \"TotalLawsuitsAsAuthor\": 0,\n\t\t       \"TotalLawsuitsAsDefendant\": 0,\n\t\t       \"TotalLawsuitsAsOther\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"57422275-02a7-49be-beaa-0a1069b6d77a\",\n    \"ElapsedMilliseconds\": 599,\n    \"Status\": {\n        \"lawsuit_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e7a5fac8-3fab-47e1-9195-6b6c8e6526fe","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=processes&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"processes"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Processes\": {\n                \"Lawsuits\": [\n                    {\n                        \"Number\": \"0030986-73.2009.4.03.9999\",\n                        \"Type\": \"INDEFINIDO\",\n                        \"MainSubject\": \"SCI - AUXILIO-ACIDENTE (ART. 86), PFDC - AUXILIO-ACIDENTE (ART. 86), 1ª CCR - AUXILIO-ACIDENTE (ART. 86), SCI - ART. 58 ADCT DA CF/88, PFDC - ART. 58 ADCT DA CF/88, 1ª CCR - ART. 58 ADCT DA CF/88, SCI - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, PFDC - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 1ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 3ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, SCI - RESTABELECIMENTO, PFDC - RESTABELECIMENTO, 1ª CCR - RESTABELECIMENTO\",\n                        \"CourtName\": \"MPF\",\n                        \"CourtLevel\": \"0\",\n                        \"CourtType\": \"CRIMINAL\",\n                        \"CourtDistrict\": \"\",\n                        \"JudgingBody\": \"\",\n                        \"State\": \"SP\",\n                        \"Status\": \"\",\n                        \"NumberOfVolumes\": 0,\n                        \"NumberOfPages\": 0,\n                        \"Value\": -1,\n                        \"PublicationDate\": \"2017-07-04T00:00:00Z\",\n                        \"NoticeDate\": \"2017-07-04T00:00:00Z\",\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n                        \"CaptureDate\": \"2017-08-04T00:00:00Z\",\n                        \"LastUpdate\": \"2017-08-04T00:00:00Z\",\n                        \"Parties\": [\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL - INSS\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {\n                                \t\"OAB\": \"115807\"\n                                }\n                            },\n                            {\n                                \"Doc\": \"02773852000147\",\n                                \"Name\": \"PAULO RIBEIRO\",\n                                \"Polarity\": \"Passive\",\n                                \"Type\": \"Defendant\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"TORU YAMAMOTO\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"Reporter\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"03500696000103\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"JUIZO DE DIREITO DA 2 VARA DE COTIA SP\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"TERCEIRO\",\n                                \"PartyDetails\": {}\n                            }\n                        ],\n                        \"Updates\": [\n                            {\n                                \"Content\": \"BAIXA DEFINITIVA A COMARCA DE ORIGEM GRPJ N. GR.2017137509 DESTINO: JUIZO DE DIREITO DA 2 VARA DE COTIA S\",\n                                \"PublishDate\": \"2017-07-17T00:00:00Z\",\n                                \"CaptureDate\": \"2017-08-04T00:00:00Z\"\n                            },\n                            {\n                                \"Content\": \"\",\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\n                                \"CaptureDate\": \"2018-06-14T00:00:00Z\"\n                            }\n                        ],\n                        \"Petitions\": []\n                    },\n                    {\n\t\t\t\t          \"Number\": \"3000084-41.2013.8.26.0083\",\n\t\t\t\t          \"Type\": \"INDEFINIDO\",\n\t\t\t\t          \"MainSubject\": \"POSSE DE DROGAS PARA CONSUMO PESSOAL\",\n\t\t\t\t          \"CourtName\": \"TJSP\",\n\t\t\t\t          \"CourtLevel\": \"1\",\n\t\t\t\t          \"CourtType\": \"CRIMINAL\",\n\t\t\t\t          \"CourtDistrict\": \"\",\n\t\t\t\t          \"JudgingBody\": \"\",\n\t\t\t\t          \"State\": \"SP\",\n\t\t\t\t          \"Status\": \"\",\n\t\t\t\t          \"NumberOfVolumes\": 0,\n\t\t\t\t          \"NumberOfPages\": 0,\n\t\t\t\t          \"Value\": -1.0,\n\t\t\t\t          \"PublicationDate\": \"2016-06-22T00:00:00Z\",\n\t\t\t\t          \"NoticeDate\": \"2013-05-16T00:00:00Z\",\n\t\t\t\t          \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t          \"CaptureDate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"LastUpdate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"Parties\": [\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"07848460657\",\n\t\t\t\t              \"Name\": \"ANDRE ACAYABA DE REZENDE\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Reporter\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"\",\n\t\t\t\t              \"Name\": \"JUSTICA PUBLICA\",\n\t\t\t\t              \"Polarity\": \"Active\",\n\t\t\t\t              \"Type\": \"Author\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"05511818852\",\n\t\t\t\t              \"Name\": \"AGUINALDO DOS SANTOS RABELO CARVALHO\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Lawyer\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \"OAB\": \"143805\"\n\t\t\t\t              }\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Updates\": [\n\t\t\t\t            {\n\t\t\t\t              \"Content\": \"\",\n\t\t\t\t              \"PublishDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t              \"CaptureDate\": \"2018-04-30T00:00:00Z\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Petitions\": [\n\t\t\t\t            \n\t\t\t\t          ]\n\t\t\t\t        }\n                ],\n               \"TotalLawsuits\": 2,\n\t\t       \"TotalReplacedLawsuits\": 2,\n\t\t       \"TotalLawsuitsAsAuthor\": 0,\n\t\t       \"TotalLawsuitsAsDefendant\": 0,\n\t\t       \"TotalLawsuitsAsOther\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"57422275-02a7-49be-beaa-0a1069b6d77a\",\n    \"ElapsedMilliseconds\": 599,\n    \"Status\": {\n        \"lawsuit_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"dfeb6c93-3b87-4acd-91a1-3d4243253fa0"},{"name":"Programas de Benefícios e Assistência Social","id":"aec72c68-164c-472b-bd81-a4aa2159f786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"social_assistance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Indicador de participação no Bolsa Família.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SocialAssistances.ProgramName</td>\n<td>Nome do programa</td>\n</tr>\n<tr>\n<td>SocialAssistances.ProgramCountry</td>\n<td>País em que o programa é aplicado</td>\n</tr>\n<tr>\n<td>SocialAssistances.ProgramState</td>\n<td>Estado em que o programa é aplicado</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceStartDate</td>\n<td>Data de início da assistência</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceEndDate</td>\n<td>Data de término da assistência</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceAmount</td>\n<td>Quantia recebida pelo programa de assistência</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceDetails</td>\n<td>Detalhes da assistência</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceDetails.County</td>\n<td>Município</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalAssiantaces</td>\n<td>Total de assistências</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total de renda</td>\n</tr>\n<tr>\n<td>IsReceivingAssistance</td>\n<td>Indica se a pessoa está recebendo assistência</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>programname</td>\n<td>Nome do Programa</td>\n<td>Bolsa Familia, ..</td>\n</tr>\n<tr>\n<td>programstate</td>\n<td>Estado do Programa</td>\n<td>RJ, SP, ES, MA, SC, PE, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>social_assistance.filter(programstate=RJ)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>social_assistance.filter(programstate=RJ)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0f86e899-6abd-45ae-8d58-85b4676d3f19","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"social_assistance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"SocialAssistancePrograms\": {\n                \"SocialAssistances\": [\n                    {\n                        \"ProgramName\": \"Bolsa Familia\",\n\t\t\t            \"ProgramCountry\": \"Brazil\",\n\t\t\t            \"ProgramState\": \"MG\",\n\t\t\t            \"AssistanceStartDate\": \"2017-09-01T00:00:00\",\n\t\t\t            \"AssistanceEndDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"AssistanceAmount\": 13000,\n\t\t\t            \"AssistanceDetails\": {\n\t\t\t                \"County\": \"BELO HORIZONTE\"\n\t\t\t            },\n\t\t\t            \"CreationDate\": \"2018-01-05T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2018-09-26T00:00:00Z\"\n                    }\n                ],\n\t\t\t    \"TotalAssiantaces\": 1,\n\t\t\t    \"TotalIncome\": 13000,\n\t\t\t    \"IsReceivingAssistance\": false\n            }\n        }\n    ],\n    \"QueryId\": \"fd88a5ea-eb05-4fc6-a04c-7c7a0f7daba3\",\n    \"ElapsedMilliseconds\": 755,\n    \"Status\": {\n        \"social_assistance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f801d710-fb46-44d6-867f-37dbc169a171","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=social_assistance&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"social_assistance"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"SocialAssistancePrograms\": {\n                \"SocialAssistances\": [\n                    {\n                        \"ProgramName\": \"Bolsa Familia\",\n\t\t\t            \"ProgramCountry\": \"Brazil\",\n\t\t\t            \"ProgramState\": \"MG\",\n\t\t\t            \"AssistanceStartDate\": \"2017-09-01T00:00:00\",\n\t\t\t            \"AssistanceEndDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"AssistanceAmount\": 13000,\n\t\t\t            \"AssistanceDetails\": {\n\t\t\t                \"County\": \"BELO HORIZONTE\"\n\t\t\t            },\n\t\t\t            \"CreationDate\": \"2018-01-05T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2018-09-26T00:00:00Z\"\n                    }\n                ],\n\t\t\t    \"TotalAssiantaces\": 1,\n\t\t\t    \"TotalIncome\": 13000,\n\t\t\t    \"IsReceivingAssistance\": false\n            }\n        }\n    ],\n    \"QueryId\": \"fd88a5ea-eb05-4fc6-a04c-7c7a0f7daba3\",\n    \"ElapsedMilliseconds\": 755,\n    \"Status\": {\n        \"social_assistance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"aec72c68-164c-472b-bd81-a4aa2159f786"},{"name":"Relacionamentos Econômicos                  ","id":"af5385e2-c855-4af6-b9b6-60df3a21cb5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"business_relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Sócios e Participação em empresas.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdNumber</td>\n<td>Número de identificação fiscal da entidade relacionada</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdType</td>\n<td>Tipo de identificação fiscal da entidade relacionada</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdCountry</td>\n<td>País de identificação do contribuinte relacionado</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityName</td>\n<td>Nome da entidade relacionada</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelationshipType</td>\n<td>Tipo de relacionamento</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelationshipLevel</td>\n<td>Nível de relacionamento</td>\n</tr>\n<tr>\n<td>BusinessRelationships.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>BusinessRelationships.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total de relacionamentos</td>\n</tr>\n<tr>\n<td>TotalOwnerships</td>\n<td>Total de empresas possuídas</td>\n</tr>\n<tr>\n<td>TotalEmployments</td>\n<td>Total de empregos</td>\n</tr>\n<tr>\n<td>TotalPartners</td>\n<td>Total de parceiros</td>\n</tr>\n<tr>\n<td>TotalClients</td>\n<td>Total de clientes</td>\n</tr>\n<tr>\n<td>TotalSuppliers</td>\n<td>Total de fornecedores</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Tipo do relacionamento</td>\n<td>employment, partner, ownership</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Nível do relacionamento</td>\n<td>--</td>\n</tr>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Tipo do documento relacionado</td>\n<td>CPF, CNPJ</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>business_relationships.filter(relationshiptype=employment,relatedentitytaxidtype=CPF)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>business_relationships.filter(relationshiptype=employment,,relatedentitytaxidtype=CPF)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para usar o campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>business_relationships.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>business_relationships.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5e4982f5-af3d-4996-b488-4f8e9ae041e9","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=business_relationships&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"business_relationships"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BusinessRelationships\": {\n                \"BusinessRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CNPJ\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"TELEVISAO CENTRO AMERICA LTDA\",\n\t\t\t\t\t\t\"RelationshipType\":\"EMPLOYMENT\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"RelationshipStartDate\":\"2016-12-20T00:00:00Z\",\n\t\t\t\t\t\t\"RelationshipEndDate\":\"0001-01-01T00:00:00Z\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-08-19T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2017-08-19T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwnerships\": 0,\n                \"TotalEmployments\": 1,\n                \"TotalPartners\": 0,\n                \"TotalClients\": 0,\n                \"TotalSuppliers\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"66b12d86-9de1-4a97-89c1-b234263280c1\",\n    \"ElapsedMilliseconds\": 119,\n    \"Status\": {\n        \"business_relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"deca51af-d9c4-427c-804b-53edb379517e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"business_relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BusinessRelationships\": {\n                \"BusinessRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CNPJ\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"TELEVISAO CENTRO AMERICA LTDA\",\n\t\t\t\t\t\t\"RelationshipType\":\"EMPLOYMENT\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"RelationshipStartDate\":\"2016-12-20T00:00:00Z\",\n\t\t\t\t\t\t\"RelationshipEndDate\":\"0001-01-01T00:00:00Z\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-08-19T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2017-08-19T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwnerships\": 0,\n                \"TotalEmployments\": 1,\n                \"TotalPartners\": 0,\n                \"TotalClients\": 0,\n                \"TotalSuppliers\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"66b12d86-9de1-4a97-89c1-b234263280c1\",\n    \"ElapsedMilliseconds\": 119,\n    \"Status\": {\n        \"business_relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"af5385e2-c855-4af6-b9b6-60df3a21cb5b"},{"name":"Relacionamentos Pessoais                    ","id":"768319da-e51c-4bc3-aac0-b78369549d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Parentes, Vizinhos e Colegas de trabalho.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>COWORKER, NEIGHBOR, BROTHER, NEPHEW, MOTHER, SON, HOUSEHOLD, GRANDSON, SPOUSE, RELATIVE, GRANDPARENT, UNCLE, COUSIN, FATHER, RELATED</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdNumber</td>\n<td>Número de identificação fiscal da entidade relacionada</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdType</td>\n<td>Tipo de identificação fiscal da entidade relacionada</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdCountry</td>\n<td>País de identificação do contribuinte relacionado</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityName</td>\n<td>Nome da entidade relacionada</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelationshipType</td>\n<td>Tipo de relacionamento</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelationshipLevel</td>\n<td>Nível de relacionamento</td>\n</tr>\n<tr>\n<td>PersonalRelationships.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>PersonalRelationships.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total de relacionamentos</td>\n</tr>\n<tr>\n<td>TotalRelatives</td>\n<td>Total de parentes</td>\n</tr>\n<tr>\n<td>TotalNeighbors</td>\n<td>Total de vizinhos</td>\n</tr>\n<tr>\n<td>TotalSpouses</td>\n<td>Total de cônjuges</td>\n</tr>\n<tr>\n<td>TotalCoworkers</td>\n<td>Total de colegas de trabalho</td>\n</tr>\n<tr>\n<td>TotalHousehold</td>\n<td>Total de pessoas na mesma casa</td>\n</tr>\n<tr>\n<td>TotalPartners</td>\n<td>Total de parceiros</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Tipo do relacionamnto</td>\n<td>coworker, neighbor, brother, nephew, mother, son, household, grandson, spouse, relative, grandparent, uncle, cousin, father, related</td>\n</tr>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Tipo do documento relacionado</td>\n<td>cnpj, cpf</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Nível do relacionamento</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>related_people.filter(relationshiptype=mother)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>related_people.filter(relationshiptype=mother)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para usar o campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>related_people.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>related_people.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"785abd01-ce2a-4581-94a2-a1068ca695fe","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeople\": {\n                \"PersonalRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CPF\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"SERGIO LUIS FIGUEIREDO\",\n\t\t\t\t\t\t\"RelationshipType\":\"BROTHER\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-10-04T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-12-08T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalRelatives\": 1,\n                \"TotalNeighbors\": 10,\n                \"TotalSpouses\": 1,\n                \"TotalCoworkers\": 2,\n                \"TotalHousehold\": 1,\n                \"TotalPartners\": 5\n            }\n        }\n    ],\n    \"QueryId\": \"feb2d6df-0446-4bba-8dad-8792cc49f14e\",\n    \"ElapsedMilliseconds\": 114,\n    \"Status\": {\n        \"related_people\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dbb3da11-f409-44b8-8cee-dd15802687eb","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeople\": {\n                \"PersonalRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CPF\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"SERGIO LUIS DE FIGUEIREDO\",\n\t\t\t\t\t\t\"RelationshipType\":\"BROTHER\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-10-04T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-12-08T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalRelatives\": 1,\n                \"TotalNeighbors\": 10,\n                \"TotalSpouses\": 1,\n                \"TotalCoworkers\": 2,\n                \"TotalHousehold\": 1,\n                \"TotalPartners\": 5\n            }\n        }\n    ],\n    \"QueryId\": \"feb2d6df-0446-4bba-8dad-8792cc49f14e\",\n    \"ElapsedMilliseconds\": 114,\n    \"Status\": {\n        \"related_people\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"768319da-e51c-4bc3-aac0-b78369549d38"},{"name":"Telefones","id":"8a0e5ab7-f962-4cdf-9579-03e98e831f8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Este dataset retorna dados tais como Número(s) de telefone, Indicador PROCON e Indicador de telefone principal.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Número do telefone</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Código de área</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Código do país</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Indica o tipo do telefone</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Frequência do telefone</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Frequência do telefone em situação suspeita</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>Frequência do telefone referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Frequência desse telefone incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Frequência referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Frequência média desse telefone</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Número de entidades relacionadas ao telefone</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do telefone</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o telefone é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>Indicador PROCON</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Operadora atual</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Tipo de plano</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Histórico de portabilidade</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Tipo do telefone</td>\n<td>mobile, work, home</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se o telefone esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se o telefone  recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se o telefone  principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isindonotcalllist</td>\n<td>Se o telefone est na lista do PROCON</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>areacode</td>\n<td>codigo de area</td>\n<td>21, 11, 61, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>phones.filter(ismain=true)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.filter(ismain=true)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para usar o campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>phones.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"92376d4c-10b8-43cb-88ae-91a9babd2819","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=phones&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"phones"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c3860340-e711-4177-95e5-974c8a3842d0\",\n    \"ElapsedMilliseconds\": 163,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d97545f1-82d7-4707-a4be-5739575e0939","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c3860340-e711-4177-95e5-974c8a3842d0\",\n    \"ElapsedMilliseconds\": 163,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8a0e5ab7-f962-4cdf-9579-03e98e831f8c"},{"name":"Telefones - Pessoas Relacionadas","id":"0a6e1f28-c802-489f-8139-ca9f18bf6302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset que tem como retorno os dados de endereços das entidades relacionadas à pessoa buscada.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Número do telefone</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Código de área</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Código do país</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Indica o tipo do telefone</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Frequência do telefone</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Frequência do telefone em situação suspeita</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>FrequÊncia do telefone referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Frequência desse telefone incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Frequência referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Frequência média desse telefone</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Número de entidades relacionadas ao telefone</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do telefone</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o telefone é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>Indicador PROCON</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Operadora atual</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Tipo de plano</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Histórico de portabilidade</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Especifica os tipos de relacionamento que devem ser retornados na busca</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3de4cdad-b087-4025-b88e-d9f056abb4b3","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_phones&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_phones"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeoplePhones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ca31454a-1777-458a-8eee-e066b87a927d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeoplePhones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0a6e1f28-c802-489f-8139-ca9f18bf6302"},{"name":"Veículos","id":"cfd1f718-1fd7-462a-a7e0-395bbe21efde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"vehicles\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset retorna dados referentes aos veiculos relacionados ao documento buscado.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<p>Segue abaixo a tabela com a descrição dos campos</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeVehicles.Category</td>\n<td>Categoria do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Brand</td>\n<td>Marca do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Model</td>\n<td>Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FipeCode</td>\n<td>Código Fipe do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ModelYear</td>\n<td>Ano do Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FuelType</td>\n<td>Tipo de combustível do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.AvgPrice</td>\n<td>Preço médio do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceMonth</td>\n<td>Mês de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceYear</td>\n<td>Ano de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.CreationDate</td>\n<td>Data de criação deste veículo na tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.LastUpdateDate</td>\n<td>Data de última atualização deste veículo   na tabela</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Category</td>\n<td>CARROS, CAMINHOES, MOTOS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>model</td>\n<td>Modelo do veículo</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Categoria do veículo</td>\n</tr>\n<tr>\n<td>fueltype</td>\n<td>Tipo de combustível</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>Marca do veículo</td>\n</tr>\n<tr>\n<td>fipecode</td>\n<td>Código FIPE referente ao modelo do veículo</td>\n</tr>\n<tr>\n<td>modelyear</td>\n<td>Ano do modelo do veículo</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>vehicles.filter(modelyear=2017)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>vehicles.filter(modelyear=2017)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para usar o campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>vehicles.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>vehicles.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"062d695a-0f34-46d5-9887-b41900bd62fc","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=vehicles&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"vehicles"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"vehiclesData\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4376a78e-9658-4134-95fc-b7bad2e3f3e2\",\n    \"ElapsedMilliseconds\": 44,\n    \"Status\": {\n        \"vehicles\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"7d00ea9f-ae7c-4a77-9ca6-113fbae6cf67","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"vehicles\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"vehiclesData\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4376a78e-9658-4134-95fc-b7bad2e3f3e2\",\n    \"ElapsedMilliseconds\": 44,\n    \"Status\": {\n        \"vehicles\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cfd1f718-1fd7-462a-a7e0-395bbe21efde"}],"id":"34b53093-79a2-44d1-9c79-ccd116de5df7","description":"<p>A API de pessoas engloba todas as consultas relacionadas a pessoas. O catálogo de dados pode ser visualizado através da seguinte URL:</p>\n<p><strong><a href=\"https://www.bigdatacorp.info/datasets-de-pessoas\">https://www.bigdatacorp.info/datasets-de-pessoas</a></strong> <br /></p>\n<p>Para a realização de consultas são necessários o preenchimento de alguns parâmetros, que estão mostrados na tabela abaixo: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetros</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Datasets</td>\n<td>Catálogo de Dados</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Chaves de Busca</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Token de Acesso</td>\n</tr>\n</tbody>\n</table>\n</div><p>O parâmetro <strong>q</strong> engloba todas as chaves de busca. Ao realizar uma consulta por documento (CPF) recomendarmos a busca por CPF por ser mais assertiva e sempre ligada a apenas uma pessoa, nem sempre nossos clientes tem o CPF para consultar. Por isso, além do CPF, o BigBoost permite que o usuário realize consultas com uma série de parâmetros adicionais. Alguns desses parâmetros são arrays, que podem receber mais de elemento, separados por vírgula. Dos parâmetros abaixo, pelo um deles precisa ser preenchido para realizar as buscas para atribuição de CPF: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CPF</td>\n<td>doc</td>\n</tr>\n<tr>\n<td>Nome</td>\n<td>name</td>\n</tr>\n<tr>\n<td>Telefone</td>\n<td>phone (array)</td>\n</tr>\n<tr>\n<td>E-mail</td>\n<td>email (array)</td>\n</tr>\n<tr>\n<td>Número do Conselho de Classe</td>\n<td>classnumber</td>\n</tr>\n<tr>\n<td>Domínio</td>\n<td>domain (array)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Além desses, temos também os parâmetros opcionais, que servem de filtro para ter um resultado mais assertivo:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CEP</td>\n<td>zipcode</td>\n</tr>\n<tr>\n<td>Conselho de Classe</td>\n<td>classorganization</td>\n</tr>\n<tr>\n<td>NIT</td>\n<td>nit</td>\n</tr>\n<tr>\n<td>Profissão</td>\n<td>profession</td>\n</tr>\n<tr>\n<td>Logradouro</td>\n<td>addressmain</td>\n</tr>\n<tr>\n<td>Número da porta</td>\n<td>doornumber</td>\n</tr>\n<tr>\n<td>Bairro</td>\n<td>neighborhood</td>\n</tr>\n<tr>\n<td>Cidade</td>\n<td>city</td>\n</tr>\n<tr>\n<td>Estado</td>\n<td>state</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>longitude</td>\n</tr>\n<tr>\n<td>Nome da Mãe</td>\n<td>mothername</td>\n</tr>\n<tr>\n<td>Documento Mascarado</td>\n<td>docnumbermask</td>\n</tr>\n<tr>\n<td>Data de Nascimento</td>\n<td>birthdate</td>\n</tr>\n<tr>\n<td>Formato da Data de Nascimento</td>\n<td>dateformat</td>\n</tr>\n</tbody>\n</table>\n</div><p>Os parâmetros de entrada devem ser concatenados por vírgula. O exemplo abaixo mostra uma consulta por nome e data de nascimento. As chaves podem ser combinadas de acordo com a necessidade do usuário. <br /></p>\n<p>**Get: **</p>\n<p>q=<strong>name{seu nome},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong> <br /></p>\n<p>**Post: **</p>\n<p>\"q\"=<strong>\"name{seu nome},birthdate{10/02/1995},dateformat{dd/MM/yyyy}\"</strong> <br /></p>\n<p>Para objetos em formato de array como phone, também pode-se utilizar colchetes.</p>\n<p>**Get: **</p>\n<p>q=<strong>name{seu nome},phone[21967654532,21976556234]</strong> <br /></p>\n<p>**Post: **</p>\n<p>\"q\"=<strong>\"name{seu nome},phone[21967654532,21976556234]\"</strong> <br /></p>\n<p>As chaves podem ser combinadas de acordo com a necessidade do usuário. Por padrão, a API retornará apenas uma pessoa mesmo que encontre mais de uma associada as informações de entrada. Para aumentar esse limite basta utilizar o parâmetro <em><strong>Limit</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>seus_datasets</strong>&amp;<br />\nq=<strong>name{seu nome},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong>&amp;<br />\nAccessToken=<strong>&amp;Limit=5</strong><br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>seus_datasets</strong>\",<br />\n  \"q\": \"<strong>name{seu nome},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong> \",<br />\n  \"AccessToken\": \"\",<br />\n  \"Limit\"=\"<strong>5</strong>\"<br />\n}<br /></p>\n<p><strong>CUIDADO:</strong> o custo da consulta é por cada dataset consultado, ou seja, se encontrarmos 2 pessoas e enriquecermos com um dataset, a cobrança será o valor desse dataset vezes as 2 pessoas enriquecidas.<br /></p>\n<p>O parâmetro Datasets contempla todo o conjunto de dados que deverá ser utilizado para a consulta. Abaixo listamos os datasets disponibilizados na API de Pessoas: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Anúncios Online</td>\n<td>online_ads</td>\n</tr>\n<tr>\n<td>Círculos - Household</td>\n<td>circles_household</td>\n</tr>\n<tr>\n<td>Círculos - Colegas de Classe</td>\n<td>circles_college_class</td>\n</tr>\n<tr>\n<td>Círculos - Processos Judiciais</td>\n<td>circles_lawsuit_parties</td>\n</tr>\n<tr>\n<td>Círculos - Vizinhos</td>\n<td>circles_neighbors</td>\n</tr>\n<tr>\n<td>Círculos - Vizinhos (mesmo prédio)</td>\n<td>circles_building</td>\n</tr>\n<tr>\n<td>Círculos - Parentes</td>\n<td>circles_relatives</td>\n</tr>\n<tr>\n<td>Círculos - Parentes (1º grau)</td>\n<td>circles_first_level_relatives</td>\n</tr>\n<tr>\n<td>Círculos - Socios</td>\n<td>circles_partners</td>\n</tr>\n<tr>\n<td>Círculos - Colegas de trabalho</td>\n<td>circles_coworkers</td>\n</tr>\n<tr>\n<td>Dados Cadastrais Básicos</td>\n<td>basic_data</td>\n</tr>\n<tr>\n<td>Dados Profissionais</td>\n<td>occupation_data</td>\n</tr>\n<tr>\n<td>Dados Profissionais - Conselhos de Classe</td>\n<td>class_organization</td>\n</tr>\n<tr>\n<td>Dados Profissionais - Servidores Públicos</td>\n<td>profession_data</td>\n</tr>\n<tr>\n<td>Dados de Estudantes Universitários</td>\n<td>university_student_data</td>\n</tr>\n<tr>\n<td>Dados de Sites</td>\n<td>domains</td>\n</tr>\n<tr>\n<td>E-mails</td>\n<td>emails</td>\n</tr>\n<tr>\n<td>Emails - Pessoas Relacionadas</td>\n<td>relates_people_emails</td>\n</tr>\n<tr>\n<td>Endereços</td>\n<td>addresses</td>\n</tr>\n<tr>\n<td>Endereços - Pessoas Relacionadas</td>\n<td>relates_people_addresses</td>\n</tr>\n<tr>\n<td>Exposição e Perfil na Mídia</td>\n<td>media_profile_and_exposure</td>\n</tr>\n<tr>\n<td>Indicadores e Características</td>\n<td>flags_and_features</td>\n</tr>\n<tr>\n<td>Informações Financeiras</td>\n<td>financial_data</td>\n</tr>\n<tr>\n<td>Informações Sócio-Demográficas</td>\n<td>demographic_data</td>\n</tr>\n<tr>\n<td>Informações de KYC</td>\n<td>kyc</td>\n</tr>\n<tr>\n<td>Interesses e Comportamentos</td>\n<td>interests_and_behaviors</td>\n</tr>\n<tr>\n<td>Passagens pela Web</td>\n<td>passages</td>\n</tr>\n<tr>\n<td>Presença Online</td>\n<td>online_presence</td>\n</tr>\n<tr>\n<td>Presença em Cobrança</td>\n<td>collections</td>\n</tr>\n<tr>\n<td>Processos</td>\n<td>processes</td>\n</tr>\n<tr>\n<td>Programas de Benefícios e Assistência Social</td>\n<td>social_assistance</td>\n</tr>\n<tr>\n<td>Relacionamentos Econômicos</td>\n<td>business_relationships</td>\n</tr>\n<tr>\n<td>Relacionamentos Pessoais</td>\n<td>related_people</td>\n</tr>\n<tr>\n<td>Telefones</td>\n<td>phones</td>\n</tr>\n<tr>\n<td>Telefones - Pessoas Relacionadas</td>\n<td>relates_people_phones</td>\n</tr>\n<tr>\n<td>Veículos</td>\n<td>vehicles</td>\n</tr>\n</tbody>\n</table>\n</div><p>O nome dos datasets devem ser separados por vírgulas dentro do parâmetro Datasets. Caso o usuário queira\nconsultar dados básicos, telefones e e-mails por exemplo, o parâmetro <strong>Datasets</strong> deve ser preenchido da seguinte\nmaneira: <br /></p>\n<ul>\n<li>Datasets=<strong>basic_data,phones,emails</strong> <br /></li>\n</ul>\n<p>Como a lista de datasets selecionada pode ser muito grande, é possível associar esse conjunto de datasets a uma\nview através da nossa API de Views. Uma view é um alias para um conjunto de datasets. Caso você opte por criar\numa view, direcione sua leitura para a sessão <strong>API de Views</strong>. </p>\n","event":[{"listen":"prerequest","script":{"id":"29531317-3428-4450-8565-27c06e7edbc1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ddc6d43f-b5d0-4691-bdd5-00585358501d","type":"text/javascript","exec":[""]}}],"_postman_id":"34b53093-79a2-44d1-9c79-ccd116de5df7"},{"name":"API de Empresas","item":[{"name":"Anúncios Online","id":"8f026c66-e8a9-48ac-a31c-fd550e84659a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Categorias dos produtos vendidos, Valor médio de produto vendido e Média de anúncios nos últimos \"n\" dias.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone</td>\n<td>Telefone relacionado</td>\n</tr>\n<tr>\n<td>FirstAdDate</td>\n<td>Data do primeiro anúncio</td>\n</tr>\n<tr>\n<td>LastAdDate</td>\n<td>Data do último anúncio</td>\n</tr>\n<tr>\n<td>TotalAds</td>\n<td>Total de anúncios</td>\n</tr>\n<tr>\n<td>ActiveAds</td>\n<td>Total de anúncios ativos</td>\n</tr>\n<tr>\n<td>AdsLast30Days</td>\n<td>Anúncios publicados nos últimos 30 dias</td>\n</tr>\n<tr>\n<td>AdsLast90Days</td>\n<td>Anúncios publicados nos últimos 90 dias</td>\n</tr>\n<tr>\n<td>AdsLast180Days</td>\n<td>Anúncios publicados nos últimos 180 dias</td>\n</tr>\n<tr>\n<td>AdsLast365Days</td>\n<td>Anúncios publicados nos últimos 365 dias</td>\n</tr>\n<tr>\n<td>AdsInMainAdPortal</td>\n<td>Anúncios no portal principal</td>\n</tr>\n<tr>\n<td>AdsInMainAdCategory</td>\n<td>Anúncio na categoria principal</td>\n</tr>\n<tr>\n<td>AdMaxValue</td>\n<td>Valor máximo dos anúncios</td>\n</tr>\n<tr>\n<td>AdMinValue</td>\n<td>Valor mínimo dos anúncios</td>\n</tr>\n<tr>\n<td>AdAvgValue</td>\n<td>Valor médio dos anúncios</td>\n</tr>\n<tr>\n<td>LastAdValue</td>\n<td>Valor do último anúncio publicado</td>\n</tr>\n<tr>\n<td>MainAdPortal</td>\n<td>Portal principal de publicação dos anúncios</td>\n</tr>\n<tr>\n<td>MainAdCategory</td>\n<td>Categoria principal de anúncios</td>\n</tr>\n<tr>\n<td>AdPortals</td>\n<td>Portais de anúncios</td>\n</tr>\n<tr>\n<td>AdCategories</td>\n<td>Categorias de anúncios</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de Criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data do último update</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtros\">Filtros</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activeads</td>\n<td>Quantidade de anuncios ativos</td>\n</tr>\n<tr>\n<td>totalads</td>\n<td>Total de anúncios</td>\n</tr>\n<tr>\n<td>admaxvalue</td>\n<td>Valor maximo de um anúncio</td>\n</tr>\n<tr>\n<td>adminvalue</td>\n<td>Valor mínimo de um anúncio</td>\n</tr>\n<tr>\n<td>portal</td>\n<td>Portal de publicação</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Categoria do anúncio</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>online_ads.filter(totalads=10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.filter(totalads=10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limite\">Limite</h1>\n<p>Para usar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>online_ads.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5911731b-76d0-4615-8877-e7db1d4bedc1","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"\",\n                    \"FirstAdDate\": \"2016-04-12T15:09:08.787Z\",\n                    \"LastAdDate\": \"2016-07-24T19:07:04.391Z\",\n                    \"TotalAds\": -1,\n                    \"ActiveAds\": -1,\n                    \"AdsLast30Days\": -1,\n                    \"AdsLast90Days\": -1,\n                    \"AdsLast180Days\": -1,\n                    \"AdsLast365Days\": -1,\n                    \"AdsInMainAdPortal\": -1,\n                    \"AdsInMainAdCategory\": -1,\n                    \"AdMaxValue\": -1,\n                    \"AdMinValue\": -1,\n                    \"AdAvgValue\": -1,\n                    \"LastAdValue\": -1,\n                    \"MainAdPortal\": \"\",\n                    \"MainAdCategory\": \"\",\n                    \"AdPortals\": [\n                        \"\"\n                    ],\n                    \"AdCategories\": [\n                        \"\"\n                    ],\n                    \"CreationDate\": \"2016-05-03T21:37:52.073Z\",\n                    \"LastUpdateDate\": \"2016-05-03T21:37:52.073Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"97cf8740-5d7b-42c3-9363-3d4caeb5a5cb\",\n    \"ElapsedMilliseconds\": 1027,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e56773f4-0fd3-4f10-a97f-cb75d826beef","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=online_ads&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"online_ads"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"\",\n                    \"FirstAdDate\": \"2016-04-12T15:09:08.787Z\",\n                    \"LastAdDate\": \"2016-07-24T19:07:04.391Z\",\n                    \"TotalAds\": -1,\n                    \"ActiveAds\": -1,\n                    \"AdsLast30Days\": -1,\n                    \"AdsLast90Days\": -1,\n                    \"AdsLast180Days\": -1,\n                    \"AdsLast365Days\": -1,\n                    \"AdsInMainAdPortal\": -1,\n                    \"AdsInMainAdCategory\": -1,\n                    \"AdMaxValue\": -1,\n                    \"AdMinValue\": -1,\n                    \"AdAvgValue\": -1,\n                    \"LastAdValue\": -1,\n                    \"MainAdPortal\": \"\",\n                    \"MainAdCategory\": \"\",\n                    \"AdPortals\": [\n                        \"\"\n                    ],\n                    \"AdCategories\": [\n                        \"\"\n                    ],\n                    \"CreationDate\": \"2016-05-03T21:37:52.073Z\",\n                    \"LastUpdateDate\": \"2016-05-03T21:37:52.073Z\"\n\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"97cf8740-5d7b-42c3-9363-3d4caeb5a5cb\",\n    \"ElapsedMilliseconds\": 1027,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8f026c66-e8a9-48ac-a31c-fd550e84659a"},{"name":"Dados Cadastrais Básicos","id":"5f2629db-bf52-49b5-b4d6-2e635fb1c2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Razão social, CNPJ e Status na Receita Federal.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LegalNature.Code</td>\n<td>0, 1015, 1023, 1031, 1040, 1058, 1066, 1074, 1082, 1090, 1104, 1112, 1120, 1139, 1147, 1155, 1163, 1171, 1180, 1198, 1201, 1210, 1228, 1236, 1244, 1252, 1260, 1279, 2011, 2038, 2046, 2054, 2062, 2070, 2089, 2097, 2100, 2127, 2135, 2143, 2151, 2160, 2178, 2216, 2224, 2232, 2240, 2259, 2267, 2275, 2283, 2291, 2305, 2313, 2321, 3034, 3069, 3077, 3085, 3093, 3107, 3115, 3123, 3131, 3204, 3212, 3220, 3239, 3247, 3255, 3263, 3271, 3280, 3298, 3301, 3999, 4014, 4081, 4090, 4120, 5010, 5029, 5037, 8885</td>\n</tr>\n<tr>\n<td>TaxRegimes</td>\n<td>Simples</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>ATIVA, ATIVA  EMPRESA DOMICILIADA NO EXTERIOR, ATIVA - EMPRESA DOMICILIADA NO EXTERIOR, BAIXADA, CNPJ DOES NOT EXIST IN RECEITA FEDERAL DATABASE, DATA DA SITUAÇÃO CADASTRAL, INAPTA, NULA, NULA  EMPRESA DOMICILIADA NO EXTERIOR, NULA - EMPRESA DOMICILIADA NO EXTERIOR, SUSPENSA, SUSPENSA  EMPRESA DOMICILIADA NO EXTERIOR, SUSPENSA - EMPRESA DOMICILIADA NO EXTERIOR</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdNumber</td>\n<td>Número do documento relacionado</td>\n</tr>\n<tr>\n<td>TaxIdCountry</td>\n<td>País</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers</td>\n<td>Outros números de documentos associados</td>\n</tr>\n<tr>\n<td>OfficialName</td>\n<td>Nome oficial da empresa</td>\n</tr>\n<tr>\n<td>TradeName</td>\n<td>Nome fantasia</td>\n</tr>\n<tr>\n<td>Aliases</td>\n<td>Outras grafias</td>\n</tr>\n<tr>\n<td>NameUniquenessScore</td>\n<td>Varia de 0 até 1, descrevendo o quão único é o nome oficial da empresa em comparação a outras empresas</td>\n</tr>\n<tr>\n<td>FoundedDate</td>\n<td>Data de criação da empresa</td>\n</tr>\n<tr>\n<td>ClosedDate</td>\n<td>Data de fechamento da empresa</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Idade da empresa</td>\n</tr>\n<tr>\n<td>IsHeadquarter</td>\n<td>Se é a empresa sede</td>\n</tr>\n<tr>\n<td>HeadquarterState</td>\n<td>Estado da sede</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>Status do documento relacionado</td>\n</tr>\n<tr>\n<td>TaxIdOrigin</td>\n<td>Origem do documento relacionado</td>\n</tr>\n<tr>\n<td>TaxRegimes</td>\n<td>Tipo de regime tributário</td>\n</tr>\n<tr>\n<td>Activities</td>\n<td>Atividades fim da empresa (Se é a principal atividade, código e nome da atividade)</td>\n</tr>\n<tr>\n<td>Activities.IsMain</td>\n<td>Indica se é principal</td>\n</tr>\n<tr>\n<td>Activities.Code</td>\n<td>Código da atividade (CNAE)</td>\n</tr>\n<tr>\n<td>Activities.Activity</td>\n<td>Descrição da atividade</td>\n</tr>\n<tr>\n<td>LegalNature</td>\n<td>Natureza Jurídica</td>\n</tr>\n<tr>\n<td>LegalNature.Code</td>\n<td>Código</td>\n</tr>\n<tr>\n<td>LegalNature.Activity</td>\n<td>Descrição da atividade</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Dados Adicionais</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de Criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data do último update</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"39b4f936-7a1a-4956-aed8-103103ce985e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n             \"BasicData\": {\n\t\t        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t        \"TaxIdCountry\": \"Brazil\",\n\t\t        \"AlternativeIdNumbers\": {},\n\t\t        \"OfficialName\": \"BANCO DO BRASIL SA\",\n\t\t        \"TradeName\": \"DIRECAO GERAL\",\n\t\t        \"Aliases\": {},\n\t\t        \"NameUniquenessScore\": -1,\n\t\t        \"FoundedDate\": \"1966-08-01T00:00:00Z\",\n\t\t        \"Age\": 52,\n\t\t        \"IsHeadquarter\": true,\n\t\t        \"HeadquarterState\": \"\",\n\t\t        \"TaxIdStatus\": \"ATIVA\",\n\t\t        \"TaxIdOrigin\": \"Receita Federal\",\n\t\t        \"TaxRegimes\": {\n\t\t            \"Simples\": false\n\t\t        },\n\t\t        \"Activities\": [\n\t\t            {\n\t\t                \"IsMain\": true,\n\t\t                \"Code\": \"6422100\",\n\t\t                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n\t\t            },\n\t\t            {\n\t\t                \"IsMain\": false,\n\t\t                \"Code\": \"6499999\",\n\t\t                \"Activity\": \"OUTRAS ATIVIDADES DE SERVICOS FINANCEIROS NAO ESPECIFICADAS ANTERIORMENTE\"\n\t\t            }\n\t\t        ],\n\t\t        \"LegalNature\": {\n\t\t            \"Code\": \"2038\",\n\t\t            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n\t\t        },\n\t\t        \"CreationDate\": \"2014-03-29T00:00:00Z\",\n\t\t        \"LastUpdateDate\": \"2019-02-15T00:00:00Z\",\n\t\t        \"AdditionalOutputData\": {\n\t\t            \"Capital\": \"60000000000.00\"\n\t\t        }\n\t\t    }\n        }\n    ],\n    \"QueryId\": \"fd733821-71b6-4cc3-be1d-43f57dcd2df8\",\n    \"ElapsedMilliseconds\": 82,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e628edf5-14ed-47a6-879f-d2d483fc8b08","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=basic_data&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"basic_data"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n             \"BasicData\": {\n\t\t        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t        \"TaxIdCountry\": \"Brazil\",\n\t\t        \"AlternativeIdNumbers\": {},\n\t\t        \"OfficialName\": \"BANCO DO BRASIL SA\",\n\t\t        \"TradeName\": \"DIRECAO GERAL\",\n\t\t        \"Aliases\": {},\n\t\t        \"NameUniquenessScore\": -1,\n\t\t        \"FoundedDate\": \"1966-08-01T00:00:00Z\",\n\t\t        \"Age\": 52,\n\t\t        \"IsHeadquarter\": true,\n\t\t        \"HeadquarterState\": \"\",\n\t\t        \"TaxIdStatus\": \"ATIVA\",\n\t\t        \"TaxIdOrigin\": \"Receita Federal\",\n\t\t        \"TaxRegimes\": {\n\t\t            \"Simples\": false\n\t\t        },\n\t\t        \"Activities\": [\n\t\t            {\n\t\t                \"IsMain\": true,\n\t\t                \"Code\": \"6422100\",\n\t\t                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n\t\t            },\n\t\t            {\n\t\t                \"IsMain\": false,\n\t\t                \"Code\": \"6499999\",\n\t\t                \"Activity\": \"OUTRAS ATIVIDADES DE SERVICOS FINANCEIROS NAO ESPECIFICADAS ANTERIORMENTE\"\n\t\t            }\n\t\t        ],\n\t\t        \"LegalNature\": {\n\t\t            \"Code\": \"2038\",\n\t\t            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n\t\t        },\n\t\t        \"CreationDate\": \"2014-03-29T00:00:00Z\",\n\t\t        \"LastUpdateDate\": \"2019-02-15T00:00:00Z\",\n\t\t        \"AdditionalOutputData\": {\n\t\t            \"Capital\": \"60000000000.00\"\n\t\t        }\n\t\t    }\n        }\n    ],\n    \"QueryId\": \"fd733821-71b6-4cc3-be1d-43f57dcd2df8\",\n    \"ElapsedMilliseconds\": 82,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5f2629db-bf52-49b5-b4d6-2e635fb1c2a6"},{"name":"Dados de Sites","id":"8e12f426-20eb-4b72-b540-08052e85bb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Dados de classificação, Dados de tecnologias básicas e Dados de integração com mídias sociais.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HostName</td>\n<td>Nome do Host</td>\n</tr>\n<tr>\n<td>DomainName</td>\n<td>Nome do domínio</td>\n</tr>\n<tr>\n<td>FinalDomainName</td>\n<td>Nome final do domínio</td>\n</tr>\n<tr>\n<td>DomainClass</td>\n<td>Classificação do site</td>\n</tr>\n<tr>\n<td>DomainMainSegment</td>\n<td>Segmento</td>\n</tr>\n<tr>\n<td>VisitorRange</td>\n<td>Faixa de total de visitantes</td>\n</tr>\n<tr>\n<td>ServerTechnology</td>\n<td>Tipo de servidor WEB</td>\n</tr>\n<tr>\n<td>DevelopmentLanguage</td>\n<td>Linguagem de desenvolvimento</td>\n</tr>\n<tr>\n<td>Framework</td>\n<td>Framework utilizado</td>\n</tr>\n<tr>\n<td>PageCountRange</td>\n<td>Faixa de total de páginas</td>\n</tr>\n<tr>\n<td>PaymentServices</td>\n<td>Serviços de pagamento</td>\n</tr>\n<tr>\n<td>PaymentMethods</td>\n<td>Métodos de pagamento</td>\n</tr>\n<tr>\n<td>CreditCards</td>\n<td>Cartões de crédito</td>\n</tr>\n<tr>\n<td>FinancialInstitutions</td>\n<td>Instituições financeiras</td>\n</tr>\n<tr>\n<td>IspName</td>\n<td>Provedor</td>\n</tr>\n<tr>\n<td>IspCountry</td>\n<td>País de hospedagem</td>\n</tr>\n<tr>\n<td>IspRegion</td>\n<td>Região de hospedagem</td>\n</tr>\n<tr>\n<td>IspCity</td>\n<td>Cidade de hospedagem</td>\n</tr>\n<tr>\n<td>ProductRangeCount</td>\n<td>Faixa de total de produtos</td>\n</tr>\n<tr>\n<td>AvgPrice</td>\n<td>Média de preço</td>\n</tr>\n<tr>\n<td>AdNetworks</td>\n<td>Redes Anunciantes</td>\n</tr>\n<tr>\n<td>SocialNetworks</td>\n<td>Redes Sociais</td>\n</tr>\n<tr>\n<td>ChatProviders</td>\n<td>Provedores de chat</td>\n</tr>\n<tr>\n<td>HelpDeskProviders</td>\n<td>Provedores de help desk</td>\n</tr>\n<tr>\n<td>FraudService</td>\n<td>Serviço antifraude</td>\n</tr>\n<tr>\n<td>MappingServices</td>\n<td>Serviço de mapa</td>\n</tr>\n<tr>\n<td>AnalyticsServices</td>\n<td>Serviços de Analytics</td>\n</tr>\n<tr>\n<td>RecommendationEngine</td>\n<td>Máquinas de recomendação</td>\n</tr>\n<tr>\n<td>RegistrationStatus</td>\n<td>Status de registro</td>\n</tr>\n<tr>\n<td>EstimatedIncome</td>\n<td>Faturamento estimado</td>\n</tr>\n<tr>\n<td>AvgLoadTime</td>\n<td>Tempo médio de carregamento</td>\n</tr>\n<tr>\n<td>AvgPageSize</td>\n<td>Tamanho médio das páginas</td>\n</tr>\n<tr>\n<td>CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>Data de criação do site</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Data de expiração do site</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>HasSsl</td>\n<td>Indica se tem SSL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasssl</td>\n<td>Indica se tem SSL  (true, false)</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Indica se o domnio est ativo (true, false)</td>\n</tr>\n<tr>\n<td>socialnetworks</td>\n<td>Redes sociais</td>\n</tr>\n<tr>\n<td>ispname</td>\n<td>Provedor</td>\n</tr>\n<tr>\n<td>paymentmethods</td>\n<td>Métodos de pagamento</td>\n</tr>\n<tr>\n<td>paymentservices</td>\n<td>Serviços de pagamento</td>\n</tr>\n<tr>\n<td>framework</td>\n<td>Framework utilizado</td>\n</tr>\n<tr>\n<td>visitorrange</td>\n<td>Faixa total de visitantes</td>\n</tr>\n<tr>\n<td>domainclass</td>\n<td>Indica a classe do domnio (PORTAL, BLOG, ...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>domains.filter(framework=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.filter(framework=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar o campo de limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>domains.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1d797932-fdce-49b9-b079-f025ebd3dc4f","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=domains&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"domains"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"server.bastter.com\",\n                    \"DomainName\": \"bastter.com.br\",\n                    \"FinalDomainName\": \"https://www.bastter.com/Mercado/\",\n                    \"DomainClass\": \"ECOMMERCE\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"Microsoft-IIS/8.0\",\n                    \"DevelopmentLanguage\": \"ASP.NET\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"HostDime.com Inc.\",\n                    \"IspCountry\": \"United States\",\n                    \"IspRegion\": \"Florida\",\n                    \"IspCity\": \"Orlando\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"Publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 556.19422908163267,\n                    \"AvgPageSize\": 171237.42857142858,\n                    \"CaptureDate\": \"2018-11-25T07:00:40.096Z\",\n                    \"RegistrationDate\": \"2001-09-12T00:00:00Z\",\n                    \"ExpirationDate\": \"2023-09-12T00:00:00Z\",\n                    \"IsActive\": true,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB\",\n                            \"Subject\": \"CN=bastter.com, OU=EssentialSSL, OU=Domain Control Validated\",\n                            \"ExpirationDate\": \"9/24/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"39680649-2dc0-4f72-b5ee-713d80921825\",\n    \"ElapsedMilliseconds\": 292,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f679e668-bcb1-4cc6-a665-026412b975b7","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"server.bastter.com\",\n                    \"DomainName\": \"bastter.com.br\",\n                    \"FinalDomainName\": \"https://www.bastter.com/Mercado/\",\n                    \"DomainClass\": \"ECOMMERCE\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"Microsoft-IIS/8.0\",\n                    \"DevelopmentLanguage\": \"ASP.NET\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"HostDime.com Inc.\",\n                    \"IspCountry\": \"United States\",\n                    \"IspRegion\": \"Florida\",\n                    \"IspCity\": \"Orlando\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"Publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 556.19422908163267,\n                    \"AvgPageSize\": 171237.42857142858,\n                    \"CaptureDate\": \"2018-11-25T07:00:40.096Z\",\n                    \"RegistrationDate\": \"2001-09-12T00:00:00Z\",\n                    \"ExpirationDate\": \"2023-09-12T00:00:00Z\",\n                    \"IsActive\": true,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB\",\n                            \"Subject\": \"CN=bastter.com, OU=EssentialSSL, OU=Domain Control Validated\",\n                            \"ExpirationDate\": \"9/24/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"39680649-2dc0-4f72-b5ee-713d80921825\",\n    \"ElapsedMilliseconds\": 292,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8e12f426-20eb-4b72-b540-08052e85bb2a"},{"name":"E-mails","id":"c8d79048-61e0-4f8f-adfa-a3b38f7686c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Endereço(s) de e-mail, Indicadores de Frequência e Indicadores de Utilização.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>WORK, PERSONAL</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Endereço de email</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo do email</td>\n</tr>\n<tr>\n<td>Domain</td>\n<td>Dominio do email</td>\n</tr>\n<tr>\n<td>UserName</td>\n<td>Nome do usuario</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Total de passagens avaliadas como \"ruins\"</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Total de passagens referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Total de passagens incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Total de passagens referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Média mensal de de passagens</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Número de entidades relacionadas a esse email</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do telefone</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o telefone é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Status de validação</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"filtro\">Filtro</h1>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Tipo do email</td>\n<td>work, personal</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se o email esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se o email é recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se o email é principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>validationstatus</td>\n<td>Status de validação</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Domínio do email</td>\n<td>gmail.com, yahoo.com.br, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_cmapo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>emails.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limite\">Limite</h1>\n<p> Para usar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>emails.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"526f499c-c243-4760-b24d-b79322af01da","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=emails&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"emails"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\": \"valesca@janirmoreira.com.br\",\n                    \"Domain\": \"janirmoreira.com.br\",\n                    \"UserName\": \"valesca\",\n                    \"Type\": \"corporate\",\n                    \"EmailTotalPassages\": 66,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 16,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 2,\n                    \"IsMain\": false,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-06-21T00:00:00Z\",\n                    \"FirstPassageDate\": \"2017-12-25T00:00:00Z\",\n                    \"LastPassageDate\": \"2018-04-04T00:00:00Z\",\n                    \"CreationDate\": \"0001-01-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2018-04-04T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"9b37781f-b85f-43b4-b35f-6b1f0e8b41be\",\n    \"ElapsedMilliseconds\": 103,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"815c7138-e565-4d91-b4aa-91dcbfcd2328","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\": \"valesca@janirmoreira.com.br\",\n                    \"Domain\": \"janirmoreira.com.br\",\n                    \"UserName\": \"valesca\",\n                    \"Type\": \"corporate\",\n                    \"EmailTotalPassages\": 66,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 16,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 2,\n                    \"IsMain\": false,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-06-21T00:00:00Z\",\n                    \"FirstPassageDate\": \"2017-12-25T00:00:00Z\",\n                    \"LastPassageDate\": \"2018-04-04T00:00:00Z\",\n                    \"CreationDate\": \"0001-01-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2018-04-04T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"9b37781f-b85f-43b4-b35f-6b1f0e8b41be\",\n    \"ElapsedMilliseconds\": 103,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c8d79048-61e0-4f8f-adfa-a3b38f7686c2"},{"name":"Endereços","id":"a36aaed4-fe35-4d8e-a40e-2fdb60d18bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Endereço detalhado, Tipo do endereço e Indicadores de Utilização.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>HOME ou WORK</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Logradouro</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Título (i.e Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indica se o endereço é principal</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Número</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Bairro</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>CEP</td>\n</tr>\n<tr>\n<td>City</td>\n<td>Cidade</td>\n</tr>\n<tr>\n<td>State</td>\n<td>Estado</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>País</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Tipo de Endereço (HOME ou WORK)</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Código referente ao endereço (incluindo complemento)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Código referente ao endereço (sem o complemento)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Frequência do Household em situação suspeita</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Household</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Frequenca desse Household incluindo alguma validação</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Frequência do Household referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Média de frequência do Household</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Quantidade de Entidades associadas a esse Household</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Frequência do Building em situação suspeita</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Frequência de capturas feitas na internet desse Building</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Frequenca desse Building incluindo alguma validação</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Frequência do Building referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Média de frequência do Building</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Quantidade de Households associadas a esse Building</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o endereço é o principal</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indica se esse endereço é recente (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se esse endereço está ativo (se existe alguma passagem relacionada a esse endereço dentro do periodo de 12 meses)</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indica se o endereço passou por algum tipo de verificação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da ultima passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da ultima atualização</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Pode incluir informações adicionais como Código do IBGE</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do endereço (caso exista mais de um)</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Tipo de endereço</td>\n<td>work, home</td>\n</tr>\n<tr>\n<td>isratified</td>\n<td>Se esta ratificado</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se é recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se  principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Sigla do estado</td>\n<td>RJ, SP, MG, ES, ...</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>Número do CEP</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>addresses.filter(ismain=true)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.filter(ismain=true)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limite\">Limite</h1>\n<p>Para utilizar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>addresses.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"a2a2870c-f98e-43e3-999a-5f22dab5d06b","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Addresses\": [\n\t\t      {\n\t\t          \"Typology\": \"AVENIDA\",\n\t\t          \"Title\": \"PRESIDENTE\",\n\t\t          \"AddressMain\": \"VARGAS\",\n\t\t          \"Number\": \"218\",\n\t\t          \"Complement\": \"\",\n\t\t          \"Neighborhood\": \"CAMPINA\",\n\t\t          \"ZipCode\": \"66010900\",\n\t\t          \"City\": \"BELEM\",\n\t\t          \"State\": \"PA\",\n\t\t          \"Country\": \"Brazil\",\n\t\t          \"Type\": \"WORK\",\n\t\t          \"HouseholdCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"BuildingCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"HouseholdTotalPassages\": 2,\n\t\t          \"HouseholdBadPassages\": 0,\n\t\t          \"HouseholdCrawlingPassages\": 0,\n\t\t          \"HouseholdValidationPassages\": 0,\n\t\t          \"HouseholdQueryPassages\": -1,\n\t\t          \"HouseholdMonthAveragePassages\": 0,\n\t\t          \"HouseholdNumberOfEntities\": 4,\n\t\t          \"BuildingTotalPassages\": 2,\n\t\t          \"BuildingBadPassages\": 0,\n\t\t          \"BuildingCrawlingPassages\": 0,\n\t\t          \"BuildingValidationPassages\": 0,\n\t\t          \"BuildingQueryPassages\": -1,\n\t\t          \"BuildingMonthAveragePassages\": 0,\n\t\t          \"BuildingNumberOfHouseholds\": -1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": true,\n\t\t          \"IsRatified\": true,\n\t\t          \"FirstPassageDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"CreationDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"HasOptIn\": false,\n\t\t          \"AdditionalOutputData\": {\n\t\t              \"IbgeCode\": \"1501402\"\n\t\t          },\n\t\t          \"Latitude\": 0,\n\t\t          \"Longitude\": 0\n\t\t      }\n\t\t  ]\n        }\n    ],\n    \"QueryId\": \"c8eb89f5-d217-4af8-9956-0b08ead35a92\",\n    \"ElapsedMilliseconds\": 63,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"bd8f8530-dd57-442e-84bd-606158c28379","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=addresses&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"addresses"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Addresses\": [\n\t\t      {\n\t\t          \"Typology\": \"AVENIDA\",\n\t\t          \"Title\": \"PRESIDENTE\",\n\t\t          \"AddressMain\": \"VARGAS\",\n\t\t          \"Number\": \"218\",\n\t\t          \"Complement\": \"\",\n\t\t          \"Neighborhood\": \"CAMPINA\",\n\t\t          \"ZipCode\": \"66010900\",\n\t\t          \"City\": \"BELEM\",\n\t\t          \"State\": \"PA\",\n\t\t          \"Country\": \"Brazil\",\n\t\t          \"Type\": \"WORK\",\n\t\t          \"HouseholdCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"BuildingCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"HouseholdTotalPassages\": 2,\n\t\t          \"HouseholdBadPassages\": 0,\n\t\t          \"HouseholdCrawlingPassages\": 0,\n\t\t          \"HouseholdValidationPassages\": 0,\n\t\t          \"HouseholdQueryPassages\": -1,\n\t\t          \"HouseholdMonthAveragePassages\": 0,\n\t\t          \"HouseholdNumberOfEntities\": 4,\n\t\t          \"BuildingTotalPassages\": 2,\n\t\t          \"BuildingBadPassages\": 0,\n\t\t          \"BuildingCrawlingPassages\": 0,\n\t\t          \"BuildingValidationPassages\": 0,\n\t\t          \"BuildingQueryPassages\": -1,\n\t\t          \"BuildingMonthAveragePassages\": 0,\n\t\t          \"BuildingNumberOfHouseholds\": -1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": true,\n\t\t          \"IsRatified\": true,\n\t\t          \"FirstPassageDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"CreationDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"HasOptIn\": false,\n\t\t          \"AdditionalOutputData\": {\n\t\t              \"IbgeCode\": \"1501402\"\n\t\t          },\n\t\t          \"Latitude\": 0,\n\t\t          \"Longitude\": 0\n\t\t      }\n\t\t  ]\n        }\n    ],\n    \"QueryId\": \"c8eb89f5-d217-4af8-9956-0b08ead35a92\",\n    \"ElapsedMilliseconds\": 63,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a36aaed4-fe35-4d8e-a40e-2fdb60d18bc5"},{"name":"Exposição e Perfil na Mídia","id":"5e14a58f-9daf-4193-a66f-93c8df0a2204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Indicador de nível de exposição na mídia, Indicador de nível de celebridade e Indicador de impopularidade. </p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MediaExposureLevel</td>\n<td>Indicador de nível de exposição na mídia</td>\n</tr>\n<tr>\n<td>CelebrityLevel</td>\n<td>Indicador de nível de celebridade</td>\n</tr>\n<tr>\n<td>UnpopularityLevel</td>\n<td>Indicador de impopularidade</td>\n</tr>\n<tr>\n<td>NewsItems.Title</td>\n<td>Título</td>\n</tr>\n<tr>\n<td>NewsItems.SourceName</td>\n<td>Origem</td>\n</tr>\n<tr>\n<td>NewsItems.Url</td>\n<td>Url</td>\n</tr>\n<tr>\n<td>NewsItems.Categories</td>\n<td>Categoria</td>\n</tr>\n<tr>\n<td>NewsItems.CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>NewsItems.PublicationDate</td>\n<td>Data da publicação</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data do último update</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parâmetros-para-busca\">Parâmetros para busca</h2>\n<p>A consulta Exposição e Perfil na Mídia aceita os seguintes parâmetros para busca:</p>\n<p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc ou name</td>\n<td>CNPJ ou Nome</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keywords</td>\n<td>Palavras Chave</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Paginação:</strong> a paginação do dataset pode ser feita através do parâmetro <em><strong>next</strong></em> utilizando o ID retornado por cada requisição conforme exemplo abaixo:</p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<em><strong>media_profile_and_exposure.next(ID da próxima página)</strong></em>&amp;<br />\nq=&amp;<br />\nAccessToken=<br /></p>\n<p>Abaixo exemplificamos uma chamada Get e Post:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=media_profile_and_exposure&amp;<br />\nq=<strong>name{nome_empresa}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure\",<br />\n  \"q\": \"<strong>name{nome_empresa}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h2 id=\"filtros\">Filtros</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tittle</td>\n<td>Título da notícia</td>\n</tr>\n<tr>\n<td>sourcename</td>\n<td>Nome da fonte responsável pela notícia</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Categoria da notícia</td>\n</tr>\n</tbody>\n</table>\n</div><p>Exemplo de chamadas utilizando o filtro: </p>\n<p><em><strong>Get:</strong></em> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**&amp;<br />\nq=<strong>name{seu_nome}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><em><strong>Post:</strong></em> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**\",<br />\n  \"q\": \"<strong>name{seu_nome}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1bc1daf2-428a-48ed-beca-a01981ef3b08","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"B\",\r\n                \"NewsItems\": [\r\n                    {\r\n                        \"Title\": \"Petrobras e bancos caem em dia de forte aversão ao risco; Suzano sobe com alta do dólar\",\r\n                        \"SourceName\": \"infomoney\",\r\n                        \"Url\": \"https://www.infomoney.com.br//mercados/acoes-e-indices/noticia/8044340/petrobras-bancos-caem-dia-forte-aversao-risco-suzano-sobe-com\",\r\n                        \"SentimentAnalysis\": {\r\n                            \"Label\": \"POSITIVE\",\r\n                            \"PeopleCount\": 0,\r\n                            \"PlacesCount\": 1,\r\n                            \"OrganizationsCount\": 13,\r\n                            \"Entities\": {\r\n                                \"PLACES\": {\r\n                                    \"BRUMADINHO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    }\r\n                                },\r\n                                \"ORGANIZATIONS\": {\r\n                                    \"OI\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"NATURA\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"GOL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ELETROBRAS\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BRADESCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BANCO DO BRASIL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ITAU UNIBANCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"SANTANDER\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"CARREFOUR\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"SENADO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"AZUL\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"PIS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"COFINS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    }\r\n                                }\r\n                            }\r\n                        },\r\n                        \"Categories\": [\r\n                            \"economy\"\r\n                        ],\r\n                        \"CaptureDate\": \"2019-03-27T17:19:29.811Z\",\r\n                        \"PublicationDate\": \"2019-03-27T13:18:29\"\r\n                    }           \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"2cc1a840-deb3-4130-a149-4d6649010c67","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=media_profile_and_exposure&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"media_profile_and_exposure"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"B\",\r\n                \"NewsItems\": [\r\n                    {\r\n                        \"Title\": \"Petrobras e bancos caem em dia de forte aversão ao risco; Suzano sobe com alta do dólar\",\r\n                        \"SourceName\": \"infomoney\",\r\n                        \"Url\": \"https://www.infomoney.com.br//mercados/acoes-e-indices/noticia/8044340/petrobras-bancos-caem-dia-forte-aversao-risco-suzano-sobe-com\",\r\n                        \"SentimentAnalysis\": {\r\n                            \"Label\": \"POSITIVE\",\r\n                            \"PeopleCount\": 0,\r\n                            \"PlacesCount\": 1,\r\n                            \"OrganizationsCount\": 13,\r\n                            \"Entities\": {\r\n                                \"PLACES\": {\r\n                                    \"BRUMADINHO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    }\r\n                                },\r\n                                \"ORGANIZATIONS\": {\r\n                                    \"OI\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"NATURA\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"GOL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ELETROBRAS\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BRADESCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BANCO DO BRASIL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ITAU UNIBANCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"SANTANDER\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"CARREFOUR\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"SENADO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"AZUL\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"PIS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"COFINS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    }\r\n                                }\r\n                            }\r\n                        },\r\n                        \"Categories\": [\r\n                            \"economy\"\r\n                        ],\r\n                        \"CaptureDate\": \"2019-03-27T17:19:29.811Z\",\r\n                        \"PublicationDate\": \"2019-03-27T13:18:29\"\r\n                    }           \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"5e14a58f-9daf-4193-a66f-93c8df0a2204"},{"name":"Grupos Econômicos","id":"ef0f9161-5438-4ba3-9407-aabcaaae8ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"economic_group_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalIncomeRange</td>\n<td>ACIMA DE 100MM, ACIMA DE 10MM ATE 25MM, ACIMA DE 1MM ATE 2.5MM, ACIMA DE 2.5MM ATE 5MM, ACIMA DE 250K ATE 500K, ACIMA DE 25MM ATE 50MM, ACIMA DE 500K ATE 1MM, ACIMA DE 50MM ATE 100MM, ACIMA DE 5MM ATE 10MM, ATE 250K, EMPRESA ISENTA, EMPRESA NAO ATIVA, SEM INFORMACAO</td>\n</tr>\n<tr>\n<td>TotalEmployeesRange</td>\n<td>&gt;= 500, 002 A 005, 006 A 009, 010 A 019, 020 A 049, 050 A 099, 100 A 499, ATE 01, SEM INFORMACAO, SEM VINCULOS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MainCompanyTaxId</td>\n<td>Número do documento</td>\n</tr>\n<tr>\n<td>EconomicGroupType</td>\n<td>Tipo do grupo econômico</td>\n</tr>\n<tr>\n<td>TotalCompanies</td>\n<td>Total de empresas</td>\n</tr>\n<tr>\n<td>TotalActiveCompanies</td>\n<td>Total de empresas ativas</td>\n</tr>\n<tr>\n<td>TotalInactiveCompanies</td>\n<td>Total de empresas inativas</td>\n</tr>\n<tr>\n<td>TotalHeadquarters</td>\n<td>Total de sedes</td>\n</tr>\n<tr>\n<td>TotalBranches</td>\n<td>Total de filiais</td>\n</tr>\n<tr>\n<td>TotalStates</td>\n<td>Total de estados</td>\n</tr>\n<tr>\n<td>TotalCities</td>\n<td>Total de cidades</td>\n</tr>\n<tr>\n<td>TotalIncomeRange</td>\n<td>Faixa de faturamento total</td>\n</tr>\n<tr>\n<td>TotalEmployeesRange</td>\n<td>Faixa total de funcionários</td>\n</tr>\n<tr>\n<td>TotalPeople</td>\n<td>Total de pessoas relacionadas</td>\n</tr>\n<tr>\n<td>TotalOwners</td>\n<td>Total de proprietários</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total de indicadores de PPE's</td>\n</tr>\n<tr>\n<td>TotalSanctioned</td>\n<td>Total de sanções</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalWebsites</td>\n<td>Total de sites</td>\n</tr>\n<tr>\n<td>TotalAddresses</td>\n<td>Total de endereços</td>\n</tr>\n<tr>\n<td>TotalPhones</td>\n<td>Total de números de telefone</td>\n</tr>\n<tr>\n<td>TotalEmails</td>\n<td>Total de emails</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total de passagens</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total de passagens avaliadas como \"ruins\"</td>\n</tr>\n<tr>\n<td>EconomicActivities</td>\n<td>Contém o código das atividades econômicas exercidas</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"limite\">Limite</h1>\n<p>Por padrão, esse dataset irá retornar 4 dados. Para aumentar esse limite basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>economic_group_data.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>economic_group_data.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<ul>\n<li><strong>Nota:</strong> O máximo permitido nesse parâmetro são 10 dados de retorno.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"c09df365-d492-4776-9d1e-0cc59ee4a904","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"economic_group_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"EconomicGroups\": {\n\t\t\t    \"EconomicGroups\": [\n\t\t\t        {\n\t\t\t            \"MainCompanyTaxId\": \"xxxxxxxxxxxxxx\",\n\t\t\t            \"EconomicGroupType\": \"First-level\",\n\t\t\t            \"TotalCompanies\": 0,\n\t\t\t            \"TotalActiveCompanies\": -1,\n\t\t\t            \"TotalInactiveCompanies\": -1,\n\t\t\t            \"TotalHeadquarters\": -1,\n\t\t\t            \"TotalBranches\": 6355,\n\t\t\t            \"TotalStates\": 1,\n\t\t\t            \"TotalCities\": 1,\n\t\t\t            \"TotalIncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t            \"TotalEmployeesRange\": \">= 500\",\n\t\t\t            \"TotalPeople\": 105276,\n\t\t\t            \"TotalOwners\": 37,\n\t\t\t            \"TotalPEPs\": -1,\n\t\t\t            \"TotalSanctioned\": -1,\n\t\t\t            \"TotalLawsuits\": -1,\n\t\t\t            \"TotalWebsites\": 7,\n\t\t\t            \"TotalAddresses\": 1,\n\t\t\t            \"TotalPhones\": 1,\n\t\t\t            \"TotalEmails\": 4,\n\t\t\t            \"TotalPassages\": -1,\n\t\t\t            \"TotalBadPassages\": -1,\n\t\t\t            \"EconomicActivities\": [\n\t\t\t                \"6499999\"\n\t\t\t            ]\n\t\t\t        }\n\t\t\t    ]\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"2c304bc1-806e-4f00-8a79-779f35163b49\",\n    \"ElapsedMilliseconds\": 4407,\n    \"Status\": {\n        \"economic_group_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eaf9ab0b-26c9-43b3-85ec-8537591c337b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=economic_group_data&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"economic_group_data"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"EconomicGroups\": {\n\t\t\t    \"EconomicGroups\": [\n\t\t\t        {\n\t\t\t            \"MainCompanyTaxId\": \"xxxxxxxxxxxxxx\",\n\t\t\t            \"EconomicGroupType\": \"First-level\",\n\t\t\t            \"TotalCompanies\": 0,\n\t\t\t            \"TotalActiveCompanies\": -1,\n\t\t\t            \"TotalInactiveCompanies\": -1,\n\t\t\t            \"TotalHeadquarters\": -1,\n\t\t\t            \"TotalBranches\": 6355,\n\t\t\t            \"TotalStates\": 1,\n\t\t\t            \"TotalCities\": 1,\n\t\t\t            \"TotalIncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t            \"TotalEmployeesRange\": \">= 500\",\n\t\t\t            \"TotalPeople\": 105276,\n\t\t\t            \"TotalOwners\": 37,\n\t\t\t            \"TotalPEPs\": -1,\n\t\t\t            \"TotalSanctioned\": -1,\n\t\t\t            \"TotalLawsuits\": -1,\n\t\t\t            \"TotalWebsites\": 7,\n\t\t\t            \"TotalAddresses\": 1,\n\t\t\t            \"TotalPhones\": 1,\n\t\t\t            \"TotalEmails\": 4,\n\t\t\t            \"TotalPassages\": -1,\n\t\t\t            \"TotalBadPassages\": -1,\n\t\t\t            \"EconomicActivities\": [\n\t\t\t                \"6499999\"\n\t\t\t            ]\n\t\t\t        }\n\t\t\t    ]\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"2c304bc1-806e-4f00-8a79-779f35163b49\",\n    \"ElapsedMilliseconds\": 4407,\n    \"Status\": {\n        \"economic_group_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ef0f9161-5438-4ba3-9407-aabcaaae8ea8"},{"name":"Indicadores de Atividade","id":"0f42b384-49f6-4149-8f27-e524d023f431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"activity_indicators\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Atividade operacional, Número de funcionários e Faturamento estimado.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmployeesRange</td>\n<td>ATE 01, 002 A 005, 006 A 009, 010 A 019, 020 A 049, 050 A 099, 100 A 499, &gt;= 500, SEM INFORMACAO, SEM VINCULOS</td>\n</tr>\n<tr>\n<td>IncomeRange</td>\n<td>ATE 250K, ACIMA DE 250K ATE 500K, ACIMA DE 500K ATE 1MM, ACIMA DE 1MM ATE 2.5MM, ACIMA DE 2.5MM ATE 5MM, ACIMA DE 5MM ATE 10MM, ACIMA DE 10MM ATE 25MM, ACIMA DE 25MM ATE 50MM, ACIMA DE 50MM ATE 100MM, ACIMA DE 100MM, SEM INFORMACAO, EMPRESA ISENTA, EMPRESA NAO ATIVA</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmployeesRange</td>\n<td>Faixa de empregados que uma empresa possui</td>\n</tr>\n<tr>\n<td>IncomeRange</td>\n<td>Faixa de renda que uma empresa possui</td>\n</tr>\n<tr>\n<td>ActivityLevel</td>\n<td>Valor que indica o nível de atividade da empresa</td>\n</tr>\n<tr>\n<td>HasActivity</td>\n<td>Se a empresa está ativa</td>\n</tr>\n<tr>\n<td>HasRecentAddress</td>\n<td>Indica se a empresa tem algum endereço recente</td>\n</tr>\n<tr>\n<td>HasRecentEmail</td>\n<td>Indica se a empresa possui algum endereço de email recente</td>\n</tr>\n<tr>\n<td>HasRecentPassages</td>\n<td>Indica se a empresa possui passagens recentes</td>\n</tr>\n<tr>\n<td>HasActiveDomain</td>\n<td>Indica se a empresa possui domínios de sites ativos</td>\n</tr>\n<tr>\n<td>HasActiveSSL</td>\n<td>Indica se a empresa possui SSL</td>\n</tr>\n<tr>\n<td>HasCorporateEmail</td>\n<td>Indica se a empresa possui algum endereço de email do tipo corporativo</td>\n</tr>\n<tr>\n<td>NumberOfBranches</td>\n<td>Número de filiais</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"38d80bf2-20b8-434d-8220-2ef935219e9e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"activity_indicators\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"ActivityIndicators\": {\n\t\t\t    \"EmployeesRange\": \"100 A 499\",\n\t\t\t    \"IncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t    \"ActivityLevel\": 0.444444444444444,\n\t\t\t    \"HasActivity\": true,\n\t\t\t    \"HasRecentAddress\": false,\n\t\t\t    \"HasRecentPhone\": false,\n\t\t\t    \"HasRecentEmail\": false,\n\t\t\t    \"HasRecentPassages\": true,\n\t\t\t    \"HasActiveDomain\": true,\n\t\t\t    \"HasActiveSSL\": true,\n\t\t\t    \"HasCorporateEmail\": false,\n\t\t\t    \"NumberOfBranches\": 6355\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"fa803295-52ca-40ef-8a93-104dd2004fd9\",\n    \"ElapsedMilliseconds\": 151,\n    \"Status\": {\n        \"activity_indicators\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d2736abf-e6ef-4396-9332-eaf820bcbcef","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=activity_indicators&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"activity_indicators"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"ActivityIndicators\": {\n\t\t\t    \"EmployeesRange\": \"100 A 499\",\n\t\t\t    \"IncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t    \"ActivityLevel\": 0.444444444444444,\n\t\t\t    \"HasActivity\": true,\n\t\t\t    \"HasRecentAddress\": false,\n\t\t\t    \"HasRecentPhone\": false,\n\t\t\t    \"HasRecentEmail\": false,\n\t\t\t    \"HasRecentPassages\": true,\n\t\t\t    \"HasActiveDomain\": true,\n\t\t\t    \"HasActiveSSL\": true,\n\t\t\t    \"HasCorporateEmail\": false,\n\t\t\t    \"NumberOfBranches\": 6355\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"fa803295-52ca-40ef-8a93-104dd2004fd9\",\n    \"ElapsedMilliseconds\": 151,\n    \"Status\": {\n        \"activity_indicators\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0f42b384-49f6-4149-8f27-e524d023f431"},{"name":"Informações de KYC","id":"ff40b754-95d8-4b5d-9528-96cf0ef54a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Indicador de PPE nacional, Presença em listas de terroristas e Presença em listas de lavagem de dinheiro.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>Fonte da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Tipo de sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.MatchRate</td>\n<td>Indicação do quão próximo o nome se assemelha</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Details</td>\n<td>Detalhes</td>\n</tr>\n<tr>\n<td>SanctionsHistory.StartDate</td>\n<td>Data de início da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.EndDate</td>\n<td>Data de término da sanção</td>\n</tr>\n<tr>\n<td>SanctionsHistory.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>SanctionsHistory.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>IsCurrentlySanctioned</td>\n<td>Indica se a pessoa está atualmente sob alguma sanção</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CNPJ</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minmatch</td>\n<td>Match Rate minimo para ser considerado sancionado pela flag IsCurrentlySanctioned (default: 70)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pep_level</td>\n<td>Nível de Pessoa Politicamente Exposta (PPE)</td>\n</tr>\n<tr>\n<td>pep_job</td>\n<td>Cargo</td>\n</tr>\n<tr>\n<td>pep_motive</td>\n<td>Motivo</td>\n</tr>\n<tr>\n<td>sanctions_source</td>\n<td>Fonte da sanção</td>\n</tr>\n<tr>\n<td>sanctions_type</td>\n<td>Tipo da sanção (CEPIM, CEIS, CNEP,UNSC)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>kyc.filter(sanctions_source=interpol)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>kyc.filter(sanctions_source=interpol)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"015981bc-6bd8-4afa-b798-ef9bcefb496e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=kyc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"kyc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n            \t\"PEPHistory\": [],\r\n                \"IsCurrentlyPEP\": false,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CEPIM\",\r\n                        \"Details\": {\r\n                            \"AgreementNumber \": \"629097\",\r\n                            \"GrantingBody    \": \"MINISTERIO DO DESENVOLVIMENTO AGRARIO\",\r\n                            \"ImpedimentReason\": \"INEXECUÇÃO DO OBJETO (TOTAL OU PARCIAL)\"\r\n                        },\r\n                        \"StartDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n                        \"CreationDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"LastUpdateDate\": \"2018-01-15T16:12:14.466Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CEIS\",\r\n                        \"Type\": \"\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"BANCO DO BRASIL S/A\",\r\n\t\t\t                \"ProcessNumber\": \"Processo Adm. nº 0141/2018\",\r\n\t\t\t                \"SanctioningBody\": \"Suspensão - Lei de Licitações\",\r\n\t\t\t                \"SanctioningBodyState\": \"RJ\",\r\n\t\t\t                \"InformationOrigin\": \"PREFEITURA MUNICIPAL DE SUMIDOURO - RJ\",\r\n\t\t\t                \"PublicationDate\": \"7/27/2018 3:00:00 AM\",\r\n\t\t\t                \"Publication\": \"Outro Seção 522 Pagina 9\",\r\n\t\t\t                \"LegalSubstantiation\": \"Art. 87, inciso III, Lei 8666/1993\",\r\n\t\t\t                \"LegalSubstantiationDescription\": \"Pela inexecução total ou parcial do contrato a Administração poderá, garantida a prévia defesa, aplicar ao contratado as seguintes sanções: III - suspensão temporária de participação em licitação e impedimento de contratar com a Administração, por prazo não superior a 2 (dois) anos;\",\r\n\t\t\t                \"OrganComplement\": null,\r\n\t\t\t                \"ScopeDefinedInJudicialDecision\": \"No órgão sancionador\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"Multa - Lei da Empresa Limpa\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"Willian de Andrade Bullerjanh-ME\",\r\n                            \"ProcessNumber\": \"68120290\",\r\n                            \"SanctioningBody\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"SanctioningBodyStateCode\": \"ES\",\r\n                            \"InformationOrigin\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"InformationOriginDate\": \"2/19/2016 2:00:00 AM\",\r\n                            \"PublicationDate\": \"2/11/2016 2:00:00 AM\",\r\n                            \"Publication\": \"Diário Oficial do Estado Seção Executivo Pagina 3\",\r\n                            \"LegalSubstantiation\": \"Art. 6, inciso I, Lei 12846/2013\",\r\n                            \"LegalSubstantiationDescription\": null,\r\n                            \"TransitDueDate\": \"1/1/0001 12:00:00 AM\",\r\n                            \"FineAmount\": \"6000\",\r\n                            \"ResjusdicataDate\": \"1/27/2016 2:00:00 AM\"\r\n                        },\r\n                        \"StartDate\": \"2016-01-27T02:00:00Z\",\r\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-01-15T15:51:05.442Z\",\r\n                        \"LastUpdateDate\": \"2019-03-15T18:22:18.714Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"6b199048-5310-4507-910d-08901a6ee2d5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n            \t\"PEPHistory\": [],\r\n                \"IsCurrentlyPEP\": false,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CEPIM\",\r\n                        \"Details\": {\r\n                            \"AgreementNumber \": \"629097\",\r\n                            \"GrantingBody    \": \"MINISTERIO DO DESENVOLVIMENTO AGRARIO\",\r\n                            \"ImpedimentReason\": \"INEXECUÇÃO DO OBJETO (TOTAL OU PARCIAL)\"\r\n                        },\r\n                        \"StartDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n                        \"CreationDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"LastUpdateDate\": \"2018-01-15T16:12:14.466Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CEIS\",\r\n                        \"Type\": \"\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"BANCO DO BRASIL S/A\",\r\n\t\t\t                \"ProcessNumber\": \"Processo Adm. nº 0141/2018\",\r\n\t\t\t                \"SanctioningBody\": \"Suspensão - Lei de Licitações\",\r\n\t\t\t                \"SanctioningBodyState\": \"RJ\",\r\n\t\t\t                \"InformationOrigin\": \"PREFEITURA MUNICIPAL DE SUMIDOURO - RJ\",\r\n\t\t\t                \"PublicationDate\": \"7/27/2018 3:00:00 AM\",\r\n\t\t\t                \"Publication\": \"Outro Seção 522 Pagina 9\",\r\n\t\t\t                \"LegalSubstantiation\": \"Art. 87, inciso III, Lei 8666/1993\",\r\n\t\t\t                \"LegalSubstantiationDescription\": \"Pela inexecução total ou parcial do contrato a Administração poderá, garantida a prévia defesa, aplicar ao contratado as seguintes sanções: III - suspensão temporária de participação em licitação e impedimento de contratar com a Administração, por prazo não superior a 2 (dois) anos;\",\r\n\t\t\t                \"OrganComplement\": null,\r\n\t\t\t                \"ScopeDefinedInJudicialDecision\": \"No órgão sancionador\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"Multa - Lei da Empresa Limpa\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"Willian de Andrade Bullerjanh-ME\",\r\n                            \"ProcessNumber\": \"68120290\",\r\n                            \"SanctioningBody\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"SanctioningBodyStateCode\": \"ES\",\r\n                            \"InformationOrigin\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"InformationOriginDate\": \"2/19/2016 2:00:00 AM\",\r\n                            \"PublicationDate\": \"2/11/2016 2:00:00 AM\",\r\n                            \"Publication\": \"Diário Oficial do Estado Seção Executivo Pagina 3\",\r\n                            \"LegalSubstantiation\": \"Art. 6, inciso I, Lei 12846/2013\",\r\n                            \"LegalSubstantiationDescription\": null,\r\n                            \"TransitDueDate\": \"1/1/0001 12:00:00 AM\",\r\n                            \"FineAmount\": \"6000\",\r\n                            \"ResjusdicataDate\": \"1/27/2016 2:00:00 AM\"\r\n                        },\r\n                        \"StartDate\": \"2016-01-27T02:00:00Z\",\r\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-01-15T15:51:05.442Z\",\r\n                        \"LastUpdateDate\": \"2019-03-15T18:22:18.714Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"ff40b754-95d8-4b5d-9528-96cf0ef54a0b"},{"name":"Processos","id":"0e387d1f-e18a-46e1-8c47-e7f092212f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Número dos Processos, Quantidade total de processos que uma empresa possui e Quantidade total de processos que uma empresa possui como autora.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CourtName</td>\n<td>trf1, trf2, trf3, trf4, trf5, jfac, jfam, jfap, jfba, jfdf, jfgo, jfma, jfmt, jfpa, jfpi, jfro, jfrr, jfto, jfes, jfrj, jfsp, jfms, jfrs, jfsc, jfpr, jfal, jfce, jfpb, jfpe, jfrn, jfse, tjal, tjba, tjsp, tjrs, tjrj, stj, stf, mpf</td>\n</tr>\n<tr>\n<td>CourtLevel</td>\n<td>1,2,3,4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total de processos</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Autor e/ou requerente (Polo ativo)</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Réu e/ou requerido (Polo passivo)</td>\n</tr>\n<tr>\n<td>Lawsuit</td>\n<td>Lista de processos</td>\n</tr>\n<tr>\n<td>Lawsuit.Number</td>\n<td>Número do processo</td>\n</tr>\n<tr>\n<td>Lawsuit.Type</td>\n<td>Tipo do processo</td>\n</tr>\n<tr>\n<td>Lawsuit.MainSubject</td>\n<td>Assunto</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtName</td>\n<td>Tribunal</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtLevel</td>\n<td>Instância</td>\n</tr>\n<tr>\n<td>Lawsuit.Status</td>\n<td>Status do proceso</td>\n</tr>\n<tr>\n<td>Lawsuit.CaptureDate</td>\n<td>Data de captura</td>\n</tr>\n<tr>\n<td>Lawsuit.LastUpdate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>Lawsuit.Value</td>\n<td>Valor do Processo</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtType</td>\n<td>Vara</td>\n</tr>\n<tr>\n<td>Lawsuit.State</td>\n<td>Estado do processo</td>\n</tr>\n<tr>\n<td>Lawsuit.PublicationDate</td>\n<td>Data de publicação</td>\n</tr>\n<tr>\n<td>Lawsuit.NoticeDate</td>\n<td>Data de autuação</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates</td>\n<td>Lista de atualizações</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.Content</td>\n<td>Conteúdo</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.PublishDate</td>\n<td>Data da publicação</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.CaptureDate</td>\n<td>Data da captura</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions</td>\n<td>Lista de Petições</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Type</td>\n<td>Tipo da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Author</td>\n<td>Autor da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.CreationDate</td>\n<td>Data de criação da petição</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.JoinedDate</td>\n<td>data de juntada</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties</td>\n<td>Partes</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Doc</td>\n<td>Número do documento</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Name</td>\n<td>Nome</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Polarity</td>\n<td>Polaridade</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Type</td>\n<td>Tipo</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.PartyDetails</td>\n<td>Outros detalhes</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtros\">Filtros</h2>\n<p>Seguem abaixo alguns campos que podem ser utilizados como filtro na busca: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>party_type</td>\n<td>Tipo da parte</td>\n<td>Author, Lawyer</td>\n</tr>\n<tr>\n<td>mainsubject</td>\n<td>Assunto Principal</td>\n<td>--</td>\n</tr>\n<tr>\n<td>state</td>\n<td>Estado</td>\n<td>RJ, SP, MG, ES, AM, PE, MA, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status do processo</td>\n<td>--</td>\n</tr>\n<tr>\n<td>court_level</td>\n<td>Nivel do tribunal</td>\n<td>1, 2, 3, 4</td>\n</tr>\n<tr>\n<td>courtname</td>\n<td>Nome do Tribunal</td>\n<td>TJSP, MPF</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Tipo do Processo</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>processes.filter(state=sp)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.filter(state=sp)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limite\">Limite</h2>\n<p>Para utilizar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>processes.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<ul>\n<li><strong>Nota:</strong> O máximo permitido nesse parâmetro são 50 dados de retorno.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"b00f803a-0d67-45d0-8328-fb395e776361","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"Lawsuits\": {\r\n                \"Lawsuits\": [\r\n                    {\r\n                        \"Number\": \"8002154-53.2016.8.05.0170\",\r\n                        \"Type\": \"PROCEDIMENTO SUMARIO\",\r\n                        \"MainSubject\": \"DIREITO CIVIL - OBRIGACOES - ESPECIES DE CONTRATOS - AGENCIE E DISTRIBUICAO DIREITO DO CONSUMIDOR - CONTRATOS DE CONSUMO - TRANSPORTE AEREO - ACIDENTE AEREO\",\r\n                        \"CourtName\": \"TJBA\",\r\n                        \"CourtLevel\": \"1\",\r\n                        \"CourtType\": \"CIVEL\",\r\n                        \"CourtDistrict\": \"\",\r\n                        \"JudgingBody\": \"\",\r\n                        \"State\": \"BA\",\r\n                        \"Status\": \"\",\r\n                        \"NumberOfVolumes\": 0,\r\n                        \"NumberOfPages\": 0,\r\n                        \"Value\": -1,\r\n                        \"PublicationDate\": \"2017-03-20T00:00:00Z\",\r\n                        \"NoticeDate\": \"2016-12-13T00:00:00Z\",\r\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CaptureDate\": \"2018-05-10T00:00:00Z\",\r\n                        \"LastUpdate\": \"2018-05-10T00:00:00Z\",\r\n                        \"Parties\": [\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"ALBINO DOMINGOS DE JESUS\",\r\n                                \"Polarity\": \"Active\",\r\n                                \"Type\": \"Author\",\r\n                                \"PartyDetails\": {}\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"DORIVALDO ALVES DA SILVA JUNIOR\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"23813\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"RAFAEL SGANZERLA DURAND\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"26552\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"NELSON WILIANS FRATONI RODRIGUES\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"24290\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxxxxx\",\r\n                                \"Name\": \"BANCO DO BRASIL SA\",\r\n                                \"Polarity\": \"Passive\",\r\n                                \"Type\": \"Defendant\",\r\n                                \"PartyDetails\": {}\r\n                            }\r\n                        ],\r\n                        \"Updates\": [\r\n                            {\r\n                                \"Content\": \"\",\r\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\r\n                                \"CaptureDate\": \"2018-05-10T00:00:00Z\"\r\n                            }\r\n                        ],\r\n                        \"Petitions\": []\r\n                    }\r\n                ],\r\n                \"TotalLawsuits\": 1,\r\n                \"TotalReplacedLawsuits\": 0,\r\n                \"TotalLawsuitsAsAuthor\": 0,\r\n                \"TotalLawsuitsAsDefendant\": 1,\r\n                \"TotalLawsuitsAsOther\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"cee28f28-a947-4645-b47e-f286cdc01545\",\r\n    \"ElapsedMilliseconds\": 864,\r\n    \"Status\": {\r\n        \"processes\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"d65b63c8-4357-49b3-9fe9-fe73c9d78f28","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=processes&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"processes"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"Lawsuits\": {\r\n                \"Lawsuits\": [\r\n                    {\r\n                        \"Number\": \"8002154-53.2016.8.05.0170\",\r\n                        \"Type\": \"PROCEDIMENTO SUMARIO\",\r\n                        \"MainSubject\": \"DIREITO CIVIL - OBRIGACOES - ESPECIES DE CONTRATOS - AGENCIE E DISTRIBUICAO DIREITO DO CONSUMIDOR - CONTRATOS DE CONSUMO - TRANSPORTE AEREO - ACIDENTE AEREO\",\r\n                        \"CourtName\": \"TJBA\",\r\n                        \"CourtLevel\": \"1\",\r\n                        \"CourtType\": \"CIVEL\",\r\n                        \"CourtDistrict\": \"\",\r\n                        \"JudgingBody\": \"\",\r\n                        \"State\": \"BA\",\r\n                        \"Status\": \"\",\r\n                        \"NumberOfVolumes\": 0,\r\n                        \"NumberOfPages\": 0,\r\n                        \"Value\": -1,\r\n                        \"PublicationDate\": \"2017-03-20T00:00:00Z\",\r\n                        \"NoticeDate\": \"2016-12-13T00:00:00Z\",\r\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CaptureDate\": \"2018-05-10T00:00:00Z\",\r\n                        \"LastUpdate\": \"2018-05-10T00:00:00Z\",\r\n                        \"Parties\": [\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"ALBINO DOMINGOS DE JESUS\",\r\n                                \"Polarity\": \"Active\",\r\n                                \"Type\": \"Author\",\r\n                                \"PartyDetails\": {}\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"DORIVALDO ALVES DA SILVA JUNIOR\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"23813\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"RAFAEL SGANZERLA DURAND\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"26552\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"NELSON WILIANS FRATONI RODRIGUES\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"24290\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxxxxx\",\r\n                                \"Name\": \"BANCO DO BRASIL SA\",\r\n                                \"Polarity\": \"Passive\",\r\n                                \"Type\": \"Defendant\",\r\n                                \"PartyDetails\": {}\r\n                            }\r\n                        ],\r\n                        \"Updates\": [\r\n                            {\r\n                                \"Content\": \"\",\r\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\r\n                                \"CaptureDate\": \"2018-05-10T00:00:00Z\"\r\n                            }\r\n                        ],\r\n                        \"Petitions\": []\r\n                    }\r\n                ],\r\n                \"TotalLawsuits\": 1,\r\n                \"TotalReplacedLawsuits\": 0,\r\n                \"TotalLawsuitsAsAuthor\": 0,\r\n                \"TotalLawsuitsAsDefendant\": 1,\r\n                \"TotalLawsuitsAsOther\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"cee28f28-a947-4645-b47e-f286cdc01545\",\r\n    \"ElapsedMilliseconds\": 864,\r\n    \"Status\": {\r\n        \"processes\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"0e387d1f-e18a-46e1-8c47-e7f092212f1f"},{"name":"Relacionamentos","id":"f25d0979-2f05-4c29-b108-063bef19e304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Sócios (pessoas ou empresas), Funcionários e Participação em empresas.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelatedEntityTaxIdType</td>\n<td>CPF ou CNPJ</td>\n</tr>\n<tr>\n<td>RelationshipType</td>\n<td>QSA, Ownership, Employee</td>\n</tr>\n<tr>\n<td>RelationshipName</td>\n<td>ADMINISTRADOR, ADMINISTRADOR JUDICIAL, ADMINISTRADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, BENEFICIARIO FINAL, CONSELHEIRO DE ADMINISTRACAO, CONSELHEIRO DE ADMINISTRACAO RESIDENTE OU DOMICILIADO NO EXTERIOR, COTAS EM TESOURARIA, CURADOR, DIRETOR, DIRETOR RESIDENTE OU DOMICILIADO NO EXTERIOR, FUNDADOR, FUNDADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, GERENTE, MAE, OWNER, PAI, PRESIDENTE, PRESIDENTE RESIDENTE OU DOMICILIADO NO EXTERIOR, PROCURADOR, PRODUTOR RURAL, PROPRIETARIO, QUALIFICACAO NAO CADASTRADA: 18, QUALIFICACAO NAO CADASTRADA: 33, SOCIEDADE CONSORCIADA, SOCIEDADE FILIADA, SOCIO, SOCIO ADMINISTRADOR, SOCIO CAPITALISTA, SOCIO COM CAPITAL, SOCIO COMANDITADO, SOCIO COMANDITARIO, SOCIO COMANDITARIO PESSOA JURIDICA DOMICILIADO NO EXTERIOR, SOCIO DE INDUSTRIA, SOCIO INCAPAZ OU RELAT.INCAPAZ (EXCETO MENOR), SOCIO MENOR (ASSISTIDO/REPRESENTADO), SOCIO OSTENSIVO, SOCIO OU ACIONISTA INCAPAZ OU RELATIVAMENTE INCAPAZ (EXCETO MENOR), SOCIO OU ACIONISTA MENOR (ASSISTIDO/REPRESENTADO), SOCIO PESSOA FISICA RESIDENTE NO BRASIL, SOCIO PESSOA FISICA RESIDENTE NO EXTERIOR, SOCIO PESSOA FISICA RESIDENTE OU DOMICILIADO NO EXTERIOR, SOCIO PESSOA JURIDICA DOMICILIADO NO EXTERIOR, SOCIO PESSOA JURIIDICA DOMICILIADO NO EXTERIOR, SOCIO SEM CAPITAL, SOCIO-ADMINISTRADOR, SOCIO-ADMINISTRADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, SOCIO-GERENTE, TITULAR PESSOA FISICA INCAPAZ OU RELATIVAMENTE INCAPAZ (EXCETO MENOR), TITULAR PESSOA FISICA MENOR (ASSISTIDO/REPRESENTADO), TITULAR PESSOA FISICA RESIDENTE OU DOMICILIADO NO BRASIL, TITULAR PESSOA FISICA RESIDENTE OU DOMICILIADO NO EXTERIOR, TITULAR PESSOA JURIDICA DOMICILIADA NO BRASIL, TITULAR PESSOA JURIDICA DOMICILIADA NO EXTERIOR</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Relationships</td>\n<td>Lista de Relacionamentos</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdNumber</td>\n<td>Número do documento da entidade relacionada</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdType</td>\n<td>Tipo do documento da entidade relacionada</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdCountry</td>\n<td>País da entidade relacionada</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityName</td>\n<td>Nome da entidade relacionada</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipType</td>\n<td>Tipo do relacionamento</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipName</td>\n<td>Nome do relacionamento</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipLevel</td>\n<td>Nível do relacionamento</td>\n</tr>\n<tr>\n<td>Relationships.CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>Relationships.LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total de relacionamentos</td>\n</tr>\n<tr>\n<td>TotalOwners</td>\n<td>Total de proprietários</td>\n</tr>\n<tr>\n<td>TotalEmployees</td>\n<td>Toral de Funcionários</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"filtro\">Filtro</h1>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Tipo de documento relacionado</td>\n<td>CPF, CNPJ</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Nível de relacionamento</td>\n<td>--</td>\n</tr>\n<tr>\n<td>relationshiptype</td>\n<td>Tipo de relacionamento</td>\n<td>QSA, Ownership, Employee</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>relationships.filter(relatedentitytaxidtype=CPF)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>relationships.filter(relatedentitytaxidtype=CPF)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limite\">Limite</h1>\n<p>Para utilizar esse campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>relationships.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>relationships.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"21fa0103-822f-4005-98ff-191d52c5f4d5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=relationships&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"relationships"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Relationships\": {\n                \"Relationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"RelatedEntityTaxIdType\": \"CPF\",\n                        \"RelatedEntityTaxIdCountry\": \"Brazil\",\n                        \"RelatedEntityName\": \"SIMAO LUIZ SILVA\",\n                        \"RelationshipType\": \"QSA\",\n                        \"RelationshipName\": \"DIRETOR\",\n                        \"RelationshipLevel\": \"Direct\",\n                        \"CreationDate\": \"2018-08-10T00:00:00Z\",\n                        \"LastUpdateDate\": \"2018-08-10T00:00:00Z\",\n                        \"RelationshipStartDate\": \"1966-08-01T00:00:00Z\",\n                        \"RelationshipEndDate\": \"9999-12-31T23:59:59.9999999\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwners\": 1,\n                \"TotalEmployees\": 0,\n                \"TotalOwned\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"b16e9ac8-90d8-421b-83dc-9ceeebd7b433\",\n    \"ElapsedMilliseconds\": 146,\n    \"Status\": {\n        \"relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"27cb38f0-f5bf-4cea-afb2-eec126dc1e26","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Relationships\": {\n                \"Relationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"RelatedEntityTaxIdType\": \"CPF\",\n                        \"RelatedEntityTaxIdCountry\": \"Brazil\",\n                        \"RelatedEntityName\": \"SIMAO LUIZ SILVA\",\n                        \"RelationshipType\": \"QSA\",\n                        \"RelationshipName\": \"DIRETOR\",\n                        \"RelationshipLevel\": \"Direct\",\n                        \"CreationDate\": \"2018-08-10T00:00:00Z\",\n                        \"LastUpdateDate\": \"2018-08-10T00:00:00Z\",\n                        \"RelationshipStartDate\": \"1966-08-01T00:00:00Z\",\n                        \"RelationshipEndDate\": \"9999-12-31T23:59:59.9999999\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwners\": 1,\n                \"TotalEmployees\": 0,\n                \"TotalOwned\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"b16e9ac8-90d8-421b-83dc-9ceeebd7b433\",\n    \"ElapsedMilliseconds\": 146,\n    \"Status\": {\n        \"relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f25d0979-2f05-4c29-b108-063bef19e304"},{"name":"Telefones","id":"1cea1fc6-8713-4aa8-8e34-a2dc6b617eb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Número(s) de telefone, Tipo do telefone e Indicadores de Frequência.</p>\n<p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>WORK, MOBILE ou HOME</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Número do telefone</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Código de área</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Código do país</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complemento</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Indica o tipo do telefone</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Frequência do telefone</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Frequência do telefone em situação suspeita</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>FrequÊncia do telefone referentes a capturas feitas na internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Frequência desse telefone incluindo algum tipo de validação</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Frequência referente a alguma consulta por query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Frequência média desse telefone</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Número de entidades relacionadas ao telefone</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indica a prioridade do telefone</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indica se o telefone é o principal</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indica se está ativo</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>Indicador PROCON</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Operadora atual</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Tipo de plano</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Data da última validação</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Data da primeira passagem</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Data da última passagem</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Data de criação</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Histórico de portabilidade</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Aceita receber encomendas e propagandas</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filtro\">Filtro</h2>\n<p>Nesse dataset é possível filtrar alguns campos, que estão mostrados na tabela abaixo juntamente com os parâmetros que são aceitos como filtro:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Tipo do telefone</td>\n<td>mobile, work, home</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Se o telefone esta ativo</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>Se o telefone  recente</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>Se o telefone  principal</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isindonotcalllist</td>\n<td>Se o telefone est na lista do PROCON</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>areacode</td>\n<td>codigo de area</td>\n<td>21, 11, 61, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo está um exemplo de como utilizar o parâmetro <em><strong>.filter(nome_do_campo=xxxx)</strong></em>, mostrado na URL exemplo nos métodos GET e POST: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>phones.filter(ismain=true)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.filter(ismain=true)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limite\">Limite</h1>\n<p>Para usar o campo de limite, basta utilizar o parâmetro <em><strong>.limit(x)</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>phones.limit(10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.limit(10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4835da5b-825c-4da5-abb9-34c8f5a36a30","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{11111111111111}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"14322cbf-8dfd-4533-9d95-f206d8b49cc4\",\n    \"ElapsedMilliseconds\": 201,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eb9cf7ef-d377-47a4-ba3c-69a79a036f23","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=phones&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"phones"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"14322cbf-8dfd-4533-9d95-f206d8b49cc4\",\n    \"ElapsedMilliseconds\": 201,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1cea1fc6-8713-4aa8-8e34-a2dc6b617eb3"}],"id":"05a5e7a4-b62e-42f3-bfa1-8444a8b06405","description":"<p>A API de empresas engloba todas as consultas relacionadas a empresas. O catálogo de dados pode ser visualizado\natravés da seguinte URL:</p>\n<p><strong><a href=\"https://www.bigdatacorp.info/datasets-de-empresas\">https://www.bigdatacorp.info/datasets-de-empresas</a></strong> <br /></p>\n<p>Para a realização de consultas são necessários o preenchimento de alguns parâmetros, que estão mostrados na tabela abaixo: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetros</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Datasets</td>\n<td>Catálogo de Dados</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Chaves de Busca</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Token de Acesso</td>\n</tr>\n</tbody>\n</table>\n</div><p>O parâmetro <strong>q</strong> engloba todas as chaves de busca. Ao realizar uma consulta por documento (CNPJ) recomendarmos a busca por CNPJ por ser mais assertiva e sempre ligada a apenas uma empresa, nem sempre nossos clientes tem o CNPJ para consultar. Por isso, além do CNPJ, o BigBoost permite que o usuário realize consultas com uma série de parâmetros adicionais. Alguns desses parâmetros são arrays, que podem receber mais de elemento, separados por vírgula. Dos parâmetros abaixo, pelo um deles precisa ser preenchido para realizar as buscas para atribuição de CNPJ: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CNPJ</td>\n<td>doc</td>\n</tr>\n<tr>\n<td>Nome</td>\n<td>name</td>\n</tr>\n<tr>\n<td>Telefone</td>\n<td>phone (array)</td>\n</tr>\n<tr>\n<td>E-mail</td>\n<td>email (array)</td>\n</tr>\n<tr>\n<td>Domínio</td>\n<td>domain (array)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Além desses, temos também os parâmetros opcionais, que servem de filtro para ter um resultado mais assertivo:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Logradouro</td>\n<td>addressmain</td>\n</tr>\n<tr>\n<td>Número de porta</td>\n<td>doornumber</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>longitude</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>zipcode</td>\n</tr>\n<tr>\n<td>Atividade Econômica</td>\n<td>cnae (array)</td>\n</tr>\n<tr>\n<td>Bairro</td>\n<td>neighborhood</td>\n</tr>\n<tr>\n<td>Cidade</td>\n<td>city</td>\n</tr>\n<tr>\n<td>Estado</td>\n<td>state</td>\n</tr>\n<tr>\n<td>Documento mascarado</td>\n<td>docnumbermask</td>\n</tr>\n</tbody>\n</table>\n</div><p>Os parâmetros de entrada devem ser concatenados por vírgula. Para objetos em formato de array como phone, também pode-se utilizar colchetes. Abaixo mostramos uma combinação desses parâmetros com uma consulta por nome, telefone e e-mail: <br /></p>\n<p><strong>Get</strong>: </p>\n<p>q=<strong>name{nome_empresa},phone[xxxxxxxx,xxxxxxxx],email[<a href=\"mailto:seu_email@email.com\">seu_email@email.com</a>]</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"q\"=\"<strong>name{nome_empresa},phone[xxxxxxxx,xxxxxxxx],email[<a href=\"mailto:seu_email@email.com\">seu_email@email.com</a>]</strong>\" <br /></p>\n<p>As chaves podem ser combinadas de acordo com a necessidade do usuário. Por padrão, a API retornará apenas uma empresa mesmo que encontre mais de uma associada as informações de entrada. Para aumentar esse limite basta utilizar o parâmetro <em><strong>Limit</strong></em>, mostrado na URL exemplo abaixo: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>seus_datasets</strong>&amp;<br />\nq=<strong>name{nome_empresa},email{<a href=\"mailto:seu_email@email.com\">seu_email@email.com</a>}</strong>&amp;<br />\nAccessToken=<strong>&amp;Limit=5</strong><br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>seus_datasets</strong>\",<br />\n  \"q\": \"<strong>name{nome_empresa},email{<a href=\"mailto:seu_email@email.com\">seu_email@email.com</a>}</strong> \",<br />\n  \"AccessToken\": \"\",<br />\n  \"Limit\"=\"<strong>5</strong>\"<br />\n}<br /></p>\n<p><strong>CUIDADO:</strong> o custo da consulta é por cada dataset consultado, ou seja, se encontrarmos 2 empresas e\nenriquecermos com um dataset, a cobrança será o valor desse dataset vezes as 2 empresas enriquecidas. <br /></p>\n<p>O parâmetro Datasets contempla todo o conjunto de dados que deverá ser utilizado para a consulta. Abaixo listamos\nos datasets disponibilizados na API de Empresas: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Descrição</th>\n<th>Chave de Entrada</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Anúncios Online</td>\n<td>online_ads</td>\n</tr>\n<tr>\n<td>Dados Cadastrais Básicos</td>\n<td>basic_data</td>\n</tr>\n<tr>\n<td>Dados de Sites</td>\n<td>domains</td>\n</tr>\n<tr>\n<td>E-mails</td>\n<td>emails</td>\n</tr>\n<tr>\n<td>Endereços</td>\n<td>addresses</td>\n</tr>\n<tr>\n<td>Exposição e Perfil na Mídia</td>\n<td>media_profile_and_exposure</td>\n</tr>\n<tr>\n<td>Grupos Econômicos</td>\n<td>economic_group_data</td>\n</tr>\n<tr>\n<td>Indicadores de Atividade</td>\n<td>activity_indicators</td>\n</tr>\n<tr>\n<td>Processos</td>\n<td>processes</td>\n</tr>\n<tr>\n<td>Relacionamentos</td>\n<td>relationships</td>\n</tr>\n<tr>\n<td>Telefones</td>\n<td>phones</td>\n</tr>\n</tbody>\n</table>\n</div><p>O nome dos datasets devem ser separados por vírgulas dentro do parâmetro Datasets. Caso o usuário queira\nconsultar dados básicos, telefones e e-mails por exemplo, o parâmetro <strong>Datasets</strong> deve ser preenchido da seguinte\nmaneira: <br /></p>\n<ul>\n<li>Datasets=<strong>basic_data,phones,emails</strong> <br /></li>\n</ul>\n<p>Como a lista de datasets selecionada pode ser muito grande, é possível associar esse conjunto de datasets a uma\nview através da nossa API de Views. Uma view é um alias para um conjunto de datasets. Caso você opte por criar\numa view, direcione sua leitura para a sessão <strong>API de Views</strong>. </p>\n","event":[{"listen":"prerequest","script":{"id":"8e14c67e-3e79-424d-91ef-fe5e313f07e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df681d1c-4c75-4363-9c74-ee5c74a5c525","type":"text/javascript","exec":[""]}}],"_postman_id":"05a5e7a4-b62e-42f3-bfa1-8444a8b06405"},{"name":"API de Misc","item":[{"name":"Estatísticas do E-mail","id":"13a46f77-e786-451a-9360-757d350e85e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_email\",\r\n\t\"q\": \"email{seu_email@email.com.br}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Dataset retorna estatísticas sobre o email buscado. </p>\n<h2 id=\"descrição-de-campos\">Descrição de campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatisticsEmail.EmailTotalPassages</td>\n<td>Número total de passagens deste e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.EmailBadPassages</td>\n<td>Número total de passagens suspeitas deste e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.EmailNumberOfEntities</td>\n<td>Número de entidades associadas a esse e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.CreationDate</td>\n<td>Data de criação das estatísticas desse   e-mail</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5e20084d-7c18-4a63-90f6-113d7f84d4dd","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_email\",\r\n\t\"q\": \"email{seu_email@email.com.br}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsEmail\": {\n               \"EmailTotalPassages\": 22,\n                \"EmailBadPassages\": 0,\n                \"EmailNumberOfEntities\": 2,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"509894cb-d596-42d8-a0e8-29a4650b2b79\",\n    \"ElapsedMilliseconds\": 493,\n    \"Status\": {\n        \"statistics_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c4b6dcc6-c471-4e0c-aa99-2a8044aebdfa","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=statistics_email&q=email{seu_email@email.com.br}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"statistics_email"},{"key":"q","value":"email{seu_email@email.com.br}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsEmail\": {\n               \"EmailTotalPassages\": 22,\n                \"EmailBadPassages\": 0,\n                \"EmailNumberOfEntities\": 2,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"509894cb-d596-42d8-a0e8-29a4650b2b79\",\n    \"ElapsedMilliseconds\": 493,\n    \"Status\": {\n        \"statistics_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"13a46f77-e786-451a-9360-757d350e85e9"},{"name":"Estatísticas do Telefone","id":"a69e7da2-681d-4599-95b5-1273e03b86f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_phone\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Dataset retorna informações estatísticas sobre o telefone buscado. </p>\n<h2 id=\"descrição-de-campos\">Descrição de campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatisticsPhone.PhoneTotalPassages</td>\n<td>Número total de   passagens deste telefone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.PhoneBadPassages</td>\n<td>Número total de passagens suspeitas deste telefone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.PhoneNumberOfEntities</td>\n<td>Número de entidades associadas a esse telefone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.CreationDate</td>\n<td>Data de criação das estatísticas desse telefone</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2aef85f3-85ff-40bc-845c-53c9e87f599b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=statistics_phone&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"statistics_phone"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsPhone\": {\n                \"PhoneTotalPassages\": 30,\n                \"PhoneBadPassages\": 5,\n                \"PhoneNumberOfEntities\": 1,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"589fda0d-c920-4a99-8aa5-b907709bd7d9\",\n    \"ElapsedMilliseconds\": 60,\n    \"Status\": {\n        \"statistics_phone\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"cff798ca-4b71-40bd-a251-ffbf0dcb0f25","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_phone\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsPhone\": {\n                \"PhoneTotalPassages\": 30,\n                \"PhoneBadPassages\": 5,\n                \"PhoneNumberOfEntities\": 1,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"589fda0d-c920-4a99-8aa5-b907709bd7d9\",\n    \"ElapsedMilliseconds\": 60,\n    \"Status\": {\n        \"statistics_phone\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a69e7da2-681d-4599-95b5-1273e03b86f2"},{"name":"Fipe - Dados de Veículos","id":"2a4f9c83-ee0e-4d66-84f8-1e7621a1c038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_vehicle\",\r\n\t\"q\": \"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeVehicles.Category</td>\n<td>Categoria do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Brand</td>\n<td>Marca do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Model</td>\n<td>Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FipeCode</td>\n<td>Código Fipe do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ModelYear</td>\n<td>Ano do Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FuelType</td>\n<td>Tipo de combustível do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.AvgPrice</td>\n<td>Preço médio do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceMonth</td>\n<td>Mês de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceYear</td>\n<td>Ano de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.CreationDate</td>\n<td>Data de criação deste veículo na tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.LastUpdateDate</td>\n<td>Data de última atualização deste veículo   na tabela</td>\n</tr>\n</tbody>\n</table>\n</div><p>Abaixo segue a tabela que contempla alguns campos e seus retornos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Category</td>\n<td>CARROS, CAMINHOES, MOTOS</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"e24693a4-9723-4187-bb30-3286d680cd1c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_vehicle\",\r\n\t\"q\": \"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeVehicles\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c7406a1d-acc2-432d-8501-3518851e509c\",\n    \"ElapsedMilliseconds\": 445,\n    \"Status\": {\n        \"fipe_vehicle\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f51d4ceb-f647-414e-8842-96a5c386a43c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_vehicle&q=brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_vehicle"},{"key":"q","value":"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeVehicles\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c7406a1d-acc2-432d-8501-3518851e509c\",\n    \"ElapsedMilliseconds\": 445,\n    \"Status\": {\n        \"fipe_vehicle\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2a4f9c83-ee0e-4d66-84f8-1e7621a1c038"},{"name":"Fipe - Marcas","id":"7de8f13c-9e6e-4250-82d0-ab0b10ec0969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_brands\",\r\n\t\"q\": \"category{xxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Possíveis valores de categoria: \"CARROS\", \"CAMINHOES\" e \"MOTOS\"</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeBrands.Brand</td>\n<td>Marca   do Veículo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"e51c0d74-c9c3-473f-b023-47dd56bab98d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_brands\",\r\n\t\"q\": \"category{xxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeBrands\": [\n                {\n                    \"Brand\": \"ACURA\"\n                },\n                {\n                    \"Brand\": \"AGRALE\"\n                },\n                {\n                    \"Brand\": \"ALFA ROMEO\"\n                },\n                {\n                    \"Brand\": \"AM GEN\"\n                },\n                {\n                    \"Brand\": \"ASIA MOTORS\"\n                },\n                {\n                    \"Brand\": \"ASTON MARTIN\"\n                },\n                {\n                    \"Brand\": \"AUDI\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"25e6cb50-10d7-4249-b94d-c52f4db65691\",\n    \"ElapsedMilliseconds\": 3187,\n    \"Status\": {\n        \"fipe_brands\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fe8fdc46-8486-40e1-b522-f02a097a256c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_brands&q=category{xxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_brands"},{"key":"q","value":"category{xxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeBrands\": [\n                {\n                    \"Brand\": \"ACURA\"\n                },\n                {\n                    \"Brand\": \"AGRALE\"\n                },\n                {\n                    \"Brand\": \"ALFA ROMEO\"\n                },\n                {\n                    \"Brand\": \"AM GEN\"\n                },\n                {\n                    \"Brand\": \"ASIA MOTORS\"\n                },\n                {\n                    \"Brand\": \"ASTON MARTIN\"\n                },\n                {\n                    \"Brand\": \"AUDI\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"25e6cb50-10d7-4249-b94d-c52f4db65691\",\n    \"ElapsedMilliseconds\": 3187,\n    \"Status\": {\n        \"fipe_brands\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7de8f13c-9e6e-4250-82d0-ab0b10ec0969"},{"name":"Fipe - Modelo","id":"01dfeb2b-3763-48de-993e-7b51dbe10924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_models\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeModels.Models</td>\n<td>Modelo   do Veículo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0cd78bf4-d3c2-41cd-876e-939caccf6814","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_models&q=category{xxxxx},brand{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_models"},{"key":"q","value":"category{xxxxx},brand{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModels\": [\n                {\n                    \"Model\": \"100 2.8 V6\"\n                },\n                {\n                    \"Model\": \"100 2.8 V6 AVANT\"\n                },\n                {\n                    \"Model\": \"100 S-4 2.2 AVANT TURBO\"\n                },\n                {\n                    \"Model\": \"80 2.0\"\n                },\n                {\n                    \"Model\": \"80 2.0 AVANT\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1575056e-5349-4e61-8fee-e810ddad256c\",\n    \"ElapsedMilliseconds\": 85,\n    \"Status\": {\n        \"fipe_models\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dab738c3-035a-42b8-b817-079fe0123575","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_models\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModels\": [\n                {\n                    \"Model\": \"100 2.8 V6\"\n                },\n                {\n                    \"Model\": \"100 2.8 V6 AVANT\"\n                },\n                {\n                    \"Model\": \"100 S-4 2.2 AVANT TURBO\"\n                },\n                {\n                    \"Model\": \"80 2.0\"\n                },\n                {\n                    \"Model\": \"80 2.0 AVANT\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1575056e-5349-4e61-8fee-e810ddad256c\",\n    \"ElapsedMilliseconds\": 85,\n    \"Status\": {\n        \"fipe_models\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"01dfeb2b-3763-48de-993e-7b51dbe10924"},{"name":"Fipe - Ano Modelo","id":"25c02f0d-e727-4e95-bb9f-2a1c595f3d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_model_years\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx},model{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Campo na API</em></th>\n<th><em>Retorno</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeModelYears.ModelYear</td>\n<td>Ano do   Modelo do Veículo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"358e594f-b024-42ed-8a21-3277bb47365a","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_model_years\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx},model{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModelYears\": [\n                {\n                    \"ModelYear\": \"1995\"\n                },\n                {\n                    \"ModelYear\": \"1994\"\n                },\n                {\n                    \"ModelYear\": \"1993\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"31641415-57ed-4fd3-b68b-929bc8816877\",\n    \"ElapsedMilliseconds\": 432,\n    \"Status\": {\n        \"fipe_model_years\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"3a143582-e302-4c74-9473-4890b0773110","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_model_years&q=category{xxxxx},brand{xxxxx},model{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_model_years"},{"key":"q","value":"category{xxxxx},brand{xxxxx},model{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModelYears\": [\n                {\n                    \"ModelYear\": \"1995\"\n                },\n                {\n                    \"ModelYear\": \"1994\"\n                },\n                {\n                    \"ModelYear\": \"1993\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"31641415-57ed-4fd3-b68b-929bc8816877\",\n    \"ElapsedMilliseconds\": 432,\n    \"Status\": {\n        \"fipe_model_years\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"25c02f0d-e727-4e95-bb9f-2a1c595f3d43"}],"id":"bbe14921-05f8-4fac-915e-4f822c477698","description":"<p>Os datasets misc são conjuntos de dados que não estão estritamente amarrados com pessoas ou empresas, e geralmente associam outras entidades. Esses dados podem servir como fontes alternativas de geração de atributos derivados para processos de modelagem, ou podem ser utilizados em seu contexto natural para a construção de modelos de inteligência artificial.</p>\n","event":[{"listen":"prerequest","script":{"id":"f7de09b9-1bb4-40c0-9ed3-b711145a5306","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"23dff383-3739-402d-beb6-3ca27771dbc5","type":"text/javascript","exec":[""]}}],"_postman_id":"bbe14921-05f8-4fac-915e-4f822c477698"},{"name":"API de On Demand","item":[{"name":"API de Pessoas","item":[{"name":"Boa Vista (com Score)","id":"d91d7539-c9bc-4b06-948c-4d8d90fe2ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData. AdditionalOutputRecord.Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Nome do score retornado (periodo do score)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Classe do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Horizonte do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probabilidade de inadimplência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Tipo do score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Razão para o score dado</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Regra utilizada para o score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"22f17a3f-c717-4f6e-9c86-ba8fa79b94e1","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/CERTBANK\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/C L\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ],\n                            \"Score\": {\n                                \"Name\": \"SCORE\",\n                                \"Class\": \"\",\n                                \"Probability\": \"98,80%\",\n                                \"Score\": \"145\",\n                                \"AdditionalOutputData\": {\n                                    \"ScoreRule\": \"E\"\n                                }\n                            }\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"3024dac3-fbd6-46a0-a233-6a71194b498d","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_boavista_score&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista_score"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                    \t\t{\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/CERTBANK\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/C L\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        }\n                    \t],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ],\n                            \"Score\": {\n\t\t                        \"Name\": \"SCORE\",\n\t\t                        \"Class\": \"\",\n\t\t                        \"Probability\": \"98,80%\",\n\t\t                        \"Score\": \"145\",\n\t\t                        \"AdditionalOutputData\": {\n\t\t                            \"ScoreRule\": \"E\"\n\t\t                        }\n\t\t                    }\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d91d7539-c9bc-4b06-948c-4d8d90fe2ab8"},{"name":"Boa Vista (sem Score)","id":"b5ff7475-43d5-4ba3-9d84-ecad914b23b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.(IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0893dfc5-166d-4a08-93c6-d3c4178b214d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/CERTBANK\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/C L\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"7cf75406-0d73-4e5c-96e9-0d86cb7c4efe","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_boavista&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                    \t\t{\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/CERTBANK\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/C L\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        }\n                    \t],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b5ff7475-43d5-4ba3-9d84-ecad914b23b7"},{"name":"Certidão Antecedentes Criminais","id":"22bde352-9b9c-4aa4-90db-628617127462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pf_antecedente\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Número de identificação presente na certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Número da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateText</td>\n<td>Texto retornado pelo certificado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.EmissionDate</td>\n<td>Data de emissão do certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Validity</td>\n<td>Validade da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"12ac2dac-764e-4845-99e0-c5d89e8965c3","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_pf_antecedente&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_pf_antecedente"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PFAntecedente\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"IdNumber\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"CertificateNumber\": \" 16021832019\",\n                        \"CertificateText\": \"A Polícia Federal CERTIFICA, após pesquisa no Sistema Nacional de Informações Criminais - SINIC, que até a presente data, NÃO CONSTA decisão judicial condenatória com trânsito em julgado* em nome de VANESSA SUILVA, nascido(a) aos 06/07/1994\",\n                        \"EmissionDate\": \"19:46 de 11/03/2019\",\n                        \"Validity\": \"90 DAYS\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:28:22.9234301Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7aa68275-95b5-4f73-b1d3-1c668f6e290a\",\n    \"ElapsedMilliseconds\": 62493,\n    \"Status\": {\n        \"ondemand_pf_antecedente\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9907e4e3-dad8-456d-a097-ff96b925fe72","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pf_antecedente\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PFAntecedente\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"IdNumber\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"CertificateNumber\": \" 16021832019\",\n                        \"CertificateText\": \"A Polícia Federal CERTIFICA, após pesquisa no Sistema Nacional de Informações Criminais - SINIC, que até a presente data, NÃO CONSTA decisão judicial condenatória com trânsito em julgado* em nome de VANESSA SUILVA, nascido(a) aos 06/07/1994\",\n                        \"EmissionDate\": \"19:46 de 11/03/2019\",\n                        \"Validity\": \"90 DAYS\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:28:22.9234301Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7aa68275-95b5-4f73-b1d3-1c668f6e290a\",\n    \"ElapsedMilliseconds\": 62493,\n    \"Status\": {\n        \"ondemand_pf_antecedente\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"22bde352-9b9c-4aa4-90db-628617127462"},{"name":"Certidão COAF","id":"7ca9b7be-3b6e-4ab6-b61e-ecedcbde4cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_coaf\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Retorna dados consultados direto da COAF (Conselho de Controle de Atividades Financeiras)</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Lista de dados</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Name</td>\n<td>Nome</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.DocNumber</td>\n<td>Número do documento</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationId</td>\n<td>Id da habilitação COAF</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationDate</td>\n<td>Data da habilitação</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.QueryDate</td>\n<td>Data da consulta</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Segment</td>\n<td>Segmento</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.RegisterUpdate</td>\n<td>Data de atualização do registro</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.RawData</td>\n<td>Evidência da certidão</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"22ed1364-2111-4d9e-a8b7-16b15d4c1688","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                         \"Name\": \"ANSELMO MANTOANI\",\r\n                        \"DocNumber\": \"000.270.458-70\",\r\n                        \"HabilitationId\": \"00022092-51\",\r\n                        \"HabilitationDate\": \"05/09/2018\",\r\n                        \"QueryDate\": \"01/04/2019 15:12:50\",\r\n                        \"Segment\": \"COFECI - Promoção imobiliária compra/venda imóveis\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RegisterUpdate\": \"\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/0a329516-84d1-4cf9-aebb-153242815fb5_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"44b284af-4be4-42b6-a103-408c10842b33","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"Name\": \"ANSELMO MANTOANI\",\r\n                        \"DocNumber\": \"000.270.458-70\",\r\n                        \"HabilitationId\": \"00022092-51\",\r\n                        \"HabilitationDate\": \"05/09/2018\",\r\n                        \"QueryDate\": \"01/04/2019 15:12:50\",\r\n                        \"Segment\": \"COFECI - Promoção imobiliária compra/venda imóveis\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RegisterUpdate\": \"\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/0a329516-84d1-4cf9-aebb-153242815fb5_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"7ca9b7be-3b6e-4ab6-b61e-ecedcbde4cf1"},{"name":"Certidão Embargos Ibama","id":"8d5b6ced-9abd-44a5-9f4c-5e35b912e32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.OfficialName</td>\n<td>Nome oficial de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Número de identificação de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ContactType</td>\n<td>Tipo do contato presente na certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AddressCore</td>\n<td>Logradouro da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.City</td>\n<td>Cidade da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.State</td>\n<td>Estado da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Infraction</td>\n<td>Tipo da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AffectedAreaHa</td>\n<td>Área afetada em Hectares de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TadNumber</td>\n<td>Número de TAD da certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AiNumber</td>\n<td>Número de AI da certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DtJudgment</td>\n<td>Data de Julgamento da Infração</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DtRegistration</td>\n<td>Data de Registro da Infração</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"7bec6c3b-4106-4a87-a446-fbadda683248","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_ibama_embargados&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_ibama_embargados"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaEmbargados\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                       \"Name.0\": \"JOSE RAI CAVALCANTE DE FREITAS\",\n                       \"IdNumber.0\": \"xxxxxxxxxxx\",\n                       \"ContactType.0\": \"AREA EMBARGADA\",\n                       \"AddressCore.0\": \"GLEBA CAMPINARANA, BADEJO DE CIMA, GUAJARÁ/AM\",\n                       \"City.0\": \"CRUZEIRO DO SUL\",\n                       \"State.0\": \"AC\",\n                       \"Infraction.0\": \"Infração da Flora(Não Classificada-Móvel)\",\n                       \"AffectedAreaHa.0\": \"24,8\",\n                       \"TadNumber.0\": \"376106\",\n                       \"AiNumber.0\": \"525483\",\n                       \"DtJudgment.0\": \"2011-04-27\",\n                       \"DtRegistration.0\": \"2006-10-31\"\n                    },\n                    \"QueryDate\": \"2018-08-29T17:33:35.1374394Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\n    \"ElapsedMilliseconds\": 1233,\n    \"Status\": {\n        \"ondemand_ibama_embargados\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ee3f1841-32e5-4607-8aa1-c565417f14fe","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaEmbargados\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                       \"Name.0\": \"JOSE RAI CAVALCANTE DE FREITAS\",\n                       \"IdNumber.0\": \"xxxxxxxxxxx\",\n                       \"ContactType.0\": \"AREA EMBARGADA\",\n                       \"AddressCore.0\": \"GLEBA CAMPINARANA, BADEJO DE CIMA, GUAJARÁ/AM\",\n                       \"City.0\": \"CRUZEIRO DO SUL\",\n                       \"State.0\": \"AC\",\n                       \"Infraction.0\": \"Infração da Flora(Não Classificada-Móvel)\",\n                       \"AffectedAreaHa.0\": \"24,8\",\n                       \"TadNumber.0\": \"376106\",\n                       \"AiNumber.0\": \"525483\",\n                       \"DtJudgment.0\": \"2011-04-27\",\n                       \"DtRegistration.0\": \"2006-10-31\"\n                    },\n                    \"QueryDate\": \"2018-08-29T17:33:35.1374394Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\n    \"ElapsedMilliseconds\": 1233,\n    \"Status\": {\n        \"ondemand_ibama_embargados\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8d5b6ced-9abd-44a5-9f4c-5e35b912e32a"},{"name":"Certidão PGFN","id":"a73c8503-8c06-47bf-b2a4-b41f5dbad85c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Retorna informações da Procuradoria-Geral da Fazenda Nacional.</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. PGFNClearance</td>\n<td>Indica se há pendências com a Procuradoria-Geral da Fazenda Nacional(PGFN) (TRUE para não há pendências, FALSE caso haja)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. QueryType</td>\n<td>Tipo de consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TaxPayer</td>\n<td>Número de identificação do pagador de impostos de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status retornado pela Certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Número da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Data de emissão da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. RawData</td>\n<td>Documento de evidência</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"da939243-a6e9-42d7-aaa4-581e88102372","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NEGATIVA\",\n                        \"CertificateNumber\": \"212C.915A.A7B5.C826\",\n                        \"EmissionDate\": \"2/19/2019\",\n                        \"raw_data\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/d59b0f34-af50-479b-8cbf-90d248c066c8_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:22:09.4767008Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fc2c62bb-1472-4ce9-9ed5-79aae79975a2","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_pgfn&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_pgfn"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NEGATIVA\",\n                        \"CertificateNumber\": \"212C.915A.A7B5.C826\",\n                        \"EmissionDate\": \"2/19/2019\",\n                        \"raw_data\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/d59b0f34-af50-479b-8cbf-90d248c066c8_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:22:09.4767008Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a73c8503-8c06-47bf-b2a4-b41f5dbad85c"},{"name":"Certidão de Nada Consta","id":"0d2c3ada-9090-4db8-bc72-81bcfe4c209e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_nada_consta\",\r\n\t\"q\": \"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>A consulta Certidão de Nada Consta aceita os seguintes parâmetros para busca:</p>\n<p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetros Opcionais</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>court</td>\n<td>Tribunal</td>\n</tr>\n<tr>\n<td>op</td>\n<td>Esfera</td>\n</tr>\n</tbody>\n</table>\n</div><p>Para os parâmetros opcionais são aceitos os seguintes argumentos:</p>\n<ul>\n<li><p><strong>court:</strong> TRF1 / TRF2 / TRF3 / TRF4 / TRF5.</p>\n</li>\n<li><p><strong>op:</strong> CIVIL / CRIMINAL.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name</td>\n<td>Nome retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Número de identificação de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.OriginalText</td>\n<td>Texto original retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.RawData</td>\n<td>Documento de evidência</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0a7ea568-aa91-4594-ab9f-2c2c0815bf9b","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_nada_consta\",\r\n\t\"q\": \"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"NadaConsta\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"VANESSA SILVA\",\n                        \"IdNumber\": \"154.384.687-45\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"OriginalText\": \"PODER JUDICIÁRIO\\r\\n \\r\\n JUSTIÇA FEDERAL\\r\\n \\r\\n TRIBUNAL REGIONAL FEDERAL DA 2ª REGIÃO <!--Seção Judiciária do Rio de Janeiro -->\\r\\n \\r\\n\\r\\n CERTIDÃO DE DISTRIBUIÇÃO\\r\\n AÇÕES E EXECUÇÕES\\r\\n ORIGINÁRIAS CÍVEIS e CRIMINAIS\\r\\n Nº da Certidão \\r\\n 2019.00516578\\r\\n CERTIFICAMOS que, em pesquisa nos registros eletrônicos armazenados no Sistema de Acompanhamento e Informações Processuais, a partir de 30/03/1989, até a presente data, exclusivamente no Tribunal Regional Federal da 2ª Região, com sede no Rio de Janeiro e jurisdição nos Estados do Rio de Janeiro e do Espírito Santo, que contra:\\r\\n \\r\\n VANESSA SILVA, ou vinculado ao CPF: 154.384.687-45,\\r\\n \\r\\n NADA CONSTA, no Tribunal Regional Federal da 2ª Região.\\r\\n Observações:\\r\\n \\r\\n a) Certidão expedida gratuitamente pela Internet, com base na Resolução n&ordm TRF2-RSP-2014/00033, de 30/12/2014;\\r\\n b) A informação do Nº do CPF/CNPJ acima é de responsabilidade do solicitante da Certidão, devendo a titularidade ser conferida pelo interessado e destinatário;\\r\\n c) A autenticidade desta Certidão poderá ser confirmada na página do Tribunal Regional Federal da 2ª Região (http://www.trf2.jus.br);\\r\\n d) A autenticidade poderá ser efetivada, no máximo, em até 90 (noventa) dias após a expedição.\\r\\n e) A pesquisa realizada com base no CPF informado abrange processos em que seu titular ou seu eventual espólio figure como parte.\\r\\n \\r\\n Rio de Janeiro - RJ - 27/03/2019\\r\\n , às \\r\\n 16:22.\\r\\n \\r\\n\\r\\n \\r\\n Secretaria de Atividades Judiciárias \\r\\n Página Inicial |\\r\\n Retornar à Impressão de Certidão |\\r\\n \\r\\n Imprimir\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Nada_Consta/c4c7ea3f-6002-4cba-8cc6-69062215de9f_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"e728bb41-db30-42a9-a748-c6270490f08c\",\n    \"ElapsedMilliseconds\": 26408,\n    \"Status\": {\n        \"ondemand_nada_consta\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"8afe94f6-67ec-4005-a1f0-22f18e4da563","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_nada_consta&q=doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_nada_consta"},{"key":"q","value":"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"NadaConsta\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"VANESSA SILVA\",\n                        \"IdNumber\": \"154.384.687-45\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"OriginalText\": \"PODER JUDICIÁRIO\\r\\n \\r\\n JUSTIÇA FEDERAL\\r\\n \\r\\n TRIBUNAL REGIONAL FEDERAL DA 2ª REGIÃO <!--Seção Judiciária do Rio de Janeiro -->\\r\\n \\r\\n\\r\\n CERTIDÃO DE DISTRIBUIÇÃO\\r\\n AÇÕES E EXECUÇÕES\\r\\n ORIGINÁRIAS CÍVEIS e CRIMINAIS\\r\\n Nº da Certidão \\r\\n 2019.00516578\\r\\n CERTIFICAMOS que, em pesquisa nos registros eletrônicos armazenados no Sistema de Acompanhamento e Informações Processuais, a partir de 30/03/1989, até a presente data, exclusivamente no Tribunal Regional Federal da 2ª Região, com sede no Rio de Janeiro e jurisdição nos Estados do Rio de Janeiro e do Espírito Santo, que contra:\\r\\n \\r\\n VANESSA SILVA, ou vinculado ao CPF: 154.384.687-45,\\r\\n \\r\\n NADA CONSTA, no Tribunal Regional Federal da 2ª Região.\\r\\n Observações:\\r\\n \\r\\n a) Certidão expedida gratuitamente pela Internet, com base na Resolução n&ordm TRF2-RSP-2014/00033, de 30/12/2014;\\r\\n b) A informação do Nº do CPF/CNPJ acima é de responsabilidade do solicitante da Certidão, devendo a titularidade ser conferida pelo interessado e destinatário;\\r\\n c) A autenticidade desta Certidão poderá ser confirmada na página do Tribunal Regional Federal da 2ª Região (http://www.trf2.jus.br);\\r\\n d) A autenticidade poderá ser efetivada, no máximo, em até 90 (noventa) dias após a expedição.\\r\\n e) A pesquisa realizada com base no CPF informado abrange processos em que seu titular ou seu eventual espólio figure como parte.\\r\\n \\r\\n Rio de Janeiro - RJ - 27/03/2019\\r\\n , às \\r\\n 16:22.\\r\\n \\r\\n\\r\\n \\r\\n Secretaria de Atividades Judiciárias \\r\\n Página Inicial |\\r\\n Retornar à Impressão de Certidão |\\r\\n \\r\\n Imprimir\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Nada_Consta/c4c7ea3f-6002-4cba-8cc6-69062215de9f_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"e728bb41-db30-42a9-a748-c6270490f08c\",\n    \"ElapsedMilliseconds\": 26408,\n    \"Status\": {\n        \"ondemand_nada_consta\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0d2c3ada-9090-4db8-bc72-81bcfe4c209e"},{"name":"Consulta de CPF na Receita Federal","id":"600dd8ef-e27d-478b-b906-367508e535cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Esse dataset realiza consultas em tempo real, retornando dados da Receita Federal referentes ao CPF buscado.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Número de protocolo da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status base retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name</td>\n<td>Nome de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Birthdate</td>\n<td>Data de Nascimento de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.QueryTime</td>\n<td>Horário da consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.SocialName</td>\n<td>Nome Social de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Digit</td>\n<td>Dígito da Receita Federal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. RegistrationDate</td>\n<td>Data de registro na Receita Federal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IsDead</td>\n<td>Indicação de Óbito</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DeathYear</td>\n<td>Ano de Óbito</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"parâmetro-opcional\">Parâmetro opcional</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>birthdate</td>\n<td>Data de nascimento</td>\n</tr>\n<tr>\n<td>dateformat</td>\n<td>Formato da data de nascimento enviada</td>\n</tr>\n</tbody>\n</table>\n</div><p>Ao passar a data de nascimento, deve-se também passar o formato em que a data de nascimento está sendo enviada na requisição. Por exemplo:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>ondemand_rf_status</strong>&amp;<br />\nq=doc{xxxxxxxxxxx},birthdate{10-07-1998},dateformat{dd-MM-yyyy}\n&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>ondemand_rf_status</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx},birthdate{10-07-1998},dateformat{dd-MM-yyyy}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"28b966a7-c81b-498c-a91e-705c3fd8c84f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"B3E0.C7D6.1393.FBBA\",\n                    \"BaseStatus\": \"REGULAR\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"MARIA SANTOS ROCHA\",\n                        \"Birthdate\": \"1994-07-06\",\n                        \"QueryTime\": \"16:24:32\",\n                        \"SocialName\": \"\",\n                        \"Digit\": \"00\",\n                        \"RegistrationDate\": \"2010-07-02\",\n                        \"IsDead\": \"FALSE\",\n                        \"DeathYear\": \"\"\n                    },\n                    \"QueryDate\": \"2019-02-11T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"78dd9bee-22f8-4a8a-be4b-4c138b6c5a96\",\n    \"ElapsedMilliseconds\": 36532,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"59ee6c33-2d40-4d9c-8e2f-a515b7f6a3d7","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"B3E0.C7D6.1393.FBBA\",\n                    \"BaseStatus\": \"REGULAR\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"MARIA SANTOS ROCHA\",\n                        \"Birthdate\": \"1994-07-06\",\n                        \"QueryTime\": \"16:24:32\",\n                        \"SocialName\": \"\",\n                        \"Digit\": \"00\",\n                        \"RegistrationDate\": \"2010-07-02\",\n                        \"IsDead\": \"FALSE\",\n                        \"DeathYear\": \"\"\n                    },\n                    \"QueryDate\": \"2019-02-11T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"78dd9bee-22f8-4a8a-be4b-4c138b6c5a96\",\n    \"ElapsedMilliseconds\": 36532,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"600dd8ef-e27d-478b-b906-367508e535cd"},{"name":"Consulta de Plano de Saúde na ANS","id":"203af730-6d2c-48f9-aad6-9f4b64595574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_health_insurance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQueries.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineQueries.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryRawHTMLResult</td>\n<td>Resultado da consulta em HTML Original</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.TaxIdNumber</td>\n<td>Número de identificação de acordo com a consulta na ANS</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Name</td>\n<td>Nome de acordo com a consulta na ANS</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.BirthDate</td>\n<td>Data de Nascimento de acordo com a consulta na ANS</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Status</td>\n<td>Status retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Cns</td>\n<td>Número do CNS</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.InsuranceOwner</td>\n<td>Nome do dono do plano</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.MotherName</td>\n<td>Nome da mãe</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.HealthInsurance.[n]</td>\n<td>Tipo de plano de saúde</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.TradeName.[n]</td>\n<td>Nome fantasia da empresa prestadora do plano</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Cco.[n]</td>\n<td>Número CCO</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Characteristics.[n]</td>\n<td>Características do plano de saúde</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.BeneficiaryNumber.[n]</td>\n<td>Número identificador do beneficiário</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0d3ef771-07a8-4c99-a86f-80188f8f3933","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_health_insurance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQueries\": [\n                {\n                    \"Origin\": \"ANS\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryRawHTMLResult\": \"\",\n                    \"QueryResultData\": {\n                        \"TaxIdNumber\": \"\",\n                        \"Name\": \"\",\n                        \"BirthDate\": \"\",\n                        \"Status\": \"\",\n                        \"Cns\": \"\",\n                        \"InsuranceOwner\": \"\",\n                        \"MotherName\": \"\",\n                        \"HealthInsurance.0\": \"\",\n                        \"TradeName.0\": \"\",\n                        \"Characteristics.0\": \"\",\n                        \"Cco.0\": \"\",\n                        \"BeneficiaryNumber.0\": \"\",\n                        \"HealthInsurance.1\": \"\",\n                        \"TradeName.1\": \"\",\n                        \"Characteristics.1\": \"\",\n                        \"Cco.1\": \"\",\n                        \"BeneficiaryNumber.1\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:13:59.2995583Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"61573ad7-b070-4277-bff4-55b742a5aeb5\",\n    \"ElapsedMilliseconds\": 8183,\n    \"Status\": {\n        \"ondemand_health_insurance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d0a9e889-db9f-4f1d-82ae-7f67ec244c42","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_health_insurance&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_health_insurance"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQueries\": [\n                {\n                    \"Origin\": \"ANS\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryRawHTMLResult\": \"\",\n                    \"QueryResultData\": {\n                        \"TaxIdNumber\": \"\",\n                        \"Name\": \"\",\n                        \"BirthDate\": \"\",\n                        \"Status\": \"\",\n                        \"Cns\": \"\",\n                        \"InsuranceOwner\": \"\",\n                        \"MotherName\": \"\",\n                        \"HealthInsurance.0\": \"\",\n                        \"TradeName.0\": \"\",\n                        \"Characteristics.0\": \"\",\n                        \"Cco.0\": \"\",\n                        \"BeneficiaryNumber.0\": \"\",\n                        \"HealthInsurance.1\": \"\",\n                        \"TradeName.1\": \"\",\n                        \"Characteristics.1\": \"\",\n                        \"Cco.1\": \"\",\n                        \"BeneficiaryNumber.1\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:13:59.2995583Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"61573ad7-b070-4277-bff4-55b742a5aeb5\",\n    \"ElapsedMilliseconds\": 8183,\n    \"Status\": {\n        \"ondemand_health_insurance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"203af730-6d2c-48f9-aad6-9f4b64595574"},{"name":"Consulta de Restituição do Imposto de Renda","id":"6e9567ca-90c1-45d2-8b68-053477bb927b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_restituicao\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Número de protocolo da consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Bank</td>\n<td>Banco de onde ocorreu a restituição</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Agency</td>\n<td>Número de agência de onde ocorreu a restituição</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Lot</td>\n<td>Número do lote</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. RestitutionDate</td>\n<td>Data da restituição</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"c9f17716-f550-419c-918a-a53070c71144","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_restituicao&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_restituicao"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Restituicao\",\n\t\t\t        \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n\t\t\t        \"ProtocolNumber\": \"\",\n\t\t\t        \"BaseStatus\": \"CREDITADA\",\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t          \"Bank\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t          \"Agency\": \"1009\",\n\t\t\t          \"Lot\": \"004\",\n\t\t\t          \"RestitutionDate\": \"2018-09-17\"\n\t\t\t        },\n\t\t\t        \"QueryDate\": \"2019-03-29T19:26:17.3084041Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"8619f196-1a9b-43e5-8698-04caa8852ce8\",\n    \"ElapsedMilliseconds\": 1071,\n    \"Status\": {\n        \"ondemand_restituicao\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ff44e7f0-9f3e-4648-8c27-a3baa82b2b83","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Restituicao\",\n\t\t\t        \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n\t\t\t        \"ProtocolNumber\": \"\",\n\t\t\t        \"BaseStatus\": \"CREDITADA\",\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t          \"Bank\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t          \"Agency\": \"1009\",\n\t\t\t          \"Lot\": \"004\",\n\t\t\t          \"RestitutionDate\": \"2018-09-17\"\n\t\t\t        },\n\t\t\t        \"QueryDate\": \"2019-03-29T19:26:17.3084041Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"8619f196-1a9b-43e5-8698-04caa8852ce8\",\n    \"ElapsedMilliseconds\": 1071,\n    \"Status\": {\n        \"ondemand_restituicao\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6e9567ca-90c1-45d2-8b68-053477bb927b"},{"name":"Rais","id":"7796ccaf-48ba-495b-b9ec-4944f25c688b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_rais\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>A consulta Rais aceita o seguintes parâmetros para busca:</p>\n<p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nit</td>\n<td>Número de Inscrição do Trabalhador</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Name</td>\n<td>Nome retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Nit</td>\n<td>Número NIT retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber.[n]</td>\n<td>Número identificador da empresa (CNPJ) associada ao CPF consultado</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.OfficialName.[n]</td>\n<td>Nome oficial da empresa (CNPJ) associada ao CPF consultado</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DeliveryStatus[n]</td>\n<td>Status da entrega da declaração RAIS</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtDelivery.[n]</td>\n<td>Data de entrega da declaração RAIS</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtAdimission.[n]</td>\n<td>Data de admissão na empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtQuitting.[n]</td>\n<td>Data de desligamento com a empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"76b041ef-518b-469d-af8d-95a884044976","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_rais\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Rais\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"ANA KELEN DE CARVALHO\",\n                        \"Nit\": \"13098383274\",\n                        \"IdNumber.0\": \"\",\n                        \"OfficialName.0\": \"ESSENCE TERC MAO OBRA E SERVICOS LTDA\",\n                        \"Cnpj/Caepf/Cei/Cno.0\": \"06.290.395/0001-90\",\n                        \"DeliveryStatus.0\": \"ENTREGUE\",\n                        \"DtDelivery.0\": \"2018-03-22\",\n                        \"DtAdimission.0\": \"2016-09-01\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:33:08.8578526Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"30a39d94-5739-43ac-aa60-6da44841c3c7\",\n    \"ElapsedMilliseconds\": 1130,\n    \"Status\": {\n        \"ondemand_rais\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c554d200-1cd6-4a78-b3c7-6d81e914a8a4","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_cert_rais&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_cert_rais"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Rais\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"ANA KELEN DE CARVALHO\",\n                        \"Nit\": \"13098383274\",\n                        \"IdNumber.0\": \"\",\n                        \"OfficialName.0\": \"ESSENCE TERC MAO OBRA E SERVICOS LTDA\",\n                        \"Cnpj/Caepf/Cei/Cno.0\": \"06.290.395/0001-90\",\n                        \"DeliveryStatus.0\": \"ENTREGUE\",\n                        \"DtDelivery.0\": \"2018-03-22\",\n                        \"DtAdimission.0\": \"2016-09-01\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:33:08.8578526Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"30a39d94-5739-43ac-aa60-6da44841c3c7\",\n    \"ElapsedMilliseconds\": 1130,\n    \"Status\": {\n        \"ondemand_rais\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7796ccaf-48ba-495b-b9ec-4944f25c688b"},{"name":"SPC Brasil (com Score)","id":"783ab496-e6bf-4cb6-982a-289fb0e66f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<p>A consulta de crédito do SPC com score possibilita 2 modelos de consulta: score em relação aos 3 últimos meses e em relação aos 12 últimos meses:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Score</th>\n<th>Database</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3 meses</td>\n<td>ondemand_credit_spc_score_3_months</td>\n</tr>\n<tr>\n<td>12 meses</td>\n<td>ondemand_credit_spc_score_12_months</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Nome do score retornado (periodo do score)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Classe do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Horizonte do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probabilidade de inadimplência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Tipo do score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Razão para o score dado</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Regra utilizada para o score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"bfe87e3e-2f39-479b-afd7-7fe5d718dc03","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"CreditData\": [\r\n                {\r\n                    \"Origin\": \"SPC\",\r\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\r\n                    \"BasicData\": {\r\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\r\n                        \"TaxIdCountry\": \"Brazil\",\r\n                        \"AlternativeIdNumbers\": {\r\n                            \"VoterRegistration\": \"\"\r\n                        },\r\n                        \"Name\": \"\",\r\n                        \"Gender\": \"\",\r\n                        \"BirthDate\": \"1978-07-19T00:00:00\",\r\n                        \"Age\": 0,\r\n                        \"ZodiacSign\": \"\",\r\n                        \"MotherName\": \"\",\r\n                        \"TaxIdStatus\": \"\",\r\n                        \"TaxIdOrigin\": \"SPC\"\r\n                    },\r\n                    \"PersonalRelationships\": [\r\n                        {\r\n                            \"RelatedEntityName\": \"\",\r\n                            \"RelationshipType\": \"MOTHER\",\r\n                            \"RelationshipLevel\": \"DIRECT\"\r\n                        }\r\n                    ],\r\n                    \"Emails\": [\r\n                        {\r\n                            \"EmailAddress\": \"email@email.com.br\"\r\n                        }\r\n                    ],\r\n                    \"Phones\": [],\r\n                    \"Addresses\": [\r\n                        {\r\n                            \"AddressMain\": \"\",\r\n                            \"Number\": \"\",\r\n                            \"Complement\": \"\",\r\n                            \"Neighborhood\": \"\",\r\n                            \"ZipCode\": \"\",\r\n                            \"City\": \"\",\r\n                            \"State\": \"\",\r\n                            \"Country\": \"Brazil\"\r\n                        }\r\n                    ],\r\n                    \"TotalDebts\": 0.0,\r\n                    \"TotalCount\": 0,\r\n                    \"TotalPreviousQueries\": 0,\r\n                    \"PreviousQueries\": [\r\n                        {\r\n                            \"Origin\": \"\",\r\n                            \"QueryDate\": \"2018-08-13T00:00:00\",\r\n                            \"Name\": \"\",\r\n                            \"CityAndState\": {\r\n                                \"City\": \"\",\r\n                                \"State\": \"\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"Occurrences\": [\r\n                        {\r\n                            \"Name\": \"SPC\",\r\n                            \"TotalValue\": 0.0,\r\n                            \"TotalCount\": 0,\r\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\r\n                            \"LastOccurrenceDate\": \"2018-01-12T00:00:00\",\r\n                            \"AdditionalOutputData\": {},\r\n                            \"Details\": [\r\n                                {\r\n                                    \"Origin\": \"SERASA EXPERIAN\",\r\n                                    \"ExpiringDate\": \"2017-09-02T00:00:00\",\r\n                                    \"Date\": \"2018-01-12T00:00:00\",\r\n                                    \"Reason\": \"\",\r\n                                    \"Value\": 0.0,\r\n                                    \"Count\": 1,\r\n                                    \"IssuingPeople\": [],\r\n                                    \"IssuingCompanies\": [\r\n                                        {\r\n                                            \"TaxIdNumber\": \"\",\r\n                                            \"OfficialName\": \"\",\r\n                                            \"TradeName\": \"\",\r\n                                            \"Phones\": [\r\n                                                {\r\n                                                    \"Number\": \"\",\r\n                                                    \"AreaCode\": \"\",\r\n                                                    \"CountryCode\": \"\",\r\n                                                    \"HasOptIn\": false\r\n                                                }\r\n                                            ],\r\n                                            \"Addresses\": [],\r\n                                            \"AdditionalOutputData\": {\r\n                                                \"Contract\": \"\"\r\n                                            }\r\n                                        }\r\n                                    ],\r\n                                    \"AdditionalOutputData\": {}\r\n                                }\r\n                            ]\r\n                        }\r\n                    ],\r\n                    \"Score\": {\r\n                        \"Name\": \"SCORE 12 MONTHS\",\r\n                        \"Class\": \"F\",\r\n                        \"Horizon\": \"12\",\r\n                        \"Probability\": \"0\",\r\n                        \"Score\": \"0\",\r\n                        \"ScoreType\": \"RESTRICTED\",\r\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\r\n                        \"AdditionalOutputData\": {}\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\r\n    \"ElapsedMilliseconds\": 3334,\r\n    \"Status\": {\r\n        \"ondemand_credit_spc_score_12_months\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"e4c599d1-ab23-4945-9b7b-a6f3cd2ed5cd","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_spc_score_12_months&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_spc_score_12_months"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GHERSON CASTRO\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1966-03-31T00:00:00\",\n                        \"Age\": 52,\n                        \"ZodiacSign\": \"ARIES\",\n                        \"MotherName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                        \"TaxIdStatus\": \"SUSPENSA\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"32166540\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"33715971\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"32133213\",\n\t                            \"AreaCode\": \"47\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                         {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS\",\n                            \"Number\": \"000537\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670300\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS 137\",\n                            \"Number\": \"\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670900\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1556.88,\n                    \"TotalCount\": 5,\n                    \"TotalPreviousQueries\": 56,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - GOIANIA / GO\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PRIMO DECOR\",\n                            \"CityAndState\": {\n                                \"City\": \"GOIANIA\",\n                                \"State\": \"GO\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 4,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2009-01-29T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2009-01-29T00:00:00\",\n                                    \"Reason\": \"OUTROS\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  NATAL / RN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"PROTEST\",\n                            \"TotalValue\": 1556.88,\n                            \"TotalCount\": 1,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-12-03T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                             \"Details\": [\n                                {\n                                \t\"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2018-12-03T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 1556.88,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"UN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"BALNEARIO PICARRAS\",\n                                                    \"State\": \"SC\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"12\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc_score_12_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"783ab496-e6bf-4cb6-982a-289fb0e66f31"},{"name":"SPC Brasil (sem Score)","id":"4a488003-10af-450f-880d-275e5483b787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"6e587b62-038e-49c0-9c64-b51ddc03ae8a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_spc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_spc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"JÕAO PAULO SILVA\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1970-10-31T00:00:00\",\n                        \"Age\": 48,\n                        \"ZodiacSign\": \"ESCORPIAO\",\n                        \"MotherName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                        \"TaxIdStatus\": \"\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            {\n                            \"RelatedEntityName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        },\n                        {\n                            \"RelatedEntityName\": \"MARIA TESTE SILVA\",\n                            \"RelationshipType\": \"FATHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"34657899\",\n\t                            \"AreaCode\": \"12\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"40023123\",\n\t                            \"AreaCode\": \"27\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"R GERALDA CIRINO FLOR DE MAIO 172\",\n                            \"Number\": \"\",\n                            \"Complement\": \"CASA\",\n                            \"Neighborhood\": \"SANTA MONICA\",\n                            \"ZipCode\": \"31565300\",\n                            \"City\": \"BELO HORIZONTE\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 46483.68,\n                    \"TotalCount\": 26,\n                    \"TotalPreviousQueries\": 137,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"CAIXAS ECONOMICAS\",\n                            \"CityAndState\": {\n                                \"City\": \"BRASILIA\",\n                                \"State\": \"DF\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 3,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2010-03-10T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2010-03-10T00:00:00\",\n                                    \"Reason\": \"ROUBO/FURTO\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  GOIANIA / GO\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"SPC\",\n                            \"TotalValue\": 1765.52,\n                            \"TotalCount\": 15,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-15T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                \t\"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2018-11-11T00:00:00\",\n                                    \"Date\": \"2019-03-15T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 111.11,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                    \t{\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CILENE GLADIS PUGLIA DE CAMPOS\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"SAO BERNARDO DO CAMP\",\n                                                    \"State\": \"SP\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"15706808614\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t}    \n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b98b7df1-6fee-43fa-946a-cb78d1d4cdce","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"JÕAO PAULO SILVA\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1970-10-31T00:00:00\",\n                        \"Age\": 48,\n                        \"ZodiacSign\": \"ESCORPIAO\",\n                        \"MotherName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                        \"TaxIdStatus\": \"\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            {\n                            \"RelatedEntityName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        },\n                        {\n                            \"RelatedEntityName\": \"MARIA TESTE SILVA\",\n                            \"RelationshipType\": \"FATHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"34657899\",\n\t                            \"AreaCode\": \"12\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"40023123\",\n\t                            \"AreaCode\": \"27\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"R GERALDA CIRINO FLOR DE MAIO 172\",\n                            \"Number\": \"\",\n                            \"Complement\": \"CASA\",\n                            \"Neighborhood\": \"SANTA MONICA\",\n                            \"ZipCode\": \"31565300\",\n                            \"City\": \"BELO HORIZONTE\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 46483.68,\n                    \"TotalCount\": 26,\n                    \"TotalPreviousQueries\": 137,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"CAIXAS ECONOMICAS\",\n                            \"CityAndState\": {\n                                \"City\": \"BRASILIA\",\n                                \"State\": \"DF\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 3,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2010-03-10T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2010-03-10T00:00:00\",\n                                    \"Reason\": \"ROUBO/FURTO\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  GOIANIA / GO\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"SPC\",\n                            \"TotalValue\": 1765.52,\n                            \"TotalCount\": 15,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-15T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                \t\"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2018-11-11T00:00:00\",\n                                    \"Date\": \"2019-03-15T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 111.11,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                    \t{\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CILENE GLADIS PUGLIA DE CAMPOS\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"SAO BERNARDO DO CAMP\",\n                                                    \"State\": \"SP\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"15706808614\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t}    \n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4a488003-10af-450f-880d-275e5483b787"},{"name":"Seguro Desemprego","id":"95f48ba2-eb8a-45f0-934a-7d1f82c42593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_seguro_desemprego\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>A consulta Seguro Desemprego aceita o seguintes parâmetros para busca:</p>\n<p><strong>Parâmetro Obrigatório</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parâmetro Opcional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetro</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nit</td>\n<td>Número de Inscrição do Trabalhador</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Name</td>\n<td>Nome retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.NitNumber</td>\n<td>Número NIT retornado pela consulta</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.InsuranceStatus</td>\n<td>Status do Seguro</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.PeriodOfEmployment</td>\n<td>Periodo Empregatício</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Procedure</td>\n<td>Procedimento</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Reason</td>\n<td>Razão para a demissão</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Installment[n]Status</td>\n<td>Status da parcela</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. DtInstallment[n]Availability</td>\n<td>Data de disponibilidade da parcela</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4d27c682-c7b9-4b36-95f0-40cf4b5e7832","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_seguro_desemprego&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_seguro_desemprego"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"SeguroDesemprego\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"Name\": \"ALEXSANDRA CARDOSO DE MORAES\",\n                        \"NitNumber\": \"12615713673\",\n                        \"InsuranceStatus\": \"NOTIFICADO\",\n                        \"PeriodOfEmployment\": \"11 MESES\",\n                        \"Procedure\": \"PREZADO SR(A). POR GENTILEZA PROCURE UM POSTO DO SINE OU CONVENIADO O QUAL FEZ O SEU CADASTRO PARA ACOES DE EMPREGO E SOLICITE SEU HISTORICO E EM SEGUIDA DIRIJA-SE A UM POSTO DO MINISTERIO DO TRABALHO E EMPREGO COM A SEGUINTE DOCUMENTACAO:  -CARTEIRA DE TRABALHO; -FORMULARIO DO SEGURO-DESEMPREGO (VIA MARROM); -RESCISAO DO CONTRATO DE TRABALHO; -HISTORICO DO TRABALHADOR FORNECIDO PELO SINE.\",\n                        \"Reason\": \"MAIS DE 02 ANOS DA DATA DE DEMISSAO/SUSPENSAO\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:35:37.4264939Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ffe8e729-6935-4edf-a3d6-8e4c101422ac\",\n    \"ElapsedMilliseconds\": 18616,\n    \"Status\": {\n        \"ondemand_seguro_desemprego\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d1aa77b4-acaa-45e0-b631-f40c53c99048","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_seguro_desemprego\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"SeguroDesemprego\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"Name\": \"ALEXSANDRA CARDOSO DE MORAES\",\n                        \"NitNumber\": \"12615713673\",\n                        \"InsuranceStatus\": \"NOTIFICADO\",\n                        \"PeriodOfEmployment\": \"11 MESES\",\n                        \"Procedure\": \"PREZADO SR(A). POR GENTILEZA PROCURE UM POSTO DO SINE OU CONVENIADO O QUAL FEZ O SEU CADASTRO PARA ACOES DE EMPREGO E SOLICITE SEU HISTORICO E EM SEGUIDA DIRIJA-SE A UM POSTO DO MINISTERIO DO TRABALHO E EMPREGO COM A SEGUINTE DOCUMENTACAO:  -CARTEIRA DE TRABALHO; -FORMULARIO DO SEGURO-DESEMPREGO (VIA MARROM); -RESCISAO DO CONTRATO DE TRABALHO; -HISTORICO DO TRABALHADOR FORNECIDO PELO SINE.\",\n                        \"Reason\": \"MAIS DE 02 ANOS DA DATA DE DEMISSAO/SUSPENSAO\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:35:37.4264939Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ffe8e729-6935-4edf-a3d6-8e4c101422ac\",\n    \"ElapsedMilliseconds\": 18616,\n    \"Status\": {\n        \"ondemand_seguro_desemprego\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"95f48ba2-eb8a-45f0-934a-7d1f82c42593"}],"id":"474705ba-3ea2-473d-b730-67d95b8f22f8","event":[{"listen":"prerequest","script":{"id":"174c1020-0b55-4333-9718-9cb52e7a1ad9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"525c1abd-53ae-4ee2-8285-f42c06ea71eb","type":"text/javascript","exec":[""]}}],"_postman_id":"474705ba-3ea2-473d-b730-67d95b8f22f8","description":""},{"name":"API de Empresas","item":[{"name":"Boa Vista (com Score)","id":"0f823a5c-feab-418a-8e7c-d0ac4b6288b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Nome do score retornado (periodo do score)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Classe do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Horizonte do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probabilidade de inadimplência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Tipo do score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Razão para o score dado</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Regra utilizada para o score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"6f9cd567-84b6-45a7-8940-fe41da52f34a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_boavista_score&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista_score"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"SOUTO & CAMPOS PROMOCAO DE VENDAS LTDA\",\n\t\t\t            \"TradeName\": \"\",\n\t\t\t            \"FoundedDate\": \"2016-05-04T00:00:00\",\n\t\t\t            \"Age\": 2.0,\n\t\t\t            \"TaxIdStatus\": \"ATIVO\",\n\t\t\t            \"TaxIdOrigin\": \"BoaVista\",\n                        \"AdditionalOutputData\": {}\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 4070.13,\n\t\t\t        \"TotalCount\": 5,\n\t\t\t        \"TotalPreviousQueries\": 13,\n                    \"PreviousQueries\": [\n                         {\n\t\t\t\t            \"QueryDate\": \"2019-03-06T00:00:00\",\n\t\t\t\t            \"Name\": \"AMERICA NET LTDA\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"FINANCEIRA\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"PROTEST\",\n\t\t\t\t            \"TotalValue\": 4070.13,\n\t\t\t\t            \"TotalCount\": 5,\n\t\t\t\t            \"FirstOccurrenceDate\": \"2018-09-14T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2018-09-18T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2018-09-18T00:00:00\",\n\t\t\t\t\t                \"Value\": 150.24,\n\t\t\t\t\t                \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                              \"Oc\": \"TP\",\n\t\t\t\t\t\t\t                  \"Registry\": \"0004\",\n\t\t\t\t\t\t\t                  \"City\": \"SAO PAULO\",\n\t\t\t\t\t\t\t                  \"State\": \"SP\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"\",\n                                        \"Situation\": \"\",\n                                        \"City\": \"\",\n                                        \"Uf\": \"\"\n                                    }\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                       \"Name\": \"SCORE\",\n\t\t\t           \"Class\": \"\",\n\t\t\t           \"Probability\": \"82,8%\",\n\t\t\t           \"Score\": \"341\",\n\t\t\t           \"AdditionalOutputData\": {\n\t\t\t             \"ScoreRule\": \"D\"\n\t\t\t           }\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"81b9ecd0-8800-4688-b0bd-50e091222e2f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"SOUTO & CAMPOS PROMOCAO DE VENDAS LTDA\",\n\t\t\t            \"TradeName\": \"\",\n\t\t\t            \"FoundedDate\": \"2016-05-04T00:00:00\",\n\t\t\t            \"Age\": 2.0,\n\t\t\t            \"TaxIdStatus\": \"ATIVO\",\n\t\t\t            \"TaxIdOrigin\": \"BoaVista\",\n                        \"AdditionalOutputData\": {}\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 4070.13,\n\t\t\t        \"TotalCount\": 5,\n\t\t\t        \"TotalPreviousQueries\": 13,\n                    \"PreviousQueries\": [\n                         {\n\t\t\t\t            \"QueryDate\": \"2019-03-06T00:00:00\",\n\t\t\t\t            \"Name\": \"AMERICA NET LTDA\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"FINANCEIRA\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"PROTEST\",\n\t\t\t\t            \"TotalValue\": 4070.13,\n\t\t\t\t            \"TotalCount\": 5,\n\t\t\t\t            \"FirstOccurrenceDate\": \"2018-09-14T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2018-09-18T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2018-09-18T00:00:00\",\n\t\t\t\t\t                \"Value\": 150.24,\n\t\t\t\t\t                \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                              \"Oc\": \"TP\",\n\t\t\t\t\t\t\t                  \"Registry\": \"0004\",\n\t\t\t\t\t\t\t                  \"City\": \"SAO PAULO\",\n\t\t\t\t\t\t\t                  \"State\": \"SP\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"\",\n                                        \"Situation\": \"\",\n                                        \"City\": \"\",\n                                        \"Uf\": \"\"\n                                    }\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                       \"Name\": \"SCORE\",\n\t\t\t           \"Class\": \"\",\n\t\t\t           \"Probability\": \"82,8%\",\n\t\t\t           \"Score\": \"341\",\n\t\t\t           \"AdditionalOutputData\": {\n\t\t\t             \"ScoreRule\": \"D\"\n\t\t\t           }\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0f823a5c-feab-418a-8e7c-d0ac4b6288b6"},{"name":"Boa Vista (sem Score)","id":"a2145089-106a-4e4d-a16b-ec14f69403b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"086cb635-d86f-4781-aa5d-eb318869a4c2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"REGULAR\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                     \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 56306.79,\n                    \"TotalCount\": 34,\n                    \"TotalPreviousQueries\": 15,\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"RJRJO/BIG DATA CORP\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 7,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"12312312\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"37835975\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eb402420-ae19-45a8-a470-cc66fbef8c37","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_boavista&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                     \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 56306.79,\n                    \"TotalCount\": 34,\n                    \"TotalPreviousQueries\": 15,\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"RJRJO/BIG DATA CORP\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 7,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"12312312\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"37835975\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a2145089-106a-4e4d-a16b-ec14f69403b2"},{"name":"Certidão Embargos Ibama","id":"c70d2d40-d5e5-4570-85b5-a9c90d868d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.OfficialName</td>\n<td>Nome oficial de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Número de identificação de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ContactType</td>\n<td>Tipo do contato presente na certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AddressCore</td>\n<td>Logradouro da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.City</td>\n<td>Cidade da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.State</td>\n<td>Estado da área da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Infraction</td>\n<td>Tipo da infração de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AffectedAreaHa</td>\n<td>Área afetada em Hectares de acordo com a certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TadNumber</td>\n<td>Número de TAD da certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AiNumber</td>\n<td>Número de AI da certidão do Ibama</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DtJudgment</td>\n<td>Data de Julgamento da Infração</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DtRegistration</td>\n<td>Data de Registro da Infração</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"531023c3-8060-458a-809f-db3e55d4d678","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                \"Origin\": \"IbamaEmbargados\",\r\n\t\t        \"InputParameters\": \"doc{39.785.563/0001-78}\",\r\n\t\t        \"AdditionalOutputData\": {\r\n\t\t          \"OfficialName.0\": \"TESCON ENGENHARIA LTDA.\",\r\n\t\t          \"IdNumber.0\": \"xxxxxxxxxxxxxx\",\r\n\t\t          \"ContactType.0\": \"AREA EMBARGADA\",\r\n\t\t          \"AddressCore.0\": \"RODOVIA BR 319/AM\",\r\n\t\t          \"City.0\": \"MANAUS\",\r\n\t\t          \"State.0\": \"AM\",\r\n\t\t          \"Infraction.0\": \"Exercer atividade potencialmente degradadora sem licenca ambiental.\",\r\n\t\t          \"AffectedAreaHa.0\": \"\",\r\n\t\t          \"TadNumber.0\": \"440214\",\r\n\t\t          \"AiNumber.0\": \"635537\",\r\n\t\t          \"DtJudgment.0\": \"2014-08-04\",\r\n\t\t          \"DtRegistration.0\": \"2010-07-19\"\r\n\t\t        },\r\n\t\t        \"QueryDate\": \"2019-03-26T13:10:05.3237097Z\"\r\n\t\t      }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\r\n    \"ElapsedMilliseconds\": 1233,\r\n    \"Status\": {\r\n        \"ondemand_ibama_embargados\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"f8359665-efef-4e93-9a23-44549f099ad5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_ibama_embargados&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_ibama_embargados"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n            \t{\r\n                \"Origin\": \"IbamaEmbargados\",\r\n\t\t        \"InputParameters\": \"doc{39.785.563/0001-78}\",\r\n\t\t        \"AdditionalOutputData\": {\r\n\t\t          \"OfficialName.0\": \"TESCON ENGENHARIA LTDA.\",\r\n\t\t          \"IdNumber.0\": \"xxxxxxxxxxxxxx\",\r\n\t\t          \"ContactType.0\": \"AREA EMBARGADA\",\r\n\t\t          \"AddressCore.0\": \"RODOVIA BR 319/AM\",\r\n\t\t          \"City.0\": \"MANAUS\",\r\n\t\t          \"State.0\": \"AM\",\r\n\t\t          \"Infraction.0\": \"Exercer atividade potencialmente degradadora sem licenca ambiental.\",\r\n\t\t          \"AffectedAreaHa.0\": \"\",\r\n\t\t          \"TadNumber.0\": \"440214\",\r\n\t\t          \"AiNumber.0\": \"635537\",\r\n\t\t          \"DtJudgment.0\": \"2014-08-04\",\r\n\t\t          \"DtRegistration.0\": \"2010-07-19\"\r\n\t\t        },\r\n\t\t        \"QueryDate\": \"2019-03-26T13:10:05.3237097Z\"\r\n\t\t      }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\r\n    \"ElapsedMilliseconds\": 1233,\r\n    \"Status\": {\r\n        \"ondemand_ibama_embargados\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"c70d2d40-d5e5-4570-85b5-a9c90d868d8f"},{"name":"Certidão Negativa Ibama","id":"3169a0d1-4f80-4f58-a932-20629c1cc671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_cert_negativa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Número da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Data de emissão da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ValidUntil</td>\n<td>Data de validade da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Applicant</td>\n<td>Nome retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DebtStatus</td>\n<td>Status de débito retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"00ac42f6-a8ae-415a-83a6-4d6ffe8cc5c2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_cert_negativa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaCertidaoNegativa\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                          \"CertificateNumber\": \"9554586\",\n\t\t\t\t\t      \"EmissionDate\": \"31/01/2019\",\n\t\t\t\t\t      \"ValidUntil\": \"02/03/2019\",\n\t\t\t\t\t      \"Applicant\": \"ALVESMARINHOCONFECCOESLTDA\",\n\t\t\t\t\t      \"DebtStatus\": \"NADACONSTA\",\n\t\t\t\t\t      \"RawData\": \"https: //s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/IbamaCertidaoNegativa/f33e97d1-effd-49af-be8c-e204722e1dfb_xxxxxxxxxxxxxx.pdf\"\n    \n                    },\n                    \"QueryDate\": \"2018-08-29T13:20:45.0969533Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"59f7ed0c-c38d-40d1-9f1d-d6954e27a5e2\",\n    \"ElapsedMilliseconds\": 6090,\n    \"Status\": {\n        \"ondemand_ibama_cert_negativa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a4da7c34-57cf-4034-928b-b33180d9fbd6","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_ibama_cert_negativa&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_ibama_cert_negativa"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaCertidaoNegativa\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                          \"CertificateNumber\": \"9554586\",\n\t\t\t\t\t      \"EmissionDate\": \"31/01/2019\",\n\t\t\t\t\t      \"ValidUntil\": \"02/03/2019\",\n\t\t\t\t\t      \"Applicant\": \"ALVESMARINHOCONFECCOESLTDA\",\n\t\t\t\t\t      \"DebtStatus\": \"NADACONSTA\",\n\t\t\t\t\t      \"RawData\": \"https: //s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/IbamaCertidaoNegativa/f33e97d1-effd-49af-be8c-e204722e1dfb_xxxxxxxxxxxxxx.pdf\"\n    \n                    },\n                    \"QueryDate\": \"2018-08-29T13:20:45.0969533Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"59f7ed0c-c38d-40d1-9f1d-d6954e27a5e2\",\n    \"ElapsedMilliseconds\": 6090,\n    \"Status\": {\n        \"ondemand_ibama_cert_negativa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3169a0d1-4f80-4f58-a932-20629c1cc671"},{"name":"Certidão PGFN","id":"f49d4c09-5055-45a8-a7ef-cfdd9e4504ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Retorna informações da Procuradoria-Geral da Fazenda Nacional.</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. PGFNClearance</td>\n<td>Indica se há pendências com a Procuradoria-Geral da Fazenda Nacional(PGFN) (TRUE para não há pendências, FALSE caso haja)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.QueryType</td>\n<td>Tipo de consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TaxPayer</td>\n<td>Número de identificação do pagador de impostos de acordo com a certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status retornado pela Certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Número da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.EmissionDate</td>\n<td>Data de emissão da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ValidityDate</td>\n<td>Data de validade da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"56b5a8b7-ce4b-4629-9fc9-e150912cfe94","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxxxxx\",\n                        \"Status\": \"POSITIVA COM EFEITOS DE NEGATIVA\",\n                        \"CertificateNumber\": \"408F.08CF.63F5.D0C6\",\n                        \"EmissionDate\": \"11/13/2018\",\n                        \"ValidityDate\": \"5/12/2019\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/396247ec-4b37-4bd1-aa2a-8294c0674244_xxxxxxxxxxxxxx.html.gzip\",\n                        \"Remark.0\": \"constam débitos administrados pela Secretaria da Receita Federal do Brasil (RFB) com exigibilidade suspensa nos termos do art. 151 da Lei n&ordm; 5.172, de 25 de outubro de 1966 - Código Tributário Nacional (CTN), ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal, ou ainda não vencidos; e \",\n                        \"Remark.1\": \"constam nos sistemas da Procuradoria-Geral da Fazenda Nacional (PGFN) débitos inscritos em Dívida Ativa da União (DAU) com exigibilidade suspensa nos termos do art. 151 do CTN, ou garantidos mediante bens ou direitos, ou com embargos da Fazenda Pública em processos de execução fiscal, ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal.\",\n                        \"Remark.2\": \"Esta certidão é válida para o estabelecimento matriz e suas filiais e, no caso de ente federativo, para todos os órgãos e fundos públicos da administração direta a ele vinculados. Refere-se à situação do sujeito passivo no âmbito da RFB e da PGFN e abrange inclusive as contribuições sociais previstas nas alíneas 'a' a 'd' do parágrafo único do art. 11 da Lei nº 8.212, de 24 de julho de 1991.\"\n                    },\n                    \"QueryDate\": \"2019-03-27T18:52:18.3114764Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d57f8887-d8a4-4c72-b2c2-7f94ae95217f","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_pgfn&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_pgfn"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxxxxx\",\n                        \"Status\": \"POSITIVA COM EFEITOS DE NEGATIVA\",\n                        \"CertificateNumber\": \"408F.08CF.63F5.D0C6\",\n                        \"EmissionDate\": \"11/13/2018\",\n                        \"ValidityDate\": \"5/12/2019\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/396247ec-4b37-4bd1-aa2a-8294c0674244_xxxxxxxxxxxxxx.html.gzip\",\n                        \"Remark.0\": \"constam débitos administrados pela Secretaria da Receita Federal do Brasil (RFB) com exigibilidade suspensa nos termos do art. 151 da Lei n&ordm; 5.172, de 25 de outubro de 1966 - Código Tributário Nacional (CTN), ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal, ou ainda não vencidos; e \",\n                        \"Remark.1\": \"constam nos sistemas da Procuradoria-Geral da Fazenda Nacional (PGFN) débitos inscritos em Dívida Ativa da União (DAU) com exigibilidade suspensa nos termos do art. 151 do CTN, ou garantidos mediante bens ou direitos, ou com embargos da Fazenda Pública em processos de execução fiscal, ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal.\",\n                        \"Remark.2\": \"Esta certidão é válida para o estabelecimento matriz e suas filiais e, no caso de ente federativo, para todos os órgãos e fundos públicos da administração direta a ele vinculados. Refere-se à situação do sujeito passivo no âmbito da RFB e da PGFN e abrange inclusive as contribuições sociais previstas nas alíneas 'a' a 'd' do parágrafo único do art. 11 da Lei nº 8.212, de 24 de julho de 1991.\"\n                    },\n                    \"QueryDate\": \"2019-03-27T18:52:18.3114764Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f49d4c09-5055-45a8-a7ef-cfdd9e4504ad"},{"name":"Certidão Siproquim","id":"3b8630ec-5694-4860-8bbf-ac23123ad76d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_siproquim\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Número de identificação (CNPJ) da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OfficialName</td>\n<td>Razão Social da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. InscricaoEstadual</td>\n<td>Número de inscrição estadual</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CnaeNumber</td>\n<td>Número CNAE da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CnaeDescription</td>\n<td>Descrição do CNAE retornado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Situacao</td>\n<td>Situação atual referente ao certificado Siproquim</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DataDeVencimento</td>\n<td>Data de Vencimento do certificado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Crc</td>\n<td>Número CRC (Certificado de Registro Cadastral) da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Clf/Ae</td>\n<td>Número CLF (Certificado de Licença de Funcionamento) da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Protocolo</td>\n<td>Número de Protocolo do Certificado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TipoDoRequerimento</td>\n<td>Tipo do Requerimento</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DataEmissao</td>\n<td>Data de Emissão do Certificado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. ChemicalProduct[n]</td>\n<td>Produto químico autorizado</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AddressCore.[n]</td>\n<td>Logradouro da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Neighborhood.[n]</td>\n<td>Bairro da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. City.[n]</td>\n<td>Cidade da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. State.[n]</td>\n<td>Estado da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. ZipCode.[n]</td>\n<td>CEP da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Country.[n]</td>\n<td>País da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Number.[n]</td>\n<td>Número de porta da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Complement.[n]</td>\n<td>Complemento do endereço da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"892a2f3c-2066-4737-ba18-5f6fe469dae5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_cert_siproquim&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_cert_siproquim"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Siproquim\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\r\n                        \"OfficialName\": \"HEXIS CIENTÍFICA LTDA\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Siproquim/_xxxxxxxxxxxxxx.html.gzip\",\r\n                        \"InscricaoEstadual\": \"407.087.160.115\",\r\n                        \"CnaeNumber\": \"4669-9/99\",\r\n                        \"CnaeDescription\": \"Comércio atacadista de outras máquinas e equipamentos não especificados anteriormente; partes e peças\",\r\n                        \"Situacao\": \"Ativo\",\r\n                        \"DataDeVencimento\": \"2019-08-03\",\r\n                        \"Crc\": \"2003/003652\",\r\n                        \"Clf/Ae\": \"00003826-1\",\r\n                        \"Protocolo\": \"08506.007840/2018-51\",\r\n                        \"TipoDoRequerimento\": \"Renovação\",\r\n                        \"DataEmissao\": \"2018-08-03\",\r\n                        \"ChemicalProduct0\": \"29141100|ACETONA\",\r\n                        \"ChemicalProduct1\": \"28061020|ÁCIDO CLORÍDRICO (SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct2\": \"28111990|ÁCIDO HIPOFOSFOROSO\",\r\n                        \"ChemicalProduct3\": \"28070010|ÁCIDO SULFÚRICO\",\r\n                        \"ChemicalProduct4\": \"28070020|ÁCIDO SULFÚRICO FUMEGANTE\",\r\n                        \"ChemicalProduct5\": \"29152400|ANIDRIDO ACÉTICO\",\r\n                        \"ChemicalProduct6\": \"29224990|BENZOCAÍNA E SEUS SAIS\",\r\n                        \"ChemicalProduct7\": \"28364000|BICARBONATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct8\": \"29211939|BUTILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct9\": \"29393010|CAFEÍNA\",\r\n                        \"ChemicalProduct10\": \"28362010|CARBONATO DE SÓDIO ANIDRO\",\r\n                        \"ChemicalProduct11\": \"29159090|CLORETO DE ACETILA\",\r\n                        \"ChemicalProduct12\": \"29031200|CLORETO DE METILENO\",\r\n                        \"ChemicalProduct13\": \"29031300|CLOROFÓRMIO\",\r\n                        \"ChemicalProduct14\": \"29091100|ÉTER ETÍLICO\",\r\n                        \"ChemicalProduct15\": \"29241929|FORMAMIDA\",\r\n                        \"ChemicalProduct16\": \"29151290|FORMIATO DE AMÔNIO\",\r\n                        \"ChemicalProduct17\": \"28152000|HIDRÓXIDO DE POTÁSSIO\",\r\n                        \"ChemicalProduct18\": \"28151100|HIDRÓXIDO DE SÓDIO (SÓLIDO)\",\r\n                        \"ChemicalProduct19\": \"28012010|IODO (SUBLIMADO)\",\r\n                        \"ChemicalProduct20\": \"29054300|MANITOL\",\r\n                        \"ChemicalProduct21\": \"29141200|METILETILCETONA\",\r\n                        \"ChemicalProduct22\": \"28416100|PERMANGANATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct23\": \"29023000|TOLUENO\",\r\n                        \"ChemicalProduct24\": \"29121200|ACETALDEÍDO\",\r\n                        \"ChemicalProduct25\": \"29153100|ACETATO DE ETILA\",\r\n                        \"ChemicalProduct26\": \"29153939|ACETATO DE ISOAMILA\",\r\n                        \"ChemicalProduct27\": \"29153939|ACETATO DE ISOPROPILA\",\r\n                        \"ChemicalProduct28\": \"29153300|ACETATO DE N-BUTILA\",\r\n                        \"ChemicalProduct29\": \"29269099|ACETONITRILA\",\r\n                        \"ChemicalProduct30\": \"29152100|ÁCIDO ACÉTICO\",\r\n                        \"ChemicalProduct31\": \"29163110|ÁCIDO BENZÓICO\",\r\n                        \"ChemicalProduct32\": \"29151100|ÁCIDO FÓRMICO\",\r\n                        \"ChemicalProduct33\": \"29051300|ÁLCOOL N-BUTÍLICO\",\r\n                        \"ChemicalProduct34\": \"29051410|ÁLCOOL ISOBUTÍLICO\",\r\n                        \"ChemicalProduct35\": \"29051210|ÁLCOOL N-PROPÍLICO\",\r\n                        \"ChemicalProduct36\": \"29122100|BENZALDEÍDO\",\r\n                        \"ChemicalProduct37\": \"29022000|BENZENO\",\r\n                        \"ChemicalProduct38\": \"29021100|CICLOEXANO\",\r\n                        \"ChemicalProduct39\": \"29142210|CICLOEXANONA\",\r\n                        \"ChemicalProduct40\": \"28273999|CLORETO MERCÚRICO\",\r\n                        \"ChemicalProduct41\": \"29031500|1,2-DICLOROETANO\",\r\n                        \"ChemicalProduct42\": \"28131000|DISSULFETO DE CARBONO\",\r\n                        \"ChemicalProduct43\": \"28142000|HIDRÓXIDO DE AMÔNIO (AMONÍACO EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct44\": \"28251020|HIDROXILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct45\": \"29141300|METILISOBUTILCETONA\",\r\n                        \"ChemicalProduct46\": \"29214311|ORTO-TOLUIDINA\",\r\n                        \"ChemicalProduct47\": \"29333110|PIRIDINA\",\r\n                        \"ChemicalProduct48\": \"28051100|SÓDIO METÁLICO\",\r\n                        \"ChemicalProduct49\": \"29031400|TETRACLORETO DE CARBONO\",\r\n                        \"ChemicalProduct50\": \"29321100|TETRAHIDROFURANO\",\r\n                        \"ChemicalProduct51\": \"28151200|HIDRÓXIDO DE SÓDIO (EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct52\": \"27071000|BENZENO (BENZOL)\",\r\n                        \"ChemicalProduct53\": \"28331000|SULFATOS DE SÓDIO\",\r\n                        \"ChemicalProduct54\": \"29211139|TRIMETILAMINA E SEUS SAIS (OUTROS)\",\r\n                        \"AddressCore.0\": \"AV. ANTONIETA PIVA BARRANQUEIROS\",\r\n                        \"Neighborhood.0\": \"DISTRITO INDUSTRIAL\",\r\n                        \"City.0\": \"JUNDIAÍ\",\r\n                        \"State.0\": \"SP\",\r\n                        \"ZipCode.0\": \"13213-009\",\r\n                        \"Country.0\": \"Brazil\",\r\n                        \"Number.0\": \"385\",\r\n                        \"Complement.0\": \"\"\r\n                    },\r\n                    \"QueryDate\": \"2019-03-19T00:00:00\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"0ee98814-4818-4166-83e7-bf00f841d05d\",\r\n    \"ElapsedMilliseconds\": 16,\r\n    \"Status\": {\r\n        \"ondemand_cert_siproquim\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"eec65ea9-917d-4942-819d-bc412af46343","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_siproquim\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Siproquim\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\r\n                        \"OfficialName\": \"HEXIS CIENTÍFICA LTDA\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Siproquim/_xxxxxxxxxxxxxx.html.gzip\",\r\n                        \"InscricaoEstadual\": \"407.087.160.115\",\r\n                        \"CnaeNumber\": \"4669-9/99\",\r\n                        \"CnaeDescription\": \"Comércio atacadista de outras máquinas e equipamentos não especificados anteriormente; partes e peças\",\r\n                        \"Situacao\": \"Ativo\",\r\n                        \"DataDeVencimento\": \"2019-08-03\",\r\n                        \"Crc\": \"2003/003652\",\r\n                        \"Clf/Ae\": \"00003826-1\",\r\n                        \"Protocolo\": \"08506.007840/2018-51\",\r\n                        \"TipoDoRequerimento\": \"Renovação\",\r\n                        \"DataEmissao\": \"2018-08-03\",\r\n                        \"ChemicalProduct0\": \"29141100|ACETONA\",\r\n                        \"ChemicalProduct1\": \"28061020|ÁCIDO CLORÍDRICO (SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct2\": \"28111990|ÁCIDO HIPOFOSFOROSO\",\r\n                        \"ChemicalProduct3\": \"28070010|ÁCIDO SULFÚRICO\",\r\n                        \"ChemicalProduct4\": \"28070020|ÁCIDO SULFÚRICO FUMEGANTE\",\r\n                        \"ChemicalProduct5\": \"29152400|ANIDRIDO ACÉTICO\",\r\n                        \"ChemicalProduct6\": \"29224990|BENZOCAÍNA E SEUS SAIS\",\r\n                        \"ChemicalProduct7\": \"28364000|BICARBONATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct8\": \"29211939|BUTILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct9\": \"29393010|CAFEÍNA\",\r\n                        \"ChemicalProduct10\": \"28362010|CARBONATO DE SÓDIO ANIDRO\",\r\n                        \"ChemicalProduct11\": \"29159090|CLORETO DE ACETILA\",\r\n                        \"ChemicalProduct12\": \"29031200|CLORETO DE METILENO\",\r\n                        \"ChemicalProduct13\": \"29031300|CLOROFÓRMIO\",\r\n                        \"ChemicalProduct14\": \"29091100|ÉTER ETÍLICO\",\r\n                        \"ChemicalProduct15\": \"29241929|FORMAMIDA\",\r\n                        \"ChemicalProduct16\": \"29151290|FORMIATO DE AMÔNIO\",\r\n                        \"ChemicalProduct17\": \"28152000|HIDRÓXIDO DE POTÁSSIO\",\r\n                        \"ChemicalProduct18\": \"28151100|HIDRÓXIDO DE SÓDIO (SÓLIDO)\",\r\n                        \"ChemicalProduct19\": \"28012010|IODO (SUBLIMADO)\",\r\n                        \"ChemicalProduct20\": \"29054300|MANITOL\",\r\n                        \"ChemicalProduct21\": \"29141200|METILETILCETONA\",\r\n                        \"ChemicalProduct22\": \"28416100|PERMANGANATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct23\": \"29023000|TOLUENO\",\r\n                        \"ChemicalProduct24\": \"29121200|ACETALDEÍDO\",\r\n                        \"ChemicalProduct25\": \"29153100|ACETATO DE ETILA\",\r\n                        \"ChemicalProduct26\": \"29153939|ACETATO DE ISOAMILA\",\r\n                        \"ChemicalProduct27\": \"29153939|ACETATO DE ISOPROPILA\",\r\n                        \"ChemicalProduct28\": \"29153300|ACETATO DE N-BUTILA\",\r\n                        \"ChemicalProduct29\": \"29269099|ACETONITRILA\",\r\n                        \"ChemicalProduct30\": \"29152100|ÁCIDO ACÉTICO\",\r\n                        \"ChemicalProduct31\": \"29163110|ÁCIDO BENZÓICO\",\r\n                        \"ChemicalProduct32\": \"29151100|ÁCIDO FÓRMICO\",\r\n                        \"ChemicalProduct33\": \"29051300|ÁLCOOL N-BUTÍLICO\",\r\n                        \"ChemicalProduct34\": \"29051410|ÁLCOOL ISOBUTÍLICO\",\r\n                        \"ChemicalProduct35\": \"29051210|ÁLCOOL N-PROPÍLICO\",\r\n                        \"ChemicalProduct36\": \"29122100|BENZALDEÍDO\",\r\n                        \"ChemicalProduct37\": \"29022000|BENZENO\",\r\n                        \"ChemicalProduct38\": \"29021100|CICLOEXANO\",\r\n                        \"ChemicalProduct39\": \"29142210|CICLOEXANONA\",\r\n                        \"ChemicalProduct40\": \"28273999|CLORETO MERCÚRICO\",\r\n                        \"ChemicalProduct41\": \"29031500|1,2-DICLOROETANO\",\r\n                        \"ChemicalProduct42\": \"28131000|DISSULFETO DE CARBONO\",\r\n                        \"ChemicalProduct43\": \"28142000|HIDRÓXIDO DE AMÔNIO (AMONÍACO EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct44\": \"28251020|HIDROXILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct45\": \"29141300|METILISOBUTILCETONA\",\r\n                        \"ChemicalProduct46\": \"29214311|ORTO-TOLUIDINA\",\r\n                        \"ChemicalProduct47\": \"29333110|PIRIDINA\",\r\n                        \"ChemicalProduct48\": \"28051100|SÓDIO METÁLICO\",\r\n                        \"ChemicalProduct49\": \"29031400|TETRACLORETO DE CARBONO\",\r\n                        \"ChemicalProduct50\": \"29321100|TETRAHIDROFURANO\",\r\n                        \"ChemicalProduct51\": \"28151200|HIDRÓXIDO DE SÓDIO (EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct52\": \"27071000|BENZENO (BENZOL)\",\r\n                        \"ChemicalProduct53\": \"28331000|SULFATOS DE SÓDIO\",\r\n                        \"ChemicalProduct54\": \"29211139|TRIMETILAMINA E SEUS SAIS (OUTROS)\",\r\n                        \"AddressCore.0\": \"AV. ANTONIETA PIVA BARRANQUEIROS\",\r\n                        \"Neighborhood.0\": \"DISTRITO INDUSTRIAL\",\r\n                        \"City.0\": \"JUNDIAÍ\",\r\n                        \"State.0\": \"SP\",\r\n                        \"ZipCode.0\": \"13213-009\",\r\n                        \"Country.0\": \"Brazil\",\r\n                        \"Number.0\": \"385\",\r\n                        \"Complement.0\": \"\"\r\n                    },\r\n                    \"QueryDate\": \"2019-03-19T00:00:00\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"0ee98814-4818-4166-83e7-bf00f841d05d\",\r\n    \"ElapsedMilliseconds\": 16,\r\n    \"Status\": {\r\n        \"ondemand_cert_siproquim\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"3b8630ec-5694-4860-8bbf-ac23123ad76d"},{"name":"Certidão COAF","id":"0387ee4f-d5d6-4261-93f6-2c9202c16797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_coaf\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Retorna dados consultados direto da COAF (Conselho de Controle de Atividades Financeiras)</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Lista de dados</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.OfficialName</td>\n<td>Nome Oficial</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.BusinessName</td>\n<td>Razão Social</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.TradeName</td>\n<td>Nome Fanstasia</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.FoundingDate</td>\n<td>Data de fundação</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationNumber</td>\n<td>Número de habilitação</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Segment</td>\n<td>Segmento</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationDate</td>\n<td>Data da habilitação</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Status</td>\n<td>Status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4530c7ad-5ee9-449a-9f76-27ea4f26d428","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"OfficialName\": \"Banco do Brasil Official\",\r\n                        \"BusinessName\": \"Banco do Brasil\",\r\n                        \"TradeName\": \"Banco do Brasil - Trade Name\",\r\n                        \"FoundingDate\": \"01/04/2014\",\r\n                        \"HabilitationNumber\": \"00014843-20\",\r\n                        \"Segment\": \"Banco Central - Sistema Financeiro\",\r\n                        \"HabilitationDate\": \"01/04/2014\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/5ea32271-7118-4077-90e1-1624792e98ca_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"d03bd81b-3205-4dba-9f21-ed8b18668fed","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"OfficialName\": \"Banco do Brasil Official\",\r\n                        \"BusinessName\": \"Banco do Brasil\",\r\n                        \"TradeName\": \"Banco do Brasil - Trade Name\",\r\n                        \"FoundingDate\": \"01/04/2014\",\r\n                        \"HabilitationNumber\": \"00014843-20\",\r\n                        \"Segment\": \"Banco Central - Sistema Financeiro\",\r\n                        \"HabilitationDate\": \"01/04/2014\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/5ea32271-7118-4077-90e1-1624792e98ca_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"0387ee4f-d5d6-4261-93f6-2c9202c16797"},{"name":"Consulta de CNPJ na Receita Federal","id":"eeded930-f758-462c-a466-a580e1bdc6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Número de protocolo da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Situação cadastral pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OfficialName</td>\n<td>Razão social da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. BusinessName</td>\n<td>Nome fantasia da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. FoundingDate</td>\n<td>Data de fundação da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. FederalEntity</td>\n<td>Ente Federativo Responsável</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CompanyType</td>\n<td>Tipo do Estabelecimento (MATRIZ ou FILIAL)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Cnae</td>\n<td>Código da atividade principal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. MainEconomicActivity</td>\n<td>Atividade principal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. LegalNatureCode</td>\n<td>Código de natureza legal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. LegalNature</td>\n<td>Natureza legal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. StatusDate</td>\n<td>Data da situação cadastral</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.QueryTime</td>\n<td>Horário da consulta</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TerminationDate</td>\n<td>Data de fechamento da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SpecialSituation</td>\n<td>Situação especial</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SpecialSituationDate</td>\n<td>Data da situação especial</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. StatusReason</td>\n<td>Motivo da situação cadastral</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SecondaryActivity.[n]</td>\n<td>Atividade segundária da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Phone.[n]</td>\n<td>Telefone da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. Core.[n]</td>\n<td>Logradouro da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. City.[n]</td>\n<td>Cidade da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. Complement.[n]</td>\n<td>Complemento do endereço da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. Neighborhood.[n]</td>\n<td>Bairro da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. Number.[n]</td>\n<td>Número de porta da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. State.[n]</td>\n<td>Estado da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. ZipCode.[n]</td>\n<td>CEP da empresa</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Address. Email.[n]</td>\n<td>Email da empresa</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0c275eab-28d7-4884-b2db-51c37016a7fb","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"ATIVA\",\n                    \"AdditionalOutputData\": {\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"BusinessName\": \"DIRECAO GERAL\",\n                        \"FoundingDate\": \"01/08/1966\",\n                        \"FederalEntity\": \"UNIÃO\",\n                        \"CompanyType\": \"MATRIZ\",\n                        \"Cnae\": \"64.22-1-00\",\n                        \"MainEconomicActivity\": \"Bancos múltiplos, com carteira comercial\",\n                        \"LegalNatureCode\": \"203-8\",\n                        \"LegalNature\": \"Sociedade de Economia Mista\",\n                        \"StatusDate\": \"03/11/2005\",\n                        \"QueryTime\": \"17:19:51\",\n                        \"TerminationDate\": \"\",\n                        \"SpecialSituation\": \"\",\n                        \"SpecialSituationDate\": \"\",\n                        \"StatusReason\": \"\",\n                        \"SecondaryActivity.0\": \"64.99-9-99 - Outras atividades de serviços financeiros não especificadas anteriormente\",\n                        \"Phone.0\": \"613493-9002\",\n                        \"Address.Core.0\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                        \"Address.City.0\": \"BRASILIA\",\n                        \"Address.Complement.0\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601\",\n                        \"Address.Neighborhood.0\": \"ASA NORTE\",\n                        \"Address.Number.0\": \"SN\",\n                        \"Address.State.0\": \"DF\",\n                        \"Address.ZipCode.0\": \"70.040-912\",\n                        \"Email.0\": \"SECEX@BB.COM.BR\"\n                    },\n                    \"QueryDate\": \"2019-03-13T00:00:00\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42bb3094-2d79-47dc-8556-a0ad75eaa165\",\n    \"ElapsedMilliseconds\": 1839,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eaaeb52e-8fb9-4e7e-8c4b-01d58d2ed3a8","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"ATIVA\",\n                    \"AdditionalOutputData\": {\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"BusinessName\": \"DIRECAO GERAL\",\n                        \"FoundingDate\": \"01/08/1966\",\n                        \"FederalEntity\": \"UNIÃO\",\n                        \"CompanyType\": \"MATRIZ\",\n                        \"Cnae\": \"64.22-1-00\",\n                        \"MainEconomicActivity\": \"Bancos múltiplos, com carteira comercial\",\n                        \"LegalNatureCode\": \"203-8\",\n                        \"LegalNature\": \"Sociedade de Economia Mista\",\n                        \"StatusDate\": \"03/11/2005\",\n                        \"QueryTime\": \"17:19:51\",\n                        \"TerminationDate\": \"\",\n                        \"SpecialSituation\": \"\",\n                        \"SpecialSituationDate\": \"\",\n                        \"StatusReason\": \"\",\n                        \"SecondaryActivity.0\": \"64.99-9-99 - Outras atividades de serviços financeiros não especificadas anteriormente\",\n                        \"Phone.0\": \"613493-9002\",\n                        \"Address.Core.0\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                        \"Address.City.0\": \"BRASILIA\",\n                        \"Address.Complement.0\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601\",\n                        \"Address.Neighborhood.0\": \"ASA NORTE\",\n                        \"Address.Number.0\": \"SN\",\n                        \"Address.State.0\": \"DF\",\n                        \"Address.ZipCode.0\": \"70.040-912\",\n                        \"Email.0\": \"SECEX@BB.COM.BR\"\n                    },\n                    \"QueryDate\": \"2019-03-13T00:00:00\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42bb3094-2d79-47dc-8556-a0ad75eaa165\",\n    \"ElapsedMilliseconds\": 1839,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"eeded930-f758-462c-a466-a580e1bdc6f0"},{"name":"Consulta de QSA na Receita Federal","id":"10121fac-92bd-4698-86f1-aa321245051f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_qsa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Número de protocolo da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Capital</td>\n<td>Capital Social</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TaxIdType.[n]</td>\n<td>Tipo da entidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TaxId.[n]</td>\n<td>Número de identificação da entidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name.[n]</td>\n<td>Nome da entidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. JobTitle.[n]</td>\n<td>Qualificação da Entidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. QualificationCode.[n]</td>\n<td>Código de qualificação da entidade</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"317b0276-9b5e-41dd-b26f-fa8d5ab81918","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_qsa&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_qsa"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal QSA\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"Capital\": \"R$ 60.000.000.000,00 (Sessenta bilhões de reais)\",\n                        \"TaxIdType.0\": \"CPF\",\n                        \"TaxId.0\": \"\",\n                        \"Name.0\": \"MARCIO HAMILTON\",\n                        \"JobTitle.0\": \"Diretor\",\n                        \"QualificationCode.0\": \"10\",\n                        \"TaxIdType.1\": \"CPF\",\n                        \"TaxId.1\": \"\",\n                        \"Name.1\": \"NILSON MOREIRA\",\n                        \"JobTitle.1\": \"Diretor\",\n                        \"QualificationCode.1\": \"10\",\n                        \"TaxIdType.2\": \"CPF\",\n                        \"TaxId.2\": \"\",\n                        \"Name.2\": \"WALTER JUNIOR\",\n                        \"JobTitle.2\": \"Diretor\",\n                        \"QualificationCode.2\": \"10\",\n                        \"TaxIdType.3\": \"CPF\",\n                        \"TaxId.3\": \"\",\n                        \"Name.3\": \"ADRIANO MEIRA\",\n                        \"JobTitle.3\": \"Diretor\",\n                        \"QualificationCode.3\": \"10\",\n                        \"TaxIdType.4\": \"CPF\",\n                        \"TaxId.4\": \"\",\n                        \"Name.4\": \"CARLOS ARAUJO\",\n                        \"JobTitle.4\": \"Diretor\",\n                        \"QualificationCode.4\": \"10\",\n                        \"TaxIdType.5\": \"CPF\",\n                        \"TaxId.5\": \"\",\n                        \"Name.5\": \"ANTONIO MAURANO\",\n                        \"JobTitle.5\": \"Diretor\",\n                        \"QualificationCode.5\": \"10\",\n                        \"TaxIdType.6\": \"CPF\",\n                        \"TaxId.6\": \"\",\n                        \"Name.6\": \"MARCELO AUGUSTO DUTRA\",\n                        \"JobTitle.6\": \"Presidente\",\n                        \"QualificationCode.6\": \"16\",\n                        \"TaxIdType.7\": \"CPF\",\n                        \"TaxId.7\": \"\",\n                        \"Name.7\": \"LEONARDO SILVA\",\n                        \"JobTitle.7\": \"Diretor\",\n                        \"QualificationCode.7\": \"10\",\n                        \"TaxIdType.8\": \"CPF\",\n                        \"TaxId.8\": \"\",\n                        \"Name.8\": \"ROGERIO PANCA\",\n                        \"JobTitle.8\": \"Diretor\",\n                        \"QualificationCode.8\": \"10\",\n                        \"TaxIdType.9\": \"CPF\",\n                        \"TaxId.9\": \"\",\n                        \"Name.9\": \"SIMAO LUIZ\",\n                        \"JobTitle.9\": \"Diretor\",\n                        \"QualificationCode.9\": \"10\",\n                        \"TaxIdType.10\": \"CPF\",\n                        \"TaxId.10\": \"\",\n                        \"Name.10\": \"TARCISIO\",\n                        \"JobTitle.10\": \"Diretor\",\n                        \"QualificationCode.10\": \"10\"\n                    },\n                    \"QueryDate\": \"2018-07-23T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42f25fd0-d038-47dd-9c28-914be3f2c0b5\",\n    \"ElapsedMilliseconds\": 557,\n    \"Status\": {\n        \"ondemand_rf_qsa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d43689fd-9f6f-4e04-a075-65d399ae8453","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_qsa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal QSA\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"Capital\": \"R$ 60.000.000.000,00 (Sessenta bilhões de reais)\",\n                        \"TaxIdType.0\": \"CPF\",\n                        \"TaxId.0\": \"\",\n                        \"Name.0\": \"MARCIO HAMILTON\",\n                        \"JobTitle.0\": \"Diretor\",\n                        \"QualificationCode.0\": \"10\",\n                        \"TaxIdType.1\": \"CPF\",\n                        \"TaxId.1\": \"\",\n                        \"Name.1\": \"NILSON MOREIRA\",\n                        \"JobTitle.1\": \"Diretor\",\n                        \"QualificationCode.1\": \"10\",\n                        \"TaxIdType.2\": \"CPF\",\n                        \"TaxId.2\": \"\",\n                        \"Name.2\": \"WALTER JUNIOR\",\n                        \"JobTitle.2\": \"Diretor\",\n                        \"QualificationCode.2\": \"10\",\n                        \"TaxIdType.3\": \"CPF\",\n                        \"TaxId.3\": \"\",\n                        \"Name.3\": \"ADRIANO MEIRA\",\n                        \"JobTitle.3\": \"Diretor\",\n                        \"QualificationCode.3\": \"10\",\n                        \"TaxIdType.4\": \"CPF\",\n                        \"TaxId.4\": \"\",\n                        \"Name.4\": \"CARLOS ARAUJO\",\n                        \"JobTitle.4\": \"Diretor\",\n                        \"QualificationCode.4\": \"10\",\n                        \"TaxIdType.5\": \"CPF\",\n                        \"TaxId.5\": \"\",\n                        \"Name.5\": \"ANTONIO MAURANO\",\n                        \"JobTitle.5\": \"Diretor\",\n                        \"QualificationCode.5\": \"10\",\n                        \"TaxIdType.6\": \"CPF\",\n                        \"TaxId.6\": \"\",\n                        \"Name.6\": \"MARCELO AUGUSTO DUTRA\",\n                        \"JobTitle.6\": \"Presidente\",\n                        \"QualificationCode.6\": \"16\",\n                        \"TaxIdType.7\": \"CPF\",\n                        \"TaxId.7\": \"\",\n                        \"Name.7\": \"LEONARDO SILVA\",\n                        \"JobTitle.7\": \"Diretor\",\n                        \"QualificationCode.7\": \"10\",\n                        \"TaxIdType.8\": \"CPF\",\n                        \"TaxId.8\": \"\",\n                        \"Name.8\": \"ROGERIO PANCA\",\n                        \"JobTitle.8\": \"Diretor\",\n                        \"QualificationCode.8\": \"10\",\n                        \"TaxIdType.9\": \"CPF\",\n                        \"TaxId.9\": \"\",\n                        \"Name.9\": \"SIMAO LUIZ\",\n                        \"JobTitle.9\": \"Diretor\",\n                        \"QualificationCode.9\": \"10\",\n                        \"TaxIdType.10\": \"CPF\",\n                        \"TaxId.10\": \"\",\n                        \"Name.10\": \"TARCISIO\",\n                        \"JobTitle.10\": \"Diretor\",\n                        \"QualificationCode.10\": \"10\"\n                    },\n                    \"QueryDate\": \"2018-07-23T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42f25fd0-d038-47dd-9c28-914be3f2c0b5\",\n    \"ElapsedMilliseconds\": 557,\n    \"Status\": {\n        \"ondemand_rf_qsa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"10121fac-92bd-4698-86f1-aa321245051f"},{"name":"Consulta de Representante Legal na Receita Federal","id":"ff404492-cab9-4771-a618-7f81430a1a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_legal_representative\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Número de protocolo da certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TaxIdNumber</td>\n<td>Número de identificação do representante legal</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name</td>\n<td>Nome do representante legal</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"c112ea3a-516c-49a3-a089-636b309fb8b9","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_legal_representative&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_legal_representative"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Representante Legal\",\n\t\t\t\t    \"InputParameters\": \"doc{17.327.645/0001-36}\",\n\t\t\t\t    \"ProtocolNumber\": \"E42C.3C37.A562.3B61\",\n\t\t\t\t    \"BaseStatus\": \"NEGATIVA\",\n\t\t\t\t    \"AdditionalOutputData\": {\n\t\t\t\t      \"TaxIdNumber\": \"11282838830\",\n\t\t\t\t      \"Name\": \"RICARDO CRICCI\"\n\t\t\t\t    },\n\t\t\t\t    \"QueryDate\": \"2019-01-09T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"cd9f6938-2edb-4c7b-b830-2daea616ac03\",\n    \"ElapsedMilliseconds\": 5470,\n    \"Status\": {\n        \"ondemand_legal_representative\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d0df0f7c-33a0-4d77-a585-da4e991c4dca","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_legal_representative\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Representante Legal\",\n\t\t\t\t    \"InputParameters\": \"doc{17.327.645/0001-36}\",\n\t\t\t\t    \"ProtocolNumber\": \"E42C.3C37.A562.3B61\",\n\t\t\t\t    \"BaseStatus\": \"NEGATIVA\",\n\t\t\t\t    \"AdditionalOutputData\": {\n\t\t\t\t      \"TaxIdNumber\": \"11282838830\",\n\t\t\t\t      \"Name\": \"RICARDO CRICCI\"\n\t\t\t\t    },\n\t\t\t\t    \"QueryDate\": \"2019-01-09T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"cd9f6938-2edb-4c7b-b830-2daea616ac03\",\n    \"ElapsedMilliseconds\": 5470,\n    \"Status\": {\n        \"ondemand_legal_representative\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ff404492-cab9-4771-a618-7f81430a1a4e"},{"name":"Fgts","id":"2989f36a-7f3c-4910-ad49-0cc6b0bda550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_fgts\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber</td>\n<td>Número de identificação da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.AddressCore</td>\n<td>Logradouro da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Number</td>\n<td>Número de porta da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Complement</td>\n<td>Complemento do endereço da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Neighborhood</td>\n<td>Bairro da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.City</td>\n<td>Cidade da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.State</td>\n<td>Estado da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.ZipCode</td>\n<td>CEP da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Country</td>\n<td>País da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.STATUS</td>\n<td>Status retornado pela certidão</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.CERTIFICATIONNUMBER</td>\n<td>Número da certidão</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.VALIDITY</td>\n<td>Validade da certidão</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2b2b86a7-4834-43d0-ac58-b2b6fa7cfa1c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_fgts\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Fgts\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"AddressCore\": \"SET SBS QUADRA 1\",\n                        \"Number\": \"SN   \",\n                        \"Complement\": \"\",\n                        \"Neighborhood\": \"ASA SUL \",\n                        \"City\": \" BRASILIA\",\n                        \"State\": \"\",\n                        \"ZipCode\": \"70070-110\",\n                        \"Country\": \"Brazil\",\n                        \"STATUS\": \"REGULAR\",\n                        \"CERTIFICATIONNUMBER\": \"2019030815424806325100\",\n                        \"VALIDITY\": \"08/03/2019 - 06/04/2019\",\n                        \"ISSUEDATE1\": \"08/03/2019\",\n                        \"VALIDITYDATE1\": \"08/03/2019 a 06/04/2019\",\n                        \"CRFNUMBER1\": \"2019030815424806325100\",\n                        \"ISSUEDATE2\": \"07/02/2019\",\n                        \"VALIDITYDATE2\": \"07/02/2019 a 08/03/2019\",\n                        \"CRFNUMBER2\": \"2019020712413325436897\",\n                        \"ISSUEDATE3\": \"07/01/2019\",\n                        \"VALIDITYDATE3\": \"07/01/2019 a 05/02/2019\",\n                        \"CRFNUMBER3\": \"2019010710243160898098\",\n                        \"ISSUEDATE4\": \"10/12/2018\",\n                        \"VALIDITYDATE4\": \"10/12/2018 a 08/01/2019\",\n                        \"CRFNUMBER4\": \"2018121015401131338300\",\n                        \"ISSUEDATE5\": \"16/11/2018\",\n                        \"VALIDITYDATE5\": \"16/11/2018 a 15/12/2018\",\n                        \"CRFNUMBER5\": \"2018111614502065003821\",\n                        \"ISSUEDATE6\": \"23/10/2018\",\n                        \"VALIDITYDATE6\": \"23/10/2018 a 21/11/2018\",\n                        \"CRFNUMBER6\": \"2018102311541258856332\",\n                        \"ISSUEDATE7\": \"01/10/2018\",\n                        \"VALIDITYDATE7\": \"01/10/2018 a 30/10/2018\",\n                        \"CRFNUMBER7\": \"2018100116150839909948\",\n                        \"ISSUEDATE8\": \"03/09/2018\",\n                        \"VALIDITYDATE8\": \"03/09/2018 a 02/10/2018\",\n                        \"CRFNUMBER8\": \"2018090315332848627920\",\n                        \"ISSUEDATE9\": \"13/08/2018\",\n                        \"VALIDITYDATE9\": \"13/08/2018 a 11/09/2018\",\n                        \"CRFNUMBER9\": \"2018081313410227326534\",\n                        \"ISSUEDATE10\": \"23/07/2018\",\n                        \"VALIDITYDATE10\": \"23/07/2018 a 21/08/2018\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7be5ca1c-6585-43c5-922c-45771070fbac\",\n    \"ElapsedMilliseconds\": 1228,\n    \"Status\": {\n        \"ondemand_fgts\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"48fa7583-6b38-4cf6-befe-73b39176f75b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_fgts&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_fgts"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Fgts\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"AddressCore\": \"SET SBS QUADRA 1\",\n                        \"Number\": \"SN   \",\n                        \"Complement\": \"\",\n                        \"Neighborhood\": \"ASA SUL \",\n                        \"City\": \" BRASILIA\",\n                        \"State\": \"\",\n                        \"ZipCode\": \"70070-110\",\n                        \"Country\": \"Brazil\",\n                        \"STATUS\": \"REGULAR\",\n                        \"CERTIFICATIONNUMBER\": \"2019030815424806325100\",\n                        \"VALIDITY\": \"08/03/2019 - 06/04/2019\",\n                        \"ISSUEDATE1\": \"08/03/2019\",\n                        \"VALIDITYDATE1\": \"08/03/2019 a 06/04/2019\",\n                        \"CRFNUMBER1\": \"2019030815424806325100\",\n                        \"ISSUEDATE2\": \"07/02/2019\",\n                        \"VALIDITYDATE2\": \"07/02/2019 a 08/03/2019\",\n                        \"CRFNUMBER2\": \"2019020712413325436897\",\n                        \"ISSUEDATE3\": \"07/01/2019\",\n                        \"VALIDITYDATE3\": \"07/01/2019 a 05/02/2019\",\n                        \"CRFNUMBER3\": \"2019010710243160898098\",\n                        \"ISSUEDATE4\": \"10/12/2018\",\n                        \"VALIDITYDATE4\": \"10/12/2018 a 08/01/2019\",\n                        \"CRFNUMBER4\": \"2018121015401131338300\",\n                        \"ISSUEDATE5\": \"16/11/2018\",\n                        \"VALIDITYDATE5\": \"16/11/2018 a 15/12/2018\",\n                        \"CRFNUMBER5\": \"2018111614502065003821\",\n                        \"ISSUEDATE6\": \"23/10/2018\",\n                        \"VALIDITYDATE6\": \"23/10/2018 a 21/11/2018\",\n                        \"CRFNUMBER6\": \"2018102311541258856332\",\n                        \"ISSUEDATE7\": \"01/10/2018\",\n                        \"VALIDITYDATE7\": \"01/10/2018 a 30/10/2018\",\n                        \"CRFNUMBER7\": \"2018100116150839909948\",\n                        \"ISSUEDATE8\": \"03/09/2018\",\n                        \"VALIDITYDATE8\": \"03/09/2018 a 02/10/2018\",\n                        \"CRFNUMBER8\": \"2018090315332848627920\",\n                        \"ISSUEDATE9\": \"13/08/2018\",\n                        \"VALIDITYDATE9\": \"13/08/2018 a 11/09/2018\",\n                        \"CRFNUMBER9\": \"2018081313410227326534\",\n                        \"ISSUEDATE10\": \"23/07/2018\",\n                        \"VALIDITYDATE10\": \"23/07/2018 a 21/08/2018\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7be5ca1c-6585-43c5-922c-45771070fbac\",\n    \"ElapsedMilliseconds\": 1228,\n    \"Status\": {\n        \"ondemand_fgts\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2989f36a-7f3c-4910-ad49-0cc6b0bda550"},{"name":"SPC Brasil (com Score)","id":"dc91f87d-c6a4-42b0-af9a-0d7d47dee434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<p>A consulta de crédito do SPC com score possibilita 2 modelos de consulta: score em relação aos 3 últimos meses e em relação aos 12 últimos meses:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Score</th>\n<th>Database</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3 meses</td>\n<td>ondemand_credit_spc_score_3_months</td>\n</tr>\n<tr>\n<td>12 meses</td>\n<td>ondemand_credit_spc_score_12_months</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData. AdditionalOutputRecord.Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Nome do score retornado (periodo do score)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Classe do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Horizonte do score de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probabilidade de inadimplência</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Tipo do score retornado</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Razão para o score dado</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Regra utilizada para o score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"45e3f6b0-0295-47c8-98cc-65db15d96fe0","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                          \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t\t\t          \"TaxIdCountry\": \"Brazil\",\n\t\t\t\t          \"AlternativeIdNumbers\": {\n\t\t\t\t            \n\t\t\t\t          },\n\t\t\t\t          \"OfficialName\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\",\n\t\t\t\t          \"TradeName\": \"MINI MERCADO EMPORIO VIRADAO\",\n\t\t\t\t          \"FoundedDate\": \"2016-07-19T00:00:00\",\n\t\t\t\t          \"Age\": 2.0,\n\t\t\t\t          \"TaxIdStatus\": \"ATIVA\",\n\t\t\t\t          \"TaxIdOrigin\": \"SPC\",\n\t\t\t\t          \"Activities\": [\n\t\t\t\t            {\n\t\t\t\t              \"IsMain\": true,\n\t\t\t\t              \"Code\": \"4729602\",\n\t\t\t\t              \"Activity\": \"COMERCIO VAREJISTA DE MERCADORIAS EM LOJAS DE CONVENIENCIA\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"LegalNature\": {\n\t\t\t\t            \"Code\": \"2305\",\n\t\t\t\t            \"Activity\": \"EMPRESA INDIVIDUAL DE RESPONSABILIDADE LIMITADA DE NATUREZA EMPRESARIA\"\n\t\t\t\t          },\n\t\t\t\t          \"AdditionalOutputData\": {\n\t\t\t\t            \"Spelling_0\": \"MERCEARIA DO PIERRY EIRELI ME\",\n\t\t\t\t            \"Spelling_1\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\"\n\t\t\t\t          }\n                    },\n                    \"Emails\": [\n\t                    \t{\n\t                    \t\t\"EmailAddress\": \"joao@joape.com.br\"\n\t                    \t}\n                    \t],\n                    \"Phones\": [\n\t                    \t{\n\t\t\t\t\t            \"Number\": \"993418933\",\n\t\t\t\t\t            \"AreaCode\": \"51\",\n\t\t\t\t\t            \"CountryCode\": \"55\",\n\t\t\t\t\t            \"HasOptIn\": false\n\t\t\t\t\t    \t}\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"RUA ALFEN PAIXAO\",\n\t\t\t\t            \"Number\": \"000725\",\n\t\t\t\t            \"Complement\": \"\",\n\t\t\t\t            \"Neighborhood\": \"MERCES\",\n\t\t\t\t            \"ZipCode\": \"38060230\",\n\t\t\t\t            \"City\": \"UBERABA\",\n\t\t\t\t            \"State\": \"MG\",\n\t\t\t\t            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1505959.6400000001,\n\t\t\t        \"TotalCount\": 35,\n\t\t\t        \"TotalPreviousQueries\": 9,\n                    \"PreviousQueries\": [\n                          {\n\t\t\t\t            \"Origin\": \"ASSOCIACAO COMERCIAL - UBERABA / MG\",\n\t\t\t\t            \"QueryDate\": \"2019-03-22T00:00:00\",\n\t\t\t\t            \"Name\": \"SUPERMERC L S GUA\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"UBERABA\",\n\t\t\t\t              \"State\": \"MG\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t            \"QueryDate\": \"2019-03-19T00:00:00\",\n\t\t\t\t            \"Name\": \"B DO BRASIL\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"BRASILIA\",\n\t\t\t\t              \"State\": \"DF\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n\t\t\t\t            \"TotalValue\": 458.51,\n\t\t\t\t            \"TotalCount\": 1,\n\t\t\t\t            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2019-03-10T00:00:00\",\n\t\t\t\t            \"AdditionalOutputData\": {}\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t\t                \"ExpiringDate\": \"2019-02-27T00:00:00\",\n\t\t\t\t\t                \"Date\": \"2019-03-10T00:00:00\",\n\t\t\t\t\t                \"Reason\": \"\",\n\t\t\t\t\t                \"Value\": 458.51,\n\t\t\t\t\t                \"Count\": 1,\n\t\t\t\t\t                \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n\t\t\t\t\t\t                    \"OfficialName\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t\t\t\t                    \"TradeName\": \"\",\n\t\t\t\t\t\t                    \"Phones\": [\n                                                {\n                                                    \"Number\": \"22546398\",\n                                                    \"AreaCode\": \"21\",\n                                                    \"CountryCode\": \"55\",\n                                                    \"HasOptIn\": false\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                            \t\t{\n                                            \t\t\t\"AddressMain\": \"\",\n\t\t\t\t\t\t\t\t                        \"Number\": \"\",\n\t\t\t\t\t\t\t\t                        \"Complement\": \"\",\n\t\t\t\t\t\t\t\t                        \"Neighborhood\": \"\",\n\t\t\t\t\t\t\t\t                        \"ZipCode\": \"\",\n\t\t\t\t\t\t\t\t                        \"City\": \"BRASILIA\",\n\t\t\t\t\t\t\t\t                        \"State\": \"DF\",\n\t\t\t\t\t\t\t\t                        \"Country\": \"Brazil\"\n                                            \t\t}\n                                            \t],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"01180449690000018544\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"3\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc_score_3_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a056adaa-a1c4-44c2-871c-1ebf12d38d5f","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_spc_score_12_months&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_spc_score_12_months"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                          \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t\t\t          \"TaxIdCountry\": \"Brazil\",\n\t\t\t\t          \"AlternativeIdNumbers\": {\n\t\t\t\t            \n\t\t\t\t          },\n\t\t\t\t          \"OfficialName\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\",\n\t\t\t\t          \"TradeName\": \"MINI MERCADO EMPORIO VIRADAO\",\n\t\t\t\t          \"FoundedDate\": \"2016-07-19T00:00:00\",\n\t\t\t\t          \"Age\": 2.0,\n\t\t\t\t          \"TaxIdStatus\": \"ATIVA\",\n\t\t\t\t          \"TaxIdOrigin\": \"SPC\",\n\t\t\t\t          \"Activities\": [\n\t\t\t\t            {\n\t\t\t\t              \"IsMain\": true,\n\t\t\t\t              \"Code\": \"4729602\",\n\t\t\t\t              \"Activity\": \"COMERCIO VAREJISTA DE MERCADORIAS EM LOJAS DE CONVENIENCIA\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"LegalNature\": {\n\t\t\t\t            \"Code\": \"2305\",\n\t\t\t\t            \"Activity\": \"EMPRESA INDIVIDUAL DE RESPONSABILIDADE LIMITADA DE NATUREZA EMPRESARIA\"\n\t\t\t\t          },\n\t\t\t\t          \"AdditionalOutputData\": {\n\t\t\t\t            \"Spelling_0\": \"MERCEARIA DO PIERRY EIRELI ME\",\n\t\t\t\t            \"Spelling_1\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\"\n\t\t\t\t          }\n                    },\n                    \"Emails\": [\n\t                    \t{\n\t                    \t\t\"EmailAddress\": \"joao@joape.com.br\"\n\t                    \t}\n                    \t],\n                    \"Phones\": [\n\t                    \t{\n\t\t\t\t\t            \"Number\": \"993418933\",\n\t\t\t\t\t            \"AreaCode\": \"51\",\n\t\t\t\t\t            \"CountryCode\": \"55\",\n\t\t\t\t\t            \"HasOptIn\": false\n\t\t\t\t\t    \t}\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"RUA ALFEN PAIXAO\",\n\t\t\t\t            \"Number\": \"000725\",\n\t\t\t\t            \"Complement\": \"\",\n\t\t\t\t            \"Neighborhood\": \"MERCES\",\n\t\t\t\t            \"ZipCode\": \"38060230\",\n\t\t\t\t            \"City\": \"UBERABA\",\n\t\t\t\t            \"State\": \"MG\",\n\t\t\t\t            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1505959.6400000001,\n\t\t\t        \"TotalCount\": 35,\n\t\t\t        \"TotalPreviousQueries\": 9,\n                    \"PreviousQueries\": [\n                          {\n\t\t\t\t            \"Origin\": \"ASSOCIACAO COMERCIAL - UBERABA / MG\",\n\t\t\t\t            \"QueryDate\": \"2019-03-22T00:00:00\",\n\t\t\t\t            \"Name\": \"SUPERMERC L S GUA\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"UBERABA\",\n\t\t\t\t              \"State\": \"MG\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t            \"QueryDate\": \"2019-03-19T00:00:00\",\n\t\t\t\t            \"Name\": \"B DO BRASIL\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"BRASILIA\",\n\t\t\t\t              \"State\": \"DF\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n\t\t\t\t            \"TotalValue\": 458.51,\n\t\t\t\t            \"TotalCount\": 1,\n\t\t\t\t            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2019-03-10T00:00:00\",\n\t\t\t\t            \"AdditionalOutputData\": {}\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t\t                \"ExpiringDate\": \"2019-02-27T00:00:00\",\n\t\t\t\t\t                \"Date\": \"2019-03-10T00:00:00\",\n\t\t\t\t\t                \"Reason\": \"\",\n\t\t\t\t\t                \"Value\": 458.51,\n\t\t\t\t\t                \"Count\": 1,\n\t\t\t\t\t                \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n\t\t\t\t\t\t                    \"OfficialName\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t\t\t\t                    \"TradeName\": \"\",\n\t\t\t\t\t\t                    \"Phones\": [\n                                                {\n                                                    \"Number\": \"22546398\",\n                                                    \"AreaCode\": \"21\",\n                                                    \"CountryCode\": \"55\",\n                                                    \"HasOptIn\": false\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                            \t\t{\n                                            \t\t\t\"AddressMain\": \"\",\n\t\t\t\t\t\t\t\t                        \"Number\": \"\",\n\t\t\t\t\t\t\t\t                        \"Complement\": \"\",\n\t\t\t\t\t\t\t\t                        \"Neighborhood\": \"\",\n\t\t\t\t\t\t\t\t                        \"ZipCode\": \"\",\n\t\t\t\t\t\t\t\t                        \"City\": \"BRASILIA\",\n\t\t\t\t\t\t\t\t                        \"State\": \"DF\",\n\t\t\t\t\t\t\t\t                        \"Country\": \"Brazil\"\n                                            \t\t}\n                                            \t],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"01180449690000018544\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"3\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc_score_3_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"dc91f87d-c6a4-42b0-af9a-0d7d47dee434"},{"name":"SPC Brasil (sem Score)","id":"9f8fc21d-205b-4f78-add2-ec121ca9c16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Atenção:</strong> As consultas de crédito são desabilitadas por segurança. Assim que habilitadas, o usuário conta com um limite de 500 consultas por mês. Caso deseje habilitar ou aumentar o limite de consultas, por favor, entre em contato por email com a equipe de suporte.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Segue o padrão do dataset Dados Básicos</td>\n</tr>\n<tr>\n<td>CreditData.BasicData. AdditionalOutputRecord. Spelling_[n]</td>\n<td>Possível grafia do nome da entidade</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Segue o padrão do dataset Relacionamentos Pessoais</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Segue o padrão do dataset Emails</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Segue o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Segue o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Valor total devido</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Número total de ocorrências</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Número total de consultas passadas</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Fonte dos Dados Entregues na consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Data de realização da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Nome da empresa que fez a consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>Cidade e Estado da consulta anterior seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Saída adicional da consulta anterior</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Nome da entidade de crédito</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Valor total devido nesta ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Data da primeira ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Data da última ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Saída adicional para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origem dos dados da cobrança</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Data de Expiração da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Data da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Razão para a ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Valor em débito de acordo com a ocorência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Número total de ocorrências retornado por essa entidade</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>Pessoas Física Emissora da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Empresas Emissoras da Ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.  (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Número de documento da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.  (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Nome/Razão social da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.  (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Nome fantasia da entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.  (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Telefones da entidade emissora da ocorrência seguindo o padrão do dataset Telefones</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). Addresses</td>\n<td>Endereços da entidade emissora da ocorrência seguindo o padrão do dataset Endereços</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData. Contract</td>\n<td>Número de contrato com a entidade emissora da ocorrência</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Número de documento da empresa relacionada a entidade emissora da ocorrência</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"70540b8e-66de-4ac6-8747-f2876110c4a1","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{11111111111111}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"00000000000191\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"TradeName\": \"DIRECAO GERAL\",\n                        \"FoundedDate\": \"1966-08-01T00:00:00\",\n                        \"Age\": 52,\n                        \"TaxIdStatus\": \"ATIVA\",\n                        \"TaxIdOrigin\": \"SPC\",\n                        \"Activities\": [\n                            {\n                                \"IsMain\": true,\n                                \"Code\": \"6422100\",\n                                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n                            }\n                        ],\n                        \"LegalNature\": {\n                            \"Code\": \"2038\",\n                            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n                        },\n                        \"AdditionalOutputData\": {\n                            \"Spelling_0\": \"\",\n                            \"Spelling_1\": \"\"\n                        }\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"35496800\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"31454600\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"32806253\",\n\t                            \"AreaCode\": \"31\",\n\t                            \"CountryCode\": \"55\"\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                            \"Number\": \"SN\",\n                            \"Complement\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 1\",\n                            \"Neighborhood\": \"ASA NORTE\",\n                            \"ZipCode\": \"70040912\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"ST BANCARIO SUL\",\n                            \"Number\": \"S/N\",\n                            \"Complement\": \"QUADRAQUADRA 01 BLOCO G\",\n                            \"Neighborhood\": \"ASA SUL\",\n                            \"ZipCode\": \"70073901\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 61673071.62,\n                    \"TotalCount\": 1057,\n                    \"TotalPreviousQueries\": 189,\n                    \"PreviousQueries\": [\n                       {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"NEXTEL TELECOMUNICACOES L\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"MAG LUIZA\",\n                            \"CityAndState\": {\n                                \"City\": \"FRANCA\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"CLARO S/A\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"HANESBRANDS\",\n                            \"CityAndState\": {\n                                \"City\": \"NATAL\",\n                                \"State\": \"RN\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - RECIFE / PE\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"MARANTE PLAZA HOTEL\",\n                            \"CityAndState\": {\n                                \"City\": \"RECIFE\",\n                                \"State\": \"PE\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n                            \"TotalValue\": 201790.53999999975,\n                            \"TotalCount\": 543,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-25T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2019-03-01T00:00:00\",\n                                    \"Date\": \"2019-03-25T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 72.15,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"LIGHT SESA\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [\n                                                {\n                                                    \"Number\": \"2820120\",\n                                                    \"AreaCode\": \"800\",\n                                                    \"CountryCode\": \"55\"\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"RIO DE JANEIRO\",\n                                                    \"State\": \"RJ\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"related_company_id_number_0\": \"00000000008118\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                    \t\"Contract\": \"201874217113/392\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fd632e1b-24b0-485b-83ef-2a483ef840ff","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_spc&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_spc"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"00000000000191\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"TradeName\": \"DIRECAO GERAL\",\n                        \"FoundedDate\": \"1966-08-01T00:00:00\",\n                        \"Age\": 52,\n                        \"TaxIdStatus\": \"ATIVA\",\n                        \"TaxIdOrigin\": \"SPC\",\n                        \"Activities\": [\n                            {\n                                \"IsMain\": true,\n                                \"Code\": \"6422100\",\n                                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n                            }\n                        ],\n                        \"LegalNature\": {\n                            \"Code\": \"2038\",\n                            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n                        },\n                        \"AdditionalOutputData\": {\n                            \"Spelling_0\": \"\",\n                            \"Spelling_1\": \"\"\n                        }\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"35496800\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"31454600\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"32806253\",\n\t                            \"AreaCode\": \"31\",\n\t                            \"CountryCode\": \"55\"\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                            \"Number\": \"SN\",\n                            \"Complement\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 1\",\n                            \"Neighborhood\": \"ASA NORTE\",\n                            \"ZipCode\": \"70040912\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"ST BANCARIO SUL\",\n                            \"Number\": \"S/N\",\n                            \"Complement\": \"QUADRAQUADRA 01 BLOCO G\",\n                            \"Neighborhood\": \"ASA SUL\",\n                            \"ZipCode\": \"70073901\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 61673071.62,\n                    \"TotalCount\": 1057,\n                    \"TotalPreviousQueries\": 189,\n                    \"PreviousQueries\": [\n                       {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"NEXTEL TELECOMUNICACOES L\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"MAG LUIZA\",\n                            \"CityAndState\": {\n                                \"City\": \"FRANCA\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"CLARO S/A\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"HANESBRANDS\",\n                            \"CityAndState\": {\n                                \"City\": \"NATAL\",\n                                \"State\": \"RN\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - RECIFE / PE\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"MARANTE PLAZA HOTEL\",\n                            \"CityAndState\": {\n                                \"City\": \"RECIFE\",\n                                \"State\": \"PE\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n                            \"TotalValue\": 201790.53999999975,\n                            \"TotalCount\": 543,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-25T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2019-03-01T00:00:00\",\n                                    \"Date\": \"2019-03-25T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 72.15,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"LIGHT SESA\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [\n                                                {\n                                                    \"Number\": \"2820120\",\n                                                    \"AreaCode\": \"800\",\n                                                    \"CountryCode\": \"55\"\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"RIO DE JANEIRO\",\n                                                    \"State\": \"RJ\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"related_company_id_number_0\": \"00000000008118\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                    \t\"Contract\": \"201874217113/392\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9f8fc21d-205b-4f78-add2-ec121ca9c16a"},{"name":"Simples","id":"dabe694e-4a37-43cd-b28a-efef3630de86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_simples\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber</td>\n<td>Número de identificação da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.OfficialName</td>\n<td>Razão Social da empresa</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.EntityType</td>\n<td>Tipo de Entidade</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.RelationshipType</td>\n<td>Tipo da relação com a empresa consultada</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.SimplesNacionalStatus</td>\n<td>Status do Simples Nacional</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.SimeiStatus</td>\n<td>Status Simei</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. PriorPeriodsHeader</td>\n<td>Chave que contém a descrição da saída de Períodos Prévios (exemplo: DATA INICIAL;DATA FINAL;DETALHAMENTO)</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.PriorPeriods</td>\n<td>Chave que contém a informação de saída de Períodos Prévios (exemplo: 01/01/2014;31/12/2017;EXCLUIDA POR ATO ADMINISTRATIVO)</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. SimeiPriorPeriodsHeader</td>\n<td>Chave que contém a descrição da saída de Períodos Prévios Simei</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. SimeiPriorPeriods</td>\n<td>Chave que contém a informação da saída de Períodos Prévios Simei</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. AppointmentsHeader</td>\n<td>Chave que contém a descrição da saída de Agendamentos</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Appointment</td>\n<td>Chave que contém a informação da saída de Agendamentos</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtQuery</td>\n<td>Data de realização da consulta</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3d0ed196-158d-47bb-b4ce-1805fcc72e4d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_simples\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Simples\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"SimplesNacionalStatus\": \"NAO OPTANTE PELO SIMPLES NACIONAL\",\n                        \"SimeiStatus\": \"NAO OPTANTE PELO SIMEI\",\n                        \"DtQuery\": \"2019-03-27\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"f5c4deb3-62c8-40c4-945a-85c6b52e0dce\",\n    \"ElapsedMilliseconds\": 1083,\n    \"Status\": {\n        \"ondemand_simples\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f73f185d-04fc-4c0b-8f37-f8926c84ffe2","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_simples&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_simples"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Simples\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"SimplesNacionalStatus\": \"NAO OPTANTE PELO SIMPLES NACIONAL\",\n                        \"SimeiStatus\": \"NAO OPTANTE PELO SIMEI\",\n                        \"DtQuery\": \"2019-03-27\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"f5c4deb3-62c8-40c4-945a-85c6b52e0dce\",\n    \"ElapsedMilliseconds\": 1083,\n    \"Status\": {\n        \"ondemand_simples\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"dabe694e-4a37-43cd-b28a-efef3630de86"},{"name":"Sintegra","id":"f903cfc0-4597-418a-a060-886bda1d921a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_sintegra\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx},uf{xx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Abaixo listamos os status das consultas por estado:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Estado</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AL</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>BA</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>CE</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>PB</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>PI</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>RN</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>PR</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>RS</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>DF</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>GO</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>MT</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>MS</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>AC</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>AP</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>RO</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>RR</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>SUFRAMA</td>\n<td>Disponível</td>\n</tr>\n<tr>\n<td>SP</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>RJ</td>\n<td>Não disponível</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Disponível</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"61c59049-e0c2-4a4f-b847-7ba5c494a935","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_sintegra&q=doc{xxxxxxxxxxxxxx},uf{xx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_sintegra"},{"key":"q","value":"doc{xxxxxxxxxxxxxx},uf{xx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"Sintegra\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}, uf{ba}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL S/A.\",\n                        \"BusinessName\": \"\",\n                        \"FoundingDate\": \"\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"Address.AddressCore.0\": \"AVENIDA ESTADOS UNIDOS\",\n                        \"Address.Number.0\": \"561\",\n                        \"Address.Complement.0\": \"TERREO\",\n                        \"Address.Neighborhood.0\": \"COMERCIO\",\n                        \"Address.City.0\": \"SALVADOR\",\n                        \"Address.State.0\": \"BA\",\n                        \"Address.ZipCode.0\": \"40116900\",\n                        \"Address.Country.0\": \"\",\n                        \"Phone.CountryCode.0\": \"\",\n                        \"Phone.AreaCode.0\": \"\",\n                        \"Phone.Number.0\": \"33205322\",\n                        \"Phone.Complement.0\": \"\",\n                        \"ContactType.0\": \"\",\n                        \"ProtocolUf\": \"BA\",\n                        \"StateRegistration\": \"043.991.482\",\n                        \"ProtocolTime\": \"27/03/2019\",\n                        \"MainEconomicActivity\": \"Bancos comerciais\",\n                        \"DtRegistration\": \"30/04/1996\",\n                        \"Status\": \"Não Habilitado\",\n                        \"DtStatus\": \"31/10/2011\",\n                        \"Condition\": \"ESPECIAL\",\n                        \"IcmsRegime\": \"NAO CONTRIBUINTE\",\n                        \"DtQuery\": \"2019-03-27\",\n                        \"TimeQuery\": \"17:41:11\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1ef8a308-52e8-40bb-9d61-984215690632\",\n    \"ElapsedMilliseconds\": 58,\n    \"Status\": {\n        \"ondemand_sintegra\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b3b2d471-2b29-49b9-85fe-db0212ffdd6b","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_sintegra\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx},uf{xx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"Sintegra\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}, uf{ba}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL S/A.\",\n                        \"BusinessName\": \"\",\n                        \"FoundingDate\": \"\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"Address.AddressCore.0\": \"AVENIDA ESTADOS UNIDOS\",\n                        \"Address.Number.0\": \"561\",\n                        \"Address.Complement.0\": \"TERREO\",\n                        \"Address.Neighborhood.0\": \"COMERCIO\",\n                        \"Address.City.0\": \"SALVADOR\",\n                        \"Address.State.0\": \"BA\",\n                        \"Address.ZipCode.0\": \"40116900\",\n                        \"Address.Country.0\": \"\",\n                        \"Phone.CountryCode.0\": \"\",\n                        \"Phone.AreaCode.0\": \"\",\n                        \"Phone.Number.0\": \"33205322\",\n                        \"Phone.Complement.0\": \"\",\n                        \"ContactType.0\": \"\",\n                        \"ProtocolUf\": \"BA\",\n                        \"StateRegistration\": \"043.991.482\",\n                        \"ProtocolTime\": \"27/03/2019\",\n                        \"MainEconomicActivity\": \"Bancos comerciais\",\n                        \"DtRegistration\": \"30/04/1996\",\n                        \"Status\": \"Não Habilitado\",\n                        \"DtStatus\": \"31/10/2011\",\n                        \"Condition\": \"ESPECIAL\",\n                        \"IcmsRegime\": \"NAO CONTRIBUINTE\",\n                        \"DtQuery\": \"2019-03-27\",\n                        \"TimeQuery\": \"17:41:11\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1ef8a308-52e8-40bb-9d61-984215690632\",\n    \"ElapsedMilliseconds\": 58,\n    \"Status\": {\n        \"ondemand_sintegra\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f903cfc0-4597-418a-a060-886bda1d921a"}],"id":"70cd463e-f408-4e04-9ad9-f748ec45f595","_postman_id":"70cd463e-f408-4e04-9ad9-f748ec45f595","description":""},{"name":"API de Validações","item":[{"name":"Histórico de Portabilidade na ABRT","id":"c7c31bed-5518-4d19-a119-f2cc74606b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_portability\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Parâmetros de entrada normalizados</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Tipo da Validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Status principal da validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. OfficialName.[n]</td>\n<td>Razão social da empresa de telefonia</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. BusinessName.[n]</td>\n<td>Nome fantasia da empresa de telefonia</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. PortabilityDate.[n]</td>\n<td>Dia da Portabilidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. PortabilityTime.[n]</td>\n<td>Horário da Portabilidade</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails.  CurrentOperator.[n]</td>\n<td>Operadora Atual</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"197ac89f-3e74-447b-9a0e-a8c63ea66da9","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_portability\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{2132513142}\",\n                    \"NormalizedInputs\": \"phone{2132513142}\",\n                    \"ValidationType\": \"Phone Operator\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName\": \"EMPRESA BRASILEIRA DE TELECOMUNICACOES S. A.\",\n                        \"BusinessName\": \"Embratel\",\n                        \"LastUpdateDate\": \"27/03/2019\",\n                        \"LastUpdateTime\": \"16:39\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:39:31.0625311Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"84bea04b-dcd6-4d17-9c23-ee2ecdbb7bbf\",\n    \"ElapsedMilliseconds\": 5020,\n    \"Status\": {\n        \"ondemand_phone_portability\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e0be745a-19c6-4497-bcec-9d9bcccf781e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_phone_portability&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_phone_portability"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{2132513142}\",\n                    \"NormalizedInputs\": \"phone{2132513142}\",\n                    \"ValidationType\": \"Phone Operator\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName\": \"EMPRESA BRASILEIRA DE TELECOMUNICACOES S. A.\",\n                        \"BusinessName\": \"Embratel\",\n                        \"LastUpdateDate\": \"27/03/2019\",\n                        \"LastUpdateTime\": \"16:39\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:39:31.0625311Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"84bea04b-dcd6-4d17-9c23-ee2ecdbb7bbf\",\n    \"ElapsedMilliseconds\": 5020,\n    \"Status\": {\n        \"ondemand_phone_portability\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c7c31bed-5518-4d19-a119-f2cc74606b4a"},{"name":"Validação do E-mail","id":"03259e28-4bba-498d-927d-1231972c9e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_email\",\r\n\t\"q\": \"email{seu_email@mail.com}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Parâmetros de entrada normalizados</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Tipo da Validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Status principal da validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. Account</td>\n<td>Conta do e-mail</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. Domain</td>\n<td>Domínio do Email</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. Disposable</td>\n<td>Indicador se o e-mail é descartável</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. RoleAddress</td>\n<td>Indicador se o e-mail é associado a um grupo via alias (exemplo: <a href=\"mailto:suporte@empresa.com\">suporte@empresa.com</a>)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3631a9cc-4f7b-41cc-b969-a77b6e9a521a","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_email\",\r\n\t\"q\": \"email{seu_email@mail.com}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                   \"Origin\": \"BDC E-mail Validation\",\n                    \"InputParameters\": \"email{marcus.rocha@gmail.com}\",\n                    \"NormalizedInputs\": \"email{marcus.rocha@gmail.com}\",\n                    \"ValidationType\": \"E-mail Validation\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"Account\": \"MARCUS.ROCHA\",\n                        \"Domain\": \"GMAIL.COM\",\n                        \"Disposable\": \"FALSE\",\n                        \"RoleAddress\": \"FALSE\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:40:12.5344061Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"5324fde0-5410-423d-9d3c-22e1f83ef6e4\",\n    \"ElapsedMilliseconds\": 471,\n    \"Status\": {\n        \"ondemand_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ff8800b7-3a3e-4383-9655-013b1bf3af0b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_email&q=email{seu_email@mail.com}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_email"},{"key":"q","value":"email{seu_email@mail.com}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                   \"Origin\": \"BDC E-mail Validation\",\n                    \"InputParameters\": \"email{marcus.rocha@gmail.com}\",\n                    \"NormalizedInputs\": \"email{marcus.rocha@gmail.com}\",\n                    \"ValidationType\": \"E-mail Validation\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"Account\": \"MARCUS.ROCHA\",\n                        \"Domain\": \"GMAIL.COM\",\n                        \"Disposable\": \"FALSE\",\n                        \"RoleAddress\": \"FALSE\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:40:12.5344061Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"5324fde0-5410-423d-9d3c-22e1f83ef6e4\",\n    \"ElapsedMilliseconds\": 471,\n    \"Status\": {\n        \"ondemand_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"03259e28-4bba-498d-927d-1231972c9e58"},{"name":"Validação do Telefone e Operadora na ABRT","id":"aa67cded-c3c2-48d8-bd6f-56019e0378f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_operator\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo na API</strong></th>\n<th><strong>Retorno</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Fonte dos Dados Entregues</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Parâmetros de entrada</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Parâmetros de entrada normalizados</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Tipo da Validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Status principal da validação</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. OfficialName</td>\n<td>Razão social da empresa de telefonia</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. BusinessName</td>\n<td>Nome fantasia da empresa de telefonia</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. LastUpdateDate</td>\n<td>Data da última atualização</td>\n</tr>\n<tr>\n<td>OnlineCertificates. AdditionalValidationDetails. LastUpdateTime</td>\n<td>Horário da última atualização</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Data de realização da consulta</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"9e6fe6bf-780a-4820-b49e-9d979ef1670b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_phone_operator&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_phone_operator"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{21992178909}\",\n                    \"NormalizedInputs\": \"phone{21992178909}\",\n                    \"ValidationType\": \"Portability History\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName.0\": \"CLARO S.A.\",\n                        \"BusinessName.0\": \"Claro\",\n                        \"CurrentOperator.0\": \"True\",\n                        \"OfficialName.1\": \"TNL PCS S.A.\",\n                        \"BusinessName.1\": \"Oi Móvel\",\n                        \"PortabilityDate.1\": \"23/04/2009\",\n                        \"PortabilityTime.1\": \"08:02\",\n                        \"CurrentOperator.1\": \"False\",\n                        \"OfficialName.2\": \"VIVO S.A.\",\n                        \"BusinessName.2\": \"Vivo\",\n                        \"PortabilityDate.2\": \"27/06/2012\",\n                        \"PortabilityTime.2\": \"20:05\",\n                        \"CurrentOperator.2\": \"False\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:26:00.4328427Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"acf22f0d-f0c9-4d62-9b98-f6f37a9a1235\",\n    \"ElapsedMilliseconds\": 7594,\n    \"Status\": {\n        \"ondemand_phone_operator\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d1f2abe1-7f29-4d22-9146-9807bdbb6cf6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_operator\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{21992178909}\",\n                    \"NormalizedInputs\": \"phone{21992178909}\",\n                    \"ValidationType\": \"Portability History\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName.0\": \"CLARO S.A.\",\n                        \"BusinessName.0\": \"Claro\",\n                        \"CurrentOperator.0\": \"True\",\n                        \"OfficialName.1\": \"TNL PCS S.A.\",\n                        \"BusinessName.1\": \"Oi Móvel\",\n                        \"PortabilityDate.1\": \"23/04/2009\",\n                        \"PortabilityTime.1\": \"08:02\",\n                        \"CurrentOperator.1\": \"False\",\n                        \"OfficialName.2\": \"VIVO S.A.\",\n                        \"BusinessName.2\": \"Vivo\",\n                        \"PortabilityDate.2\": \"27/06/2012\",\n                        \"PortabilityTime.2\": \"20:05\",\n                        \"CurrentOperator.2\": \"False\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:26:00.4328427Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"acf22f0d-f0c9-4d62-9b98-f6f37a9a1235\",\n    \"ElapsedMilliseconds\": 7594,\n    \"Status\": {\n        \"ondemand_phone_operator\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"aa67cded-c3c2-48d8-bd6f-56019e0378f7"}],"id":"9469a7d2-4b9e-47a7-9f64-7bcd76856a50","_postman_id":"9469a7d2-4b9e-47a7-9f64-7bcd76856a50","description":""}],"id":"aa82591f-74d2-42fc-8a9b-fd1e3568cfc4","description":"<p>Os serviços on-demand são consultas executadas em tempo real, para as quais não faz sentido, ou é tecnicamente inviável, a manutenção de bases off-line e de histórico de dados consultados. Todos os serviços listados aqui estão disponíveis para chamada via API de forma separada dos outros dados.</p>\n<ul>\n<li><strong>Atenção:</strong> As consultas ondemand não estão elegíveis para o desconto das 500 consultas grátis por mês, elas sempre serão cobradas.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"55fe5d64-689d-40a1-9d01-77f57a88eec0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bfe0146-e6d2-457a-8377-e7d977dffa75","type":"text/javascript","exec":[""]}}],"_postman_id":"aa82591f-74d2-42fc-8a9b-fd1e3568cfc4"},{"name":"API de Views","item":[{"name":"Criar","id":"0941ae16-c121-4aac-a453-b3bf69862abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"nome_da_api\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Valores possíveis</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Api</td>\n<td>People, Companies, Validations, Custom, Misc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["views","Add"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"71dcdbe2-3541-4128-9a9e-49b823633c99","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://bigboost.bigdatacorp.com.br/views/Add?Api=nome_da_api&Datasets=seu_dataset1,seu_dataset2,seu_dataset3&View=your_view&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["views","Add"],"query":[{"key":"Api","value":"nome_da_api"},{"key":"Datasets","value":"seu_dataset1,seu_dataset2,seu_dataset3"},{"key":"View","value":"your_view"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\"QueryId\": \"70439b46-cbd2-4bd8-8d15-23857eaa4131\",\r\n\"ElapsedMilliseconds\": 750,\r\n\"Status\": {\r\n\"api\": [\r\n{\r\n\"Code\": 0,\r\n\"Message\": \"OK\"\r\n}\r\n]\r\n}\r\n}"},{"id":"db6b3e43-9670-48ae-878e-5290f1369621","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"nome_da_api\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"QueryId\": \"70439b46-cbd2-4bd8-8d15-23857eaa4131\",\n    \"ElapsedMilliseconds\": 750,\n    \"Status\": {\n        \"api\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0941ae16-c121-4aac-a453-b3bf69862abd"},{"name":"Detalhar","id":"11ca8dd6-b95f-4e57-9ac3-3c136306d515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Details","description":"<p>A chamada de detalhes permite que o usuário visualize todas as views que estão associadas com aquele código de acesso (AccessToken). O nó de resultado contém uma lista com todas as views associadas bem como a descrição de cada uma.</p>\n","urlObject":{"protocol":"https","path":["views","Details"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5dbcf32a-8b42-4f99-aa9b-499783fef8d7","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Details"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"Result\": {\n    \"view_name_1\": {\n      \"CreationDate\": \"2018-09-03T21:19:52.7162586Z\",\n      \"LastUpdateDate\": \"2018-09-04T18:39:15.1957757Z\",\n      \"Api\": \"People\",\n      \"Datasets\": \"basic_data,emails\"\n    },\n    \"view_name_2\": {\n      \"CreationDate\": \"2018-09-04T19:01:22.2353159Z\",\n      \"LastUpdateDate\": \"2018-09-04T19:01:22.2353159Z\",\n      \"Api\": \"Companies\",\n      \"Datasets\": \"basic_data,phones,addresses\"\n    }\n  },\n  \"QueryId\": \"253d6ab1-d620-4518-b9b8-9e516477bc0f\",\n  \"ElapsedMilliseconds\": 20,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"},{"id":"c0c69ce0-ade5-4d0c-8c49-273ac3549d3b","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://bigboost.bigdatacorp.com.br/views/Details?AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["views","Details"],"query":[{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"view_name_1\": {\n            \"CreationDate\": \"2018-09-03T21:19:52.7162586Z\",\n            \"LastUpdateDate\": \"2018-09-04T18:39:15.1957757Z\",\n            \"Api\": \"People\",\n            \"Datasets\": \"basic_data,emails\"\n        },\n        \"view_name_2\": {\n            \"CreationDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"LastUpdateDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"Api\": \"Companies\",\n            \"Datasets\": \"basic_data,phones,addresses\"\n        }\n    },\n    \"QueryId\": \"253d6ab1-d620-4518-b9b8-9e516477bc0f\",\n    \"ElapsedMilliseconds\": 20,\n    \"Status\": {\n        \"api\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"11ca8dd6-b95f-4e57-9ac3-3c136306d515"},{"name":"Atualizar","id":"3264eb61-13b0-4763-88eb-9f10aa888d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"nome_da_api\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Valores possíveis</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Api</td>\n<td>People, Companies, Validations, Custom, Misc</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Nota:</strong> não é necessário atualizar todos os campos. Api ou Datasets pode ser atualizado.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["views","Update"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2f457e34-b5dd-4877-a94c-c9d898795793","name":"GET","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"nome_da_api\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"},{"id":"d9f23a04-8dfa-4698-9bf7-2b1595b21ca9","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"nome_da_api\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"}],"_postman_id":"3264eb61-13b0-4763-88eb-9f10aa888d98"},{"name":"Deletar","id":"ca1d1ce1-886b-40fc-9244-813e1c8d05d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete","urlObject":{"protocol":"https","path":["views","Delete"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"f514baf2-e1eb-4cf4-9a0e-e113765ba99f","name":"GET","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"},{"id":"febd2324-83de-49d1-a82c-880ca7509ee7","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"sua_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"}],"_postman_id":"ca1d1ce1-886b-40fc-9244-813e1c8d05d3"}],"id":"a3593273-208e-4e43-b513-c95faaaf7c2e","description":"<p>A API de Views permite que você salve um conjunto de datasets para ser utilizado nas demais APIs de consulta. A vantagem de criar uma view é que uma vez criada, o usuário não precisará mais informar o conjunto de datasets na URL de enriquecimento visto que já estarão associados a view. </p>\n<p>Para a realização de consultas usando Views são necessários o preenchimento de alguns parâmetros que estão mostrados na tabela abaixo: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parâmetros</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>View</td>\n<td>Nome da View</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Chaves de Busca</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Token de Acesso</td>\n</tr>\n</tbody>\n</table>\n</div><p>Uma view funciona como um alias para um conjunto de dados, onde todas as chamadas são feitas através de requisições HTTP/HTTPS via Get ou Post. Abaixo exemplificamos o formato da URL que deve ser utilizada para uma chamada Get e Post para uma consulta a API de Empresas:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nView=<strong>sua_view</strong>&amp;<br />\nq=<strong>doc{xxxxxxxxxxxxxx}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"View\": \"<strong>sua_view</strong>\",<br />\n  \"q\": \"<strong>doc{xxxxxxxxxxxxxx}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"9e9fe9d2-0e19-494e-8bb0-20d0b961f96c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ab14e72-5b82-4ee6-8c35-d08f4ffa4c6c","type":"text/javascript","exec":[""]}}],"_postman_id":"a3593273-208e-4e43-b513-c95faaaf7c2e"},{"name":"API de Eventos","item":[{"name":"QueryId","id":"c76dffc2-831a-475f-a0e8-339d1c4d1919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\",\r\n\t\"QueryId\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/events","urlObject":{"protocol":"https","path":["events"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"061c9b66-ca41-4c49-b452-f66002593026","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/events?AccessToken=&QueryId=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["events"],"query":[{"key":"AccessToken","value":""},{"key":"QueryId","value":""}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QueryDate\": \"2019-01-01T00:00:02.987Z\",\r\n    \"QueryId\": \"\",\r\n    \"UserIp\": \"\",\r\n    \"UserName\": \"\",\r\n    \"Domain\": \"\",\r\n    \"Datasets\": \"\",\r\n    \"Parameters\": \"\",\r\n    \"Result\": \"\",\r\n    \"DatasetsStatus\": {\r\n        \"dataset_name\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    },\r\n    \"Status\": {\r\n        \"Code\": 0,\r\n        \"Message\": \"OK\"\r\n    }\r\n}"},{"id":"f84b0afb-a747-4879-8fbc-99cac8098fea","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\",\r\n\t\"QueryId\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/events"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QueryDate\": \"2019-01-01T00:00:02.987Z\",\r\n    \"QueryId\": \"\",\r\n    \"UserIp\": \"\",\r\n    \"UserName\": \"\",\r\n    \"Domain\": \"\",\r\n    \"Datasets\": \"\",\r\n    \"Parameters\": \"\",\r\n    \"Result\": \"\",\r\n    \"DatasetsStatus\": {\r\n        \"dataset_name\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    },\r\n    \"Status\": {\r\n        \"Code\": 0,\r\n        \"Message\": \"OK\"\r\n    }\r\n}"}],"_postman_id":"c76dffc2-831a-475f-a0e8-339d1c4d1919"}],"id":"0c0a9cda-e2ec-4190-a184-2e8b3ba9ae60","description":"<p>A API de Eventos permite que os desenvolvedores façam consultas em nossos logs utilizando o QueryId retornado por cada consulta.</p>\n<ul>\n<li><strong>Nota:</strong> a consulta por QueryId busca no mês atual e o anterior. Não é possível realizar consultas a logs antigos pela API de Eventos.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"5f15cdbe-d6ec-420f-972c-88e29b1da6b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"55dc2706-322e-4b2e-906d-e9d1801a5e63","type":"text/javascript","exec":[""]}}],"_postman_id":"0c0a9cda-e2ec-4190-a184-2e8b3ba9ae60"}],"id":"82fd516a-0283-4242-9468-0cfc5bf84f1f","description":"<p>O Manual de Integração do BigBoost é um guia simples que mostra como realizar a integração da nossa API com o\nback-end da sua empresa. Caso surjam dúvidas durante o processo, entre em contato diretamente com o nosso\nsuporte através do e-mail:</p>\n<p><strong><a href=\"mailto:support.bigboost@bigdatacorp.com.br\">support.bigboost@bigdatacorp.com.br</a></strong></p>\n<p>Ao realizar uma consulta o seu retorno é uma lista de status, onde cada status está ligado a um código. Cada objeto dentro da lista de status representa um dataset.</p>\n<p>Os códigos que vão de -100 a -999 estão relacionados à problemas nos dados de entrada:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Mensagem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-100</td>\n<td>User is not enabled to query BigBoost API</td>\n</tr>\n<tr>\n<td>-101</td>\n<td>BigBoost user has expired</td>\n</tr>\n<tr>\n<td>-102</td>\n<td>Invalid q parameter</td>\n</tr>\n<tr>\n<td>-103</td>\n<td>There is no BigBoost API enabled for this user</td>\n</tr>\n<tr>\n<td>-104</td>\n<td>User doesn't have permission to query people API</td>\n</tr>\n<tr>\n<td>-105</td>\n<td>User doesn't have permission to query companies API</td>\n</tr>\n<tr>\n<td>-106</td>\n<td>User doesn't have permission to query validations API</td>\n</tr>\n<tr>\n<td>-107</td>\n<td>User doesn't have permission to query custom API</td>\n</tr>\n<tr>\n<td>-108</td>\n<td>User doesn't have permission to query misc API</td>\n</tr>\n<tr>\n<td>-109</td>\n<td>Dataset not available</td>\n</tr>\n<tr>\n<td>-110</td>\n<td>Dataset does not exist</td>\n</tr>\n<tr>\n<td>-111</td>\n<td>Invalid access token</td>\n</tr>\n<tr>\n<td>-112</td>\n<td>Access token not found</td>\n</tr>\n<tr>\n<td>-113</td>\n<td>Invalid view parameter</td>\n</tr>\n<tr>\n<td>-114</td>\n<td>Doc parameter must be filled out</td>\n</tr>\n<tr>\n<td>-115</td>\n<td>Invalid date. Please check date_format parameter</td>\n</tr>\n<tr>\n<td>-116</td>\n<td>This view already exists. Change view name and try again</td>\n</tr>\n<tr>\n<td>-118</td>\n<td>Email parameter must be filled out</td>\n</tr>\n<tr>\n<td>-119</td>\n<td>Not found in cache</td>\n</tr>\n<tr>\n<td>-120</td>\n<td>Specified locale is not supported</td>\n</tr>\n<tr>\n<td>-121</td>\n<td>Phone parameter must be filled out</td>\n</tr>\n<tr>\n<td>-122</td>\n<td>Name parameter must be filled out</td>\n</tr>\n<tr>\n<td>-123</td>\n<td>Birth date parameter must be filled out</td>\n</tr>\n<tr>\n<td>-124</td>\n<td>View not found</td>\n</tr>\n<tr>\n<td>-125</td>\n<td>Invalid Dataset Syntax</td>\n</tr>\n<tr>\n<td>-126</td>\n<td>Invalid Q Syntax</td>\n</tr>\n<tr>\n<td>-127</td>\n<td>View is not enabled for this API</td>\n</tr>\n<tr>\n<td>-128</td>\n<td>You have reached the query limit for this dataset</td>\n</tr>\n<tr>\n<td>-129</td>\n<td>The IP Address used for this request is not enabled for this user</td>\n</tr>\n</tbody>\n</table>\n</div><p>Os códigos que vão de -1000 até -1199 estão relacionados à problemas de login:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Mensagem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1000</td>\n<td>Access token is not linked with BigBoost account.</td>\n</tr>\n<tr>\n<td>-1001</td>\n<td>Unable open user session.</td>\n</tr>\n<tr>\n<td>-1002</td>\n<td>Unable to load BigBoost metadata.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Os códigos que que vão de -1200 até -1999 estão relacionados à problemas nas APIs:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Mensagem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1200</td>\n<td>Unexpected error. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1201</td>\n<td>Dataset is too slow. Please try again in a few minutes.</td>\n</tr>\n<tr>\n<td>-1202</td>\n<td>Invalid data source credentials. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1203</td>\n<td>Dataset disabled temporarily.</td>\n</tr>\n<tr>\n<td>-1204</td>\n<td>Unable to create view. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1205</td>\n<td>Catalog Not Found.</td>\n</tr>\n<tr>\n<td>-1206</td>\n<td>Contract Not Found.</td>\n</tr>\n<tr>\n<td>-1207</td>\n<td>Unable to load query limit for this dataset</td>\n</tr>\n<tr>\n<td>-1208</td>\n<td>Unable to update query limit for this dataset</td>\n</tr>\n</tbody>\n</table>\n</div><p>Os códigos que que vão de -2000 em diante estão relacionados às consultas on demand:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Mensagem</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-2000</td>\n<td>Unable to find neural network files to recognize captchas.</td>\n</tr>\n<tr>\n<td>-2001</td>\n<td>Unable to recognize captcha.</td>\n</tr>\n<tr>\n<td>-2002</td>\n<td>Unable to process captcha image.</td>\n</tr>\n<tr>\n<td>-2003</td>\n<td>Website redirected to an unknown page.</td>\n</tr>\n<tr>\n<td>-2004</td>\n<td>Unable to download captcha image.</td>\n</tr>\n<tr>\n<td>-2005</td>\n<td>Unable to parse data.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"selecionando-campos-de-um-dataset\">Selecionando campos de um dataset</h1>\n<p>Ao realizar uma consulta é possível escolher os parâmetros que deseja retornar em cada dataset. Os campos que são possíveis de selecionar estão disponíveis no JSON de retorno de cada dataset, vide os exemplos de retorno de cada um. O exemplo abaixo mostra uma chamada GET e POST selecionando apenas nome e data de nascimento no dataset 'Dados Básicos' para pessoas:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>basic_data{name, birthdate}</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>basic_data{name, birthdate}</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<ul>\n<li><strong>Nota:</strong> Nas consultas ondemand não é possível realizar essa seleção de campos para retorno.</li>\n</ul>\n<h1 id=\"data-de-referência\">Data de referência</h1>\n<p>Ao realizar qualquer consulta, é possível também passar uma data de referência como parâmetro, utilizando a data no formato yyyy-MM-dd (por exemplo, 2019-06-05). Essa data é usada como referência para as consultas realizadas na API ou através de back-testes, onde retorna os dados tais como estavam na data em questão. </p>\n<p>Exemplos de chamada GET e POST, utilizando uma data de refêrencia no dataset de 'Endereços' para pessoas: </p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses</strong>&amp;<br />\nq=doc{xxxxxxxxxxx},referencedate{2018-09-03}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx},referencedate{2018-09-03}\",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<p>Caso seja passada uma data inválida, será considerada a data atual como referência, o que equivale a uma consulta sem data de referência. </p>\n","event":[{"listen":"prerequest","script":{"id":"9f0fc1f5-4978-439e-9dd7-f736d26b77be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"061b41a1-2b6d-441e-841e-908c11d91cd7","type":"text/javascript","exec":[""]}}],"_postman_id":"82fd516a-0283-4242-9468-0cfc5bf84f1f"},{"name":"Manual (en-US)","item":[{"name":"People API","item":[{"name":"Addresses","id":"31c3dd62-cfdc-4af9-ab54-18fd987cc2b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Detailed Address, Address Type, and Primary Address Indicator.</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Public area</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Title (i.e. Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indicates if is main address</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Neighborhood</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Zip Code</td>\n</tr>\n<tr>\n<td>City</td>\n<td>City</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Type of Address (HOME or WORK)</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Address code (including complement)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Address code (without complement)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Household frequency</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Household frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Household frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Household frequency including validation</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Household frequency referring to some query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Household month average frequency</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Household number of related entities</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Building frequency</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Building frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Building frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Building frequency including validation</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Building frequency referring to some query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Building month average frequency</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Building number of related households</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indicates recency</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indicates if it is ratified</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Include additional informations as IBGE code</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter Description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Address type</td>\n<td>work, home</td>\n</tr>\n<tr>\n<td>isratified</td>\n<td>If it is ratified</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If it is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If it is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If it is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State</td>\n<td>RJ, SP, MG, ES, ...</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>Zip code number</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use limit parameter,  you can use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>addresses.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>addresses.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"c2082d51-5ce2-4569-9c19-81714888299a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=addresses&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"addresses"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Addresses\": [\n                {\n\t\t\t        \"Typology\": \"ESTRADA\",\n\t\t\t        \"Title\": \"INTENDENTE\",\n\t\t\t        \"AddressMain\": \"MAGALHAES\",\n\t\t\t        \"Number\": \"126\",\n\t\t\t        \"Complement\": \"BL G AP 401 BLGA 201\",\n\t\t\t        \"Neighborhood\": \"MADUREIRA\",\n\t\t\t        \"ZipCode\": \"21341332\",\n\t\t\t        \"City\": \"RIO DE JANEIRO\",\n\t\t\t        \"State\": \"RJ\",\n\t\t\t        \"Country\": \"Brazil\",\n\t\t\t        \"Type\": \"HOME\",\n\t\t\t        \"HouseholdCode\": \"F4-F4-AD-93-6B-4E-8B-5C-8B-7F-CB-5D-B5-2E-2B-77\",\n\t\t\t        \"BuildingCode\": \"62-2D-E1-7E-56-40-A2-44-93-02-22-09-6E-0B-31-E9\",\n\t\t\t        \"HouseholdTotalPassages\": 3,\n\t\t\t        \"HouseholdBadPassages\": 0,\n\t\t\t        \"HouseholdCrawlingPassages\": 0,\n\t\t\t        \"HouseholdValidationPassages\": 0,\n\t\t\t        \"HouseholdQueryPassages\": -1,\n\t\t\t        \"HouseholdMonthAveragePassages\": 0,\n\t\t\t        \"HouseholdNumberOfEntities\": 4,\n\t\t\t        \"BuildingTotalPassages\": 3,\n\t\t\t        \"BuildingBadPassages\": 0,\n\t\t\t        \"BuildingCrawlingPassages\": 0,\n\t\t\t        \"BuildingValidationPassages\": 0,\n\t\t\t        \"BuildingQueryPassages\": -1,\n\t\t\t        \"BuildingMonthAveragePassages\": 0,\n\t\t\t        \"BuildingNumberOfHouseholds\": -1,\n\t\t\t        \"Priority\": 1,\n\t\t\t        \"IsMain\": true,\n\t\t\t        \"IsRecent\": false,\n\t\t\t        \"IsActive\": true,\n\t\t\t        \"IsRatified\": true,\n\t\t\t        \"FirstPassageDate\": \"2015-10-25T00:00:00Z\",\n\t\t\t        \"LastPassageDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"CreationDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"LastUpdateDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"HasOptIn\": false,\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t            \"IbgeCode\": \"3304557\"\n\t\t\t        },\n\t\t\t        \"Latitude\": -22.88266,\n\t\t\t        \"Longitude\": -43.34522\n\t\t\t    }\n            ]\n        }\n    ],\n    \"QueryId\": \"23ec4850-dd8c-456d-a79f-143814497daf\",\n    \"ElapsedMilliseconds\": 71,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dd1a05a1-b18f-48a3-8c31-d1d35ec463ed","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Addresses\": [\n                {\n\t\t\t        \"Typology\": \"ESTRADA\",\n\t\t\t        \"Title\": \"INTENDENTE\",\n\t\t\t        \"AddressMain\": \"MAGALHAES\",\n\t\t\t        \"Number\": \"126\",\n\t\t\t        \"Complement\": \"BL G AP 401 BLGA 201\",\n\t\t\t        \"Neighborhood\": \"MADUREIRA\",\n\t\t\t        \"ZipCode\": \"21341332\",\n\t\t\t        \"City\": \"RIO DE JANEIRO\",\n\t\t\t        \"State\": \"RJ\",\n\t\t\t        \"Country\": \"Brazil\",\n\t\t\t        \"Type\": \"HOME\",\n\t\t\t        \"HouseholdCode\": \"F4-F4-AD-93-6B-4E-8B-5C-8B-7F-CB-5D-B5-2E-2B-77\",\n\t\t\t        \"BuildingCode\": \"62-2D-E1-7E-56-40-A2-44-93-02-22-09-6E-0B-31-E9\",\n\t\t\t        \"HouseholdTotalPassages\": 3,\n\t\t\t        \"HouseholdBadPassages\": 0,\n\t\t\t        \"HouseholdCrawlingPassages\": 0,\n\t\t\t        \"HouseholdValidationPassages\": 0,\n\t\t\t        \"HouseholdQueryPassages\": -1,\n\t\t\t        \"HouseholdMonthAveragePassages\": 0,\n\t\t\t        \"HouseholdNumberOfEntities\": 4,\n\t\t\t        \"BuildingTotalPassages\": 3,\n\t\t\t        \"BuildingBadPassages\": 0,\n\t\t\t        \"BuildingCrawlingPassages\": 0,\n\t\t\t        \"BuildingValidationPassages\": 0,\n\t\t\t        \"BuildingQueryPassages\": -1,\n\t\t\t        \"BuildingMonthAveragePassages\": 0,\n\t\t\t        \"BuildingNumberOfHouseholds\": -1,\n\t\t\t        \"Priority\": 1,\n\t\t\t        \"IsMain\": true,\n\t\t\t        \"IsRecent\": false,\n\t\t\t        \"IsActive\": true,\n\t\t\t        \"IsRatified\": true,\n\t\t\t        \"FirstPassageDate\": \"2015-10-25T00:00:00Z\",\n\t\t\t        \"LastPassageDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"CreationDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"LastUpdateDate\": \"2015-10-31T00:00:00Z\",\n\t\t\t        \"HasOptIn\": false,\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t            \"IbgeCode\": \"3304557\"\n\t\t\t        },\n\t\t\t        \"Latitude\": -22.88266,\n\t\t\t        \"Longitude\": -43.34522\n\t\t\t    }\n            ]\n        }\n    ],\n    \"QueryId\": \"23ec4850-dd8c-456d-a79f-143814497daf\",\n    \"ElapsedMilliseconds\": 71,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"31c3dd62-cfdc-4af9-ab54-18fd987cc2b8"},{"name":"Basic Data","id":"9768efd7-9618-45cf-864e-7b84a6666a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Name, CPF, and Mother Name.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdStatus</td>\n<td>SUSPENSA, REGULAR, CANCELADA, PENDENTE DE REGULARIZACAO, NULA, CPF COM DADOS INCOMPLETOS.</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>M, F, U</td>\n</tr>\n<tr>\n<td>Signo</td>\n<td>CAPRICORNIO, ARIES, LEAO, CANCER, LIBRA, AQUARIO, SAGITARIO, GEMEOS, VIRGEM, TOURO, PEIXES, ESCORPIAO</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdNumber</td>\n<td>Taxpayer's identification number</td>\n</tr>\n<tr>\n<td>TaxIdCountry</td>\n<td>Taxpayer's identification country</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers.VoterId</td>\n<td>Voter's identification number</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers.SocialSecurityNumber</td>\n<td>Social security number</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>Person's name</td>\n</tr>\n<tr>\n<td>Aliases.SocialName</td>\n<td>Alternative form of identification: person's social name</td>\n</tr>\n<tr>\n<td>Gender</td>\n<td>Person's gender</td>\n</tr>\n<tr>\n<td>NameUniquenessScore</td>\n<td>Varies from 0 to 1, describing how unique the person's full name is compared to others</td>\n</tr>\n<tr>\n<td>BirthDate</td>\n<td>Person's birth date</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Person's age</td>\n</tr>\n<tr>\n<td>ZodiacSign</td>\n<td>Person's zodiac sign</td>\n</tr>\n<tr>\n<td>ChineseSign</td>\n<td>Person's chinese sign</td>\n</tr>\n<tr>\n<td>BirthCountry</td>\n<td>Country in which the person was born</td>\n</tr>\n<tr>\n<td>BirthState</td>\n<td>State in which the person was born</td>\n</tr>\n<tr>\n<td>MotherName</td>\n<td>Name of the person's mother</td>\n</tr>\n<tr>\n<td>FatherName</td>\n<td>Name of the person's father</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>Taxpayer's identification status</td>\n</tr>\n<tr>\n<td>TaxIdOrigin</td>\n<td>Taxpayer's identification origin</td>\n</tr>\n<tr>\n<td>HasObitIndication</td>\n<td>Indicates if the person has died</td>\n</tr>\n<tr>\n<td>ObitIndicationOrigin</td>\n<td>Origin of the obit indication</td>\n</tr>\n<tr>\n<td>ObitIndicationYear</td>\n<td>Year of the obit indication</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"62d1e6e2-2a42-474f-bfe6-90a9da4508b8","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BasicData\": {\n                \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                \"TaxIdCountry\": \"BRAZIL\",\n                \"AlternativeIdNumbers\": {},\n                \"Name\": \"VANESSA SILVA CASTRO\",\n                \"Aliases\": {\n                    \"CommonName\": \"VANESSA CASTRO\",\n                    \"StandardizedName\": \"VANESA SILVA CASTRU\"\n                },\n                \"Gender\": \"F\",\n                \"NameUniquenessScore\": 0.932,\n                \"BirthDate\": \"1994-07-26T00:00:00Z\",\n                \"Age\": 24,\n                \"ZodiacSign\": \"CANCER\",\n                \"ChineseSign\": \"Dog\",\n                \"BirthCountry\": \"BRASILEIRA\",\n                \"BirthState\": \"\",\n                \"MotherName\": \"MARTA CASTRO\",\n                \"FatherName\": \"\",\n                \"TaxIdStatus\": \"REGULAR\",\n                \"TaxIdOrigin\": \"RECEITA FEDERAL\",\n                \"HasObitIndication\": false,\n                \"CreationDate\": \"2016-08-23T00:00:00Z\",\n                \"LastUpdateDate\": \"2019-02-11T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"fce6c68c-6e17-4f2c-bc01-867e69ae66c6\",\n    \"ElapsedMilliseconds\": 186,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c4aee848-654d-405f-9c88-ac6d64f5973a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=basic_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"basic_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BasicData\": {\n                \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                \"TaxIdCountry\": \"BRAZIL\",\n                \"AlternativeIdNumbers\": {},\n                \"Name\": \"VANESSA SILVA CASTRO\",\n                \"Aliases\": {\n                    \"CommonName\": \"VANESSA CASTRO\",\n                    \"StandardizedName\": \"VANESA SILVA CASTRU\"\n                },\n                \"Gender\": \"F\",\n                \"NameUniquenessScore\": 0.932,\n                \"BirthDate\": \"1994-07-26T00:00:00Z\",\n                \"Age\": 24,\n                \"ZodiacSign\": \"CANCER\",\n                \"ChineseSign\": \"Dog\",\n                \"BirthCountry\": \"BRASILEIRA\",\n                \"BirthState\": \"\",\n                \"MotherName\": \"MARTA CASTRO\",\n                \"FatherName\": \"\",\n                \"TaxIdStatus\": \"REGULAR\",\n                \"TaxIdOrigin\": \"RECEITA FEDERAL\",\n                \"HasObitIndication\": false,\n                \"CreationDate\": \"2016-08-23T00:00:00Z\",\n                \"LastUpdateDate\": \"2019-02-11T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"fce6c68c-6e17-4f2c-bc01-867e69ae66c6\",\n    \"ElapsedMilliseconds\": 186,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9768efd7-9618-45cf-864e-7b84a6666a6f"},{"name":"Business Relationships    ","id":"32b6dbc9-a975-401d-bcb1-c1ae50f3347e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"business_relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Membership and Business Participation.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdNumber</td>\n<td>Taxpayer's identification number of the related entity</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdType</td>\n<td>Taxpayer's identification type of the related entity</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityTaxIdCountry</td>\n<td>Taxpayer's identification country of the related entity</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelatedEntityName</td>\n<td>Name of the related entity</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelationshipType</td>\n<td>Relationship type</td>\n</tr>\n<tr>\n<td>BusinessRelationships.RelationshipLevel</td>\n<td>Relationship level</td>\n</tr>\n<tr>\n<td>BusinessRelationships.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>BusinessRelationships.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total relationships</td>\n</tr>\n<tr>\n<td>TotalOwnerships</td>\n<td>Total ownerships</td>\n</tr>\n<tr>\n<td>TotalEmployments</td>\n<td>Total employments</td>\n</tr>\n<tr>\n<td>TotalPartners</td>\n<td>Total partners</td>\n</tr>\n<tr>\n<td>TotalClients</td>\n<td>Total clients</td>\n</tr>\n<tr>\n<td>TotalSuppliers</td>\n<td>Total suppliers</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Fitler</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Relationship type</td>\n<td>employment, partner, ownership</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Relationship level</td>\n<td>--</td>\n</tr>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Related entity tax id type</td>\n<td>CPF, CNPJ</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>business_relationships.filter(RelationshipType=employment,CompanyFilters=headquarter)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>business_relationships.filter(RelationshipType=employment,CompanyFilters=headquarter)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>business_relationships.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>business_relationships.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"6add35d1-2e67-4e82-a1ca-6ca3e7bfecb6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"business_relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BusinessRelationships\": {\n                \"BusinessRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t\t            \"RelatedEntityTaxIdType\": \"CNPJ\",\n\t\t\t            \"RelatedEntityTaxIdCountry\": \"Brazil\",\n\t\t\t            \"RelatedEntityName\": \"TELEVISAO CENTRO AMERICA LTDA\",\n\t\t\t            \"RelationshipType\": \"EMPLOYMENT\",\n\t\t\t            \"RelationshipLevel\": \"DIRECT\",\n\t\t\t            \"RelationshipStartDate\": \"2016-12-20T00:00:00Z\",\n\t\t\t            \"RelationshipEndDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t            \"CreationDate\": \"2017-08-19T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2017-08-19T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n\t\t        \"TotalOwnerships\": 0,\n\t\t        \"TotalEmployments\": 1,\n\t\t        \"TotalPartners\": 0,\n\t\t        \"TotalClients\": 0,\n\t\t        \"TotalSuppliers\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"66b12d86-9de1-4a97-89c1-b234263280c1\",\n    \"ElapsedMilliseconds\": 119,\n    \"Status\": {\n        \"business_relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"7cb9754e-e8d5-4fdb-befd-6d020b382c1f","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=business_relationships&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"business_relationships"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"BusinessRelationships\": {\n                \"BusinessRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t\t            \"RelatedEntityTaxIdType\": \"CNPJ\",\n\t\t\t            \"RelatedEntityTaxIdCountry\": \"Brazil\",\n\t\t\t            \"RelatedEntityName\": \"TELEVISAO CENTRO AMERICA LTDA\",\n\t\t\t            \"RelationshipType\": \"EMPLOYMENT\",\n\t\t\t            \"RelationshipLevel\": \"DIRECT\",\n\t\t\t            \"RelationshipStartDate\": \"2016-12-20T00:00:00Z\",\n\t\t\t            \"RelationshipEndDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t            \"CreationDate\": \"2017-08-19T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2017-08-19T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n\t\t        \"TotalOwnerships\": 0,\n\t\t        \"TotalEmployments\": 1,\n\t\t        \"TotalPartners\": 0,\n\t\t        \"TotalClients\": 0,\n\t\t        \"TotalSuppliers\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"66b12d86-9de1-4a97-89c1-b234263280c1\",\n    \"ElapsedMilliseconds\": 119,\n    \"Status\": {\n        \"business_relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"32b6dbc9-a975-401d-bcb1-c1ae50f3347e"},{"name":"Circles - Building","id":"df3a042c-73e8-4063-b69e-ad1d202b6fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_building\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of neighbors which live in the same building as the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"6300b215-8809-4604-83c9-293426a7854f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_building\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"BUILDING\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"924ef910-0d0b-4a79-bd35-4af25a0bec5a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_building&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_building"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"BUILDING\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"df3a042c-73e8-4063-b69e-ad1d202b6fcf"},{"name":"Circles - Coworkers","id":"2c032ad3-8630-4624-8ed9-74390d448ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_coworkers\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of Coworkers related to the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEP's</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Entities minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Entities maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Entities average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range of circle</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level of entities</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level of entities</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level of entities</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>MedianEShopperLevel</td>\n<td>Median EShopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum EShopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum EShopper level</td>\n</tr>\n<tr>\n<td>MedianESellerLevel</td>\n<td>Median ESeller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum ESeller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum ESeller level</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Distribution by gender</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Distribution by age range</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Distribution by income range</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>Distribution by state</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"00d44c75-08f0-4034-b332-4d0f4e56e94a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_coworkers&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_coworkers"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COWORKERS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_coworkers\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"19f7d2c8-51e4-48af-a546-71a5defad001","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_coworkers\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COWORKERS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_coworkers\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2c032ad3-8630-4624-8ed9-74390d448ab0"},{"name":"Circles - College Class","id":"83f6da2b-5db0-4c8f-9a8a-d0ffeae280f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_college_class\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of college class related to the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4f58ba10-3517-4b02-9aa0-42cf1c196963","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_college_class&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_college_class"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COLLEGE_CLASS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9c7e73f0-ddbb-4052-a8fc-0539fad9bdd3","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_college_class\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"COLLEGE_CLASS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"83f6da2b-5db0-4c8f-9a8a-d0ffeae280f2"},{"name":"Circles - First Level Relatives","id":"6273f75a-0b5d-422d-8e61-06f117a0b9e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_first_level_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of first level relatives of the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5f8611bf-c5cd-4a0d-9b7e-fbbeff010fee","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_first_level_relatives&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_first_level_relatives"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"FIRSTLEVELRELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_first_level_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"8d019170-0b49-4a58-bf2f-bb9a6846add8","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_first_level_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"FIRSTLEVELRELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_first_level_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6273f75a-0b5d-422d-8e61-06f117a0b9e4"},{"name":"Circles - Lawsuit Parties","id":"153b8815-441d-46f3-895e-e1b10b628ff0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_lawsuit_parties\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of people who participated in legal proceedings on the same side as the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"059ddb94-7f0f-4e4f-a073-12a0e9dbac26","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_lawsuit_parties\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"LAWSUIT_PARTIES\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 267,\n                    \"TotalDistinctPhones\": 192,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 59,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5A INC\": 0,\n                        \"5A CO FUND\": 0,\n                        \"6 A 9 FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP INCOMP\": 0,\n                        \"SUP COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1c91fc7c-6e1e-4360-96ea-e41226cb0102\",\n    \"ElapsedMilliseconds\": 106,\n    \"Status\": {\n        \"circles_lawsuit_parties\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c13b08e4-e7ae-481a-91d9-f515899a36a4","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_lawsuit_parties&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_lawsuit_parties"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"LAWSUIT_PARTIES\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 267,\n                    \"TotalDistinctPhones\": 192,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 59,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5A INC\": 0,\n                        \"5A CO FUND\": 0,\n                        \"6 A 9 FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP INCOMP\": 0,\n                        \"SUP COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1c91fc7c-6e1e-4360-96ea-e41226cb0102\",\n    \"ElapsedMilliseconds\": 106,\n    \"Status\": {\n        \"circles_lawsuit_parties\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"153b8815-441d-46f3-895e-e1b10b628ff0"},{"name":"Circles - Neighbors","id":"cfa35d3e-2546-4451-8af7-996e702be56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_neighbors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of searched person's neighbors, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Distribuição do nível de vendedor online</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2e1ce50e-5f6b-4a06-b12c-34695327225b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_neighbors&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_neighbors"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"NEIGHBORS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"517df5d1-109f-4070-9780-4df5662dca40","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_neighbors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"NEIGHBORS\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 11,\n                    \"TotalDistinctPhones\": 11,\n                    \"TotalDistinctEmails\": 11,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 96,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 52,\n                    \"AvgAge\": 52,\n                    \"CircleTotalIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesAvgIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMaxIncomeRange\": \"ATE 2 SM\",\n                    \"EntitiesMinIncomeRange\": \"ATE 2 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 308,\n                    \"TotalBadPassages\": 268,\n                    \"MonthAveragePassages\": 2,\n                    \"FirstPassageDate\": \"2007-01-06T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-01-16T00:00:00Z\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 1,\n                        \"2 A 4 SM\": 0,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 0,\n                        \"BA\": 0,\n                        \"CE\": 0,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 0,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 0,\n                        \"PA\": 0,\n                        \"PB\": 0,\n                        \"PE\": 0,\n                        \"PI\": 0,\n                        \"PR\": 1,\n                        \"RJ\": 0,\n                        \"RN\": 0,\n                        \"RO\": 0,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 0,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cfa35d3e-2546-4451-8af7-996e702be56a"},{"name":"Circles - Household","id":"5dd6916b-9e92-4e47-ac5f-219e7dc2a07f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_household\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of Households related to the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"33a5efdd-8ae4-41bb-82de-44654879628a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_household&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_household"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"HOUSEHOLD\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 0,\n                    \"TotalDistinctPhones\": 0,\n                    \"TotalDistinctEmails\": 1,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalPEPs\": 0,\n                    \"MinAge\": 24,\n                    \"MaxAge\": 24,\n                    \"AvgAge\": 24,\n                    \"EntitiesMaxIncomeRange\": \"\",\n                    \"EntitiesMinIncomeRange\": \"\",\n                    \"MinEducationLevel\": \"\",\n                    \"MaxEducationLevel\": \"\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"H\",\n                    \"MinESellerLevel\": \"H\",\n                    \"GenderDistribution\": {\n                        \"F\": 1,\n                        \"M\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"Sem Informacao\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 1,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 0,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {},\n                    \"StateDistribution\": {}\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"36c0c4dd-5a00-4e95-9f4f-778eaf04dad9","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_household\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"HOUSEHOLD\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 0,\n                    \"TotalDistinctPhones\": 0,\n                    \"TotalDistinctEmails\": 1,\n                    \"TotalEmployedEntities\": 0,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalPEPs\": 0,\n                    \"MinAge\": 24,\n                    \"MaxAge\": 24,\n                    \"AvgAge\": 24,\n                    \"EntitiesMaxIncomeRange\": \"\",\n                    \"EntitiesMinIncomeRange\": \"\",\n                    \"MinEducationLevel\": \"\",\n                    \"MaxEducationLevel\": \"\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"H\",\n                    \"MinESellerLevel\": \"H\",\n                    \"GenderDistribution\": {\n                        \"F\": 1,\n                        \"M\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"Sem Informacao\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 1,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 0,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {},\n                    \"StateDistribution\": {}\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_household\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5dd6916b-9e92-4e47-ac5f-219e7dc2a07f"},{"name":"Circles - Partners","id":"7c22de51-d358-4713-a787-667b2e0a05f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_partners\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of partners related to the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2d893e18-d29d-4478-b965-636ce132aa43","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_partners\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"PARTNER\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_partners\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"8365a657-4112-44c0-a482-0c07d779bbfa","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_partners&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_partners"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"PARTNER\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_partners\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7c22de51-d358-4713-a787-667b2e0a05f2"},{"name":"Circles - Relatives","id":"e80c8e76-8732-4ad9-99ec-031aa0bee63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data of relatives of the searched person, as total related entities, age average and education level.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CircleType</td>\n<td>Circle type</td>\n</tr>\n<tr>\n<td>TotalEntities</td>\n<td>Total entities</td>\n</tr>\n<tr>\n<td>TotalDistinctAddresses</td>\n<td>Total distinct addresses</td>\n</tr>\n<tr>\n<td>TotalDistinctPhones</td>\n<td>Total distinct phones</td>\n</tr>\n<tr>\n<td>TotalDistinctEmails</td>\n<td>Total distinct emails</td>\n</tr>\n<tr>\n<td>TotalEmployedEntities</td>\n<td>Total employed entities</td>\n</tr>\n<tr>\n<td>TotalCompaniesOwned</td>\n<td>Total companies owned</td>\n</tr>\n<tr>\n<td>TotalRelatedEntities</td>\n<td>Total related entities</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total PEPs</td>\n</tr>\n<tr>\n<td>TotalPublicServants</td>\n<td>Total public servants</td>\n</tr>\n<tr>\n<td>TotalClassMembers</td>\n<td>Total class members</td>\n</tr>\n<tr>\n<td>MinAge</td>\n<td>Minimum age</td>\n</tr>\n<tr>\n<td>MaxAge</td>\n<td>Maximum age</td>\n</tr>\n<tr>\n<td>AvgAge</td>\n<td>Average age</td>\n</tr>\n<tr>\n<td>CircleTotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>EntitiesAvgIncomeRange</td>\n<td>Entities average income range</td>\n</tr>\n<tr>\n<td>EntitiesMaxIncomeRange</td>\n<td>Entities maximum income range</td>\n</tr>\n<tr>\n<td>EntitiesMinIncomeRange</td>\n<td>Entities minimum income range</td>\n</tr>\n<tr>\n<td>MinEducationLevel</td>\n<td>Minimum education level</td>\n</tr>\n<tr>\n<td>AvgEducationLevel</td>\n<td>Average education level</td>\n</tr>\n<tr>\n<td>MaxEducationLevel</td>\n<td>Maximum education level</td>\n</tr>\n<tr>\n<td>AvgGeographicDistance</td>\n<td>Average geographic distance</td>\n</tr>\n<tr>\n<td>MaxGeographicDistance</td>\n<td>Maximum geographic distance</td>\n</tr>\n<tr>\n<td>MinGeographicDistance</td>\n<td>Minimum geographic distance</td>\n</tr>\n<tr>\n<td>TotalEShopperLevel</td>\n<td>Total Eshopper level</td>\n</tr>\n<tr>\n<td>MaxEShopperLevel</td>\n<td>Maximum Eshopper level</td>\n</tr>\n<tr>\n<td>MinEShopperLevel</td>\n<td>Minimum Eshopper level</td>\n</tr>\n<tr>\n<td>TotalESellerLevel</td>\n<td>Total Eseller level</td>\n</tr>\n<tr>\n<td>MaxESellerLevel</td>\n<td>Maximum Eseller level</td>\n</tr>\n<tr>\n<td>MinESellerLevel</td>\n<td>Minimum Eseller level</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total bad passages</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Month average passages</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>GenderDistribution</td>\n<td>Gender distribution</td>\n</tr>\n<tr>\n<td>AgeRangeDistribution</td>\n<td>Age range distribution</td>\n</tr>\n<tr>\n<td>IncomeRangeDistribution</td>\n<td>Income range distribution</td>\n</tr>\n<tr>\n<td>EducationLevelDistribution</td>\n<td>Education level distribution</td>\n</tr>\n<tr>\n<td>StateDistribution</td>\n<td>State distribution</td>\n</tr>\n<tr>\n<td>EShopperDistribution</td>\n<td>Eshopper distribution</td>\n</tr>\n<tr>\n<td>ESellerDistribution</td>\n<td>Eseller distribution</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4dd9c1a7-26dd-4ec7-92f9-f311cfe5af45","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"circles_relatives\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"RELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b546d072-c60e-4871-9e37-b149e8cde0c5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=circles_relatives&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"circles_relatives"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Circles\": [\n                {\n                    \"CircleType\": \"RELATIVE\",\n                    \"TotalEntities\": 1,\n                    \"TotalDistinctAddresses\": 130,\n                    \"TotalDistinctPhones\": 130,\n                    \"TotalDistinctEmails\": 130,\n                    \"TotalEmployedEntities\": 1,\n                    \"TotalCompaniesOwned\": 0,\n                    \"TotalRelatedEntities\": 0,\n                    \"TotalPEPs\": 0,\n                    \"TotalPublicServants\": 0,\n                    \"TotalClassMembers\": 0,\n                    \"MinAge\": 0,\n                    \"MaxAge\": 59,\n                    \"AvgAge\": 59,\n                    \"CircleTotalIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesAvgIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMaxIncomeRange\": \"2 A 4 SM\",\n                    \"EntitiesMinIncomeRange\": \"2 A 4 SM\",\n                    \"MinEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgEducationLevel\": \"MEDIO INCOMP\",\n                    \"MaxEducationLevel\": \"MEDIO INCOMP\",\n                    \"AvgGeographicDistance\": -1,\n                    \"MaxGeographicDistance\": -1,\n                    \"MinGeographicDistance\": -1,\n                    \"MaxEShopperLevel\": \"A\",\n                    \"MinEShopperLevel\": \"A\",\n                    \"TotalEShopperLevel\": \"A\",\n                    \"MaxESellerLevel\": \"A\",\n                    \"MinESellerLevel\": \"A\",\n                    \"TotalESellerLevel\": \"A\",\n                    \"TotalLawsuits\": 0,\n                    \"TotalLawsuitsAsDefendant\": 0,\n                    \"TotalLawsuitsAsAuthor\": 0,\n                    \"TotalPassages\": 0,\n                    \"TotalBadPassages\": 0,\n                    \"MonthAveragePassages\": 0,\n                    \"FirstPassageDate\": \"9999-12-31T23:59:59.9999999\",\n                    \"LastPassageDate\": \"0001-01-01T00:00:00\",\n                    \"GenderDistribution\": {\n                        \"F\": 0,\n                        \"M\": 1,\n                        \"U\": 0\n                    },\n                    \"AgeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"0-16\": 0,\n                        \"16-18\": 0,\n                        \"18-25\": 0,\n                        \"25-30\": 0,\n                        \"30-40\": 0,\n                        \"40-50\": 0,\n                        \"50-60\": 1,\n                        \"60-70\": 0,\n                        \"70+\": 0\n                    },\n                    \"IncomeRangeDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ATE 2 SM\": 0,\n                        \"2 A 4 SM\": 1,\n                        \"4 A 10 SM\": 0,\n                        \"10 A 20 SM\": 0,\n                        \"ACIMA DE 20 SM\": 0\n                    },\n                    \"EducationLevelDistribution\": {\n                        \"SEM INFORMACAO\": 0,\n                        \"ANALFABETO\": 0,\n                        \"ATE 5.A INC\": 0,\n                        \"5.A CO FUND\": 0,\n                        \"6. A 9. FUND\": 0,\n                        \"FUND COMPL\": 0,\n                        \"MEDIO INCOMP\": 1,\n                        \"MEDIO COMPL\": 0,\n                        \"SUP. INCOMP\": 0,\n                        \"SUP. COMP\": 0,\n                        \"MESTRADO\": 0,\n                        \"DOUTORADO\": 0\n                    },\n                    \"StateDistribution\": {\n                        \"AC\": 0,\n                        \"AL\": 0,\n                        \"AM\": 1,\n                        \"AP\": 1,\n                        \"BA\": 1,\n                        \"CE\": 1,\n                        \"DF\": 0,\n                        \"ES\": 1,\n                        \"GO\": 1,\n                        \"MA\": 1,\n                        \"MG\": 1,\n                        \"MS\": 1,\n                        \"MT\": 1,\n                        \"PA\": 0,\n                        \"PB\": 1,\n                        \"PE\": 1,\n                        \"PI\": 1,\n                        \"PR\": 1,\n                        \"RJ\": 1,\n                        \"RN\": 1,\n                        \"RO\": 1,\n                        \"RR\": 0,\n                        \"RS\": 1,\n                        \"SC\": 1,\n                        \"SE\": 0,\n                        \"SP\": 1,\n                        \"TO\": 1,\n                        \"EX\": 0\n                    },\n                    \"EShopperDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    },\n                    \"ESellerDistribution\": {\n                        \"H\": 0,\n                        \"G\": 0,\n                        \"F\": 0,\n                        \"E\": 0,\n                        \"D\": 0,\n                        \"C\": 0,\n                        \"B\": 0,\n                        \"A\": 1\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"0766cc68-aa45-4d53-853c-52e8fd94e847\",\n    \"ElapsedMilliseconds\": 112,\n    \"Status\": {\n        \"circles_relatives\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e80c8e76-8732-4ad9-99ec-031aa0bee63d"},{"name":"Collections","id":"e3e36b1c-1b14-4d6a-a3df-ebcdb9524ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"collections\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Billing Presence Indicator, Billing Query Recurrence, and Billing Sources Quantity.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CollectionOccurrences</td>\n<td>Number of collection occurrences</td>\n</tr>\n<tr>\n<td>CollectionOrigins</td>\n<td>Number of collection origins</td>\n</tr>\n<tr>\n<td>FirstCollectionDate</td>\n<td>Date of first collection</td>\n</tr>\n<tr>\n<td>LastCollectionDate</td>\n<td>Date of last collection</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1c51efb0-2a8d-4f08-b59a-b314dbcf68c6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"collections\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Collections\": {\n                \"CollectionOccurrences\": 7,\n                \"CollectionOrigins\": 2,\n                \"FirstCollectionDate\": \"2007-11-01T00:00:00Z\",\n                \"LastCollectionDate\": \"2017-10-03T00:00:00Z\",\n                \"CreationDate\": \"2017-10-03T00:00:00Z\",\n                \"LastUpdateDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d7-5ded-42d7-9aad-701ed569f8ca\",\n    \"ElapsedMilliseconds\": 33,\n    \"Status\": {\n        \"collections\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c88eae4b-b3b4-4d74-916a-9dd92355154a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=collections&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"collections"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Collections\": {\n                \"CollectionOccurrences\": 7,\n                \"CollectionOrigins\": 2,\n                \"FirstCollectionDate\": \"2007-11-01T00:00:00Z\",\n                \"LastCollectionDate\": \"2017-10-03T00:00:00Z\",\n                \"CreationDate\": \"2017-10-03T00:00:00Z\",\n                \"LastUpdateDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d7-5ded-42d7-9aad-701ed569f8ca\",\n    \"ElapsedMilliseconds\": 33,\n    \"Status\": {\n        \"collections\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e3e36b1c-1b14-4d6a-a3df-ebcdb9524ea1"},{"name":"Demographic Data","id":"e0c17e59-19c4-4a29-8e3e-fad79b8f7488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"demographic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as IBGE socio-demographic data and other sources.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EstimatedIncomeRange</td>\n<td>1 - ATE 2 SM, 2 - 2 A 4 SM, 3 - 4 A 10 SM, 4 - 10 A 20 SM, 5 - ACIMA DE 20 SM</td>\n</tr>\n<tr>\n<td>EstimatedInstructionLevel</td>\n<td>01 - ANALFABETO, 02 - ATE 5.A INC, 03 - 5.A CO FUND, 04 - 6. A 9. FUND, 05 - FUND COMPL, 06 - MEDIO INCOMP, 07 - MEDIO COMPL, 08 - SUP. INCOMP, 09 - SUP. COMP, 10 - MESTRADO, 11 - DOUTORADO, 00 - ANALFABETO, 01 - CRECHE, PRE-ESCOLAR (MATERNAL E JARDIM DE INFANCIA), CLASSE DE ALFAB, 02 -  ALFABETIZAAO DE JOVENS E ADULTOS, 03 - ANTIGO PRIMARIO (ELEMENTAR), 04 - ANTIGO GINASIO (MEDIO 1 CICLO), 05 - REGULAR DO ENSINO FUNDAMENTAL OU 1 GRAU (DA 1A 3A SERIE/ DO 1 AO 4 A, 06 - REGULAR DO ENSINO FUNDAMENTAL OU  1 GRAU (DA 4A SERIE/5 ANO), 07 - REGULAR DO ENSINO FUNDAMENTAL OU 1 GRAU (DA 5AA 8A SERIE/ DO 6 AO 9 , 08 - SUPLETIVO DO ENSINO FUNDAMENTAL OU DO 1 GRAU, 09 - ANTIGO CIENTIFICO, CLASSICO, ETC. (MEDIO 2 CICLO), 10 - REGULAR OU SUPLETIVO DO ENSINO MEDIO OU DO 2 GRAU, 11 - SUPERIOR DE GRADUACAO, 12 - ESPECIALIZACAO DE NIVEL SUPERIOR (MINIMO DE 360 HORAS)</td>\n</tr>\n<tr>\n<td>SocialClass</td>\n<td>A, B, C, D, E</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DemographicData.DataOrigin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>DemographicData.DataAgregationLevel</td>\n<td>Data aggregation level</td>\n</tr>\n<tr>\n<td>DemographicData.DataCountry</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>DemographicData.EstimatedIncomeRange</td>\n<td>Estimated income range</td>\n</tr>\n<tr>\n<td>DemographicData.EstimatedInstructionLevel</td>\n<td>Estimated instruction level</td>\n</tr>\n<tr>\n<td>DemographicData.SocialClass</td>\n<td>Social class</td>\n</tr>\n<tr>\n<td>DemographicData.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>DemographicData.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"208c7e8f-beea-4f6a-9a6c-865816b73b5e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=demographic_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"demographic_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"DemographicData\": [\n                {\n                  \"DataOrigin\": \"MTE\",\n\t\t          \"DataAgregationLevel\": \"\",\n\t\t          \"DataCountry\": \"Brazil\",\n\t\t          \"EstimatedIncomeRange\": \"2 - 2 A 4 SM\",\n\t\t          \"EstimatedInstructionLevel\": \"07 - MEDIO COMPL\",\n\t\t          \"SocialClass\": \"C\",\n\t\t          \"CreationDate\": \"2016-08-23T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2018-10-19T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4678f1d0-d132-440b-b5e9-a93fe6e3d3a3\",\n    \"ElapsedMilliseconds\": 74,\n    \"Status\": {\n        \"demographic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6c7bda7f-d686-4d47-9b2f-d642bd5ceca9","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"demographic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"DemographicData\": [\n                {\n                  \"DataOrigin\": \"MTE\",\n\t\t          \"DataAgregationLevel\": \"\",\n\t\t          \"DataCountry\": \"Brazil\",\n\t\t          \"EstimatedIncomeRange\": \"2 - 2 A 4 SM\",\n\t\t          \"EstimatedInstructionLevel\": \"07 - MEDIO COMPL\",\n\t\t          \"SocialClass\": \"C\",\n\t\t          \"CreationDate\": \"2016-08-23T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2018-10-19T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4678f1d0-d132-440b-b5e9-a93fe6e3d3a3\",\n    \"ElapsedMilliseconds\": 74,\n    \"Status\": {\n        \"demographic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e0c17e59-19c4-4a29-8e3e-fad79b8f7488"},{"name":"Domains","id":"d40e0725-2fa8-4acc-b320-e5ca791f0f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Capture Data, Access Volume Data, and Structure Data.</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HostName</td>\n<td>Host name</td>\n</tr>\n<tr>\n<td>DomainName</td>\n<td>Domain name</td>\n</tr>\n<tr>\n<td>FinalDomainName</td>\n<td>Final domain name</td>\n</tr>\n<tr>\n<td>DomainClass</td>\n<td>Domain class</td>\n</tr>\n<tr>\n<td>DomainMainSegment</td>\n<td>Domain segment</td>\n</tr>\n<tr>\n<td>VisitorRange</td>\n<td>Visitor total range</td>\n</tr>\n<tr>\n<td>ServerTechnology</td>\n<td>Server technology</td>\n</tr>\n<tr>\n<td>DevelopmentLanguage</td>\n<td>Development language</td>\n</tr>\n<tr>\n<td>Framework</td>\n<td>Used framework</td>\n</tr>\n<tr>\n<td>PageCountRange</td>\n<td>Page count range</td>\n</tr>\n<tr>\n<td>PaymentServices</td>\n<td>Payment services</td>\n</tr>\n<tr>\n<td>PaymentMethods</td>\n<td>Payment methods</td>\n</tr>\n<tr>\n<td>CreditCards</td>\n<td>Credit cards</td>\n</tr>\n<tr>\n<td>FinancialInstitutions</td>\n<td>Financial institutions</td>\n</tr>\n<tr>\n<td>IspName</td>\n<td>Provider</td>\n</tr>\n<tr>\n<td>IspCountry</td>\n<td>Provider's country</td>\n</tr>\n<tr>\n<td>IspRegion</td>\n<td>Provider's region</td>\n</tr>\n<tr>\n<td>IspCity</td>\n<td>Provider's city</td>\n</tr>\n<tr>\n<td>ProductRangeCount</td>\n<td>Total range of products</td>\n</tr>\n<tr>\n<td>AvgPrice</td>\n<td>Average price</td>\n</tr>\n<tr>\n<td>AdNetworks</td>\n<td>Ad networks</td>\n</tr>\n<tr>\n<td>SocialNetworks</td>\n<td>Social networks</td>\n</tr>\n<tr>\n<td>ChatProviders</td>\n<td>Chat providers</td>\n</tr>\n<tr>\n<td>HelpDeskProviders</td>\n<td>Help desk providers</td>\n</tr>\n<tr>\n<td>FraudService</td>\n<td>Fraud service</td>\n</tr>\n<tr>\n<td>MappingServices</td>\n<td>Mapping service</td>\n</tr>\n<tr>\n<td>AnalyticsServices</td>\n<td>Analytics services</td>\n</tr>\n<tr>\n<td>RecommendationEngine</td>\n<td>Recommendation engine</td>\n</tr>\n<tr>\n<td>RegistrationStatus</td>\n<td>Registration status</td>\n</tr>\n<tr>\n<td>EstimatedIncome</td>\n<td>Estimated income</td>\n</tr>\n<tr>\n<td>AvgLoadTime</td>\n<td>Average load time</td>\n</tr>\n<tr>\n<td>AvgPageSize</td>\n<td>Average page size</td>\n</tr>\n<tr>\n<td>CaptureDate</td>\n<td>Capture date</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>Registration date</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Expiration date</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>HasSsl</td>\n<td>Indicates if has SSL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasssl</td>\n<td>Indicate if has SSL  (true, false)</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Indicate if is an active domain (true, false)</td>\n</tr>\n<tr>\n<td>socialnetworks</td>\n<td>Social networks</td>\n</tr>\n<tr>\n<td>ispname</td>\n<td>Provider name</td>\n</tr>\n<tr>\n<td>paymentmethods</td>\n<td>Payment methods</td>\n</tr>\n<tr>\n<td>paymentservices</td>\n<td>Payment services</td>\n</tr>\n<tr>\n<td>framework</td>\n<td>Used framework</td>\n</tr>\n<tr>\n<td>visitorrange</td>\n<td>Range visitor</td>\n</tr>\n<tr>\n<td>domainclass</td>\n<td>Indicates the domain class(PORTAL, BLOG, ...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>domains.filter(framework=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.filter(framework=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>To use this limit field, use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>domains.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>domains.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3aafd90e-7464-477c-9021-3d981f0f8928","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=domains&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"domains"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"\",\n                    \"DomainName\": \"dc.bbtecno.com.br\",\n                    \"FinalDomainName\": \"https://dc.bbtecno.com.br/component/users/?view=login\",\n                    \"DomainClass\": \"PORTAL\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"nginx/1.12.1\",\n                    \"DevelopmentLanguage\": \"PHP/5.6.30-0+deb8u1\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"Cobra Tecnologia S/A\",\n                    \"IspCountry\": \"Brazil\",\n                    \"IspRegion\": \"Sao Paulo\",\n                    \"IspCity\": \"Sao Paulo\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 452.98560000000003,\n                    \"AvgPageSize\": 5858,\n                    \"CaptureDate\": \"2017-10-24T01:56:56.353Z\",\n                    \"RegistrationDate\": \"2013-05-13T00:00:00Z\",\n                    \"ExpirationDate\": \"2024-05-13T00:00:00Z\",\n                    \"IsActive\": false,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=RapidSSL SHA256 CA, O=GeoTrust Inc., C=US\",\n                            \"Subject\": \"CN=*.bbtecno.com.br\",\n                            \"ExpirationDate\": \"4/30/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"be688b0a-5fdd-4a2a-aea4-49c592b23a62\",\n    \"ElapsedMilliseconds\": 995,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d6564c70-aaa2-4cc2-9f5d-82b746f0ec48","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"\",\n                    \"DomainName\": \"dc.bbtecno.com.br\",\n                    \"FinalDomainName\": \"https://dc.bbtecno.com.br/component/users/?view=login\",\n                    \"DomainClass\": \"PORTAL\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"nginx/1.12.1\",\n                    \"DevelopmentLanguage\": \"PHP/5.6.30-0+deb8u1\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"Cobra Tecnologia S/A\",\n                    \"IspCountry\": \"Brazil\",\n                    \"IspRegion\": \"Sao Paulo\",\n                    \"IspCity\": \"Sao Paulo\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 452.98560000000003,\n                    \"AvgPageSize\": 5858,\n                    \"CaptureDate\": \"2017-10-24T01:56:56.353Z\",\n                    \"RegistrationDate\": \"2013-05-13T00:00:00Z\",\n                    \"ExpirationDate\": \"2024-05-13T00:00:00Z\",\n                    \"IsActive\": false,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=RapidSSL SHA256 CA, O=GeoTrust Inc., C=US\",\n                            \"Subject\": \"CN=*.bbtecno.com.br\",\n                            \"ExpirationDate\": \"4/30/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"be688b0a-5fdd-4a2a-aea4-49c592b23a62\",\n    \"ElapsedMilliseconds\": 995,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d40e0725-2fa8-4acc-b320-e5ca791f0f1b"},{"name":"Emails","id":"00b31299-2618-448d-8549-c890bafe6a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Email Address (es), Email Type, and Usage Indicators.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ValidationStatus</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>WORK, PERSONAL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Email type (WORK, PERSONAL )</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Email frequency</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Email frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Email frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Email frequency including validation</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Email frequency referring to some query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Email month average frequency</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Email number of related entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Validation status</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation date</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Type</td>\n<td>work, personal</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>validationstatus</td>\n<td>Status</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Email domain</td>\n<td>gmail.com, yahoo.com.br, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>emails.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>By default, this dataset will return 4 Emails Data. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>emails.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>emails.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"36574928-c90b-48bd-88c9-12cdb5b0ed81","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                  \"EmailAddress\": \"teste@gmail.com\",\n\t\t          \"Type\": \"personal\",\n\t\t          \"EmailTotalPassages\": 8,\n\t\t          \"EmailBadPassages\": 0,\n\t\t          \"EmailCrawlingPassages\": -1,\n\t\t          \"EmailValidationPassages\": -1,\n\t\t          \"EmailQueryPassages\": -1,\n\t\t          \"EmailMonthAveragePassages\": -1,\n\t\t          \"EmailNumberOfEntities\": 1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": false,\n\t\t          \"ValidationStatus\": \"\",\n\t\t          \"LastValidationDate\": \"0001-01-01T00:00:00Z\",\n\t\t          \"FirstPassageDate\": \"2011-08-25T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2011-11-08T00:00:00Z\",\n\t\t          \"CreationDate\": \"2011-08-25T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2011-11-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"44856d59-d864-4af7-96e3-c12f948474f8\",\n    \"ElapsedMilliseconds\": 52,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"66a87a7a-3f17-4d39-bcbf-020bbe8bf375","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=emails&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"emails"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                  \"EmailAddress\": \"teste@gmail.com\",\n\t\t          \"Type\": \"personal\",\n\t\t          \"EmailTotalPassages\": 8,\n\t\t          \"EmailBadPassages\": 0,\n\t\t          \"EmailCrawlingPassages\": -1,\n\t\t          \"EmailValidationPassages\": -1,\n\t\t          \"EmailQueryPassages\": -1,\n\t\t          \"EmailMonthAveragePassages\": -1,\n\t\t          \"EmailNumberOfEntities\": 1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": false,\n\t\t          \"ValidationStatus\": \"\",\n\t\t          \"LastValidationDate\": \"0001-01-01T00:00:00Z\",\n\t\t          \"FirstPassageDate\": \"2011-08-25T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2011-11-08T00:00:00Z\",\n\t\t          \"CreationDate\": \"2011-08-25T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2011-11-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"44856d59-d864-4af7-96e3-c12f948474f8\",\n    \"ElapsedMilliseconds\": 52,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"00b31299-2618-448d-8549-c890bafe6a61"},{"name":"Emails - Related people","id":"4e60a161-696e-4448-af42-96d699d678d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset which returns email addresses from related people.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Type</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Total passages</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Total suspicious passages</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Total passages by crawling</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Total passages including some kind of validation</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Total passages with query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Total average month passages</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Email number of entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if is active</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Validation status</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation date</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First passage date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last passage date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Specifies the types of relationships that should be returned in the search</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"80c2630d-49a9-446d-aaba-ce76efbb401b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_emails&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_emails"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleEmails\": [\n                {\n                    \"EmailAddress\": \"teste@hotmail.com\",\n                    \"Domain\": \"hotmail.com\",\n                    \"UserName\": \"teste\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - personal\",\n                    \"EmailTotalPassages\": 1,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 1,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-05-15T00:00:00Z\",\n                    \"FirstPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"CreationDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-10-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a081bc08-82a8-4a5f-ad82-fefa96239e66","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeopleEmails\": [\n                {\n                    \"EmailAddress\": \"teste@hotmail.com\",\n                    \"Domain\": \"hotmail.com\",\n                    \"UserName\": \"teste\",\n                    \"Type\": \"RELATED - xxxxxxxxxxx - BROTHER - personal\",\n                    \"EmailTotalPassages\": 1,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 1,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-05-15T00:00:00Z\",\n                    \"FirstPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastPassageDate\": \"2011-11-26T00:00:00Z\",\n                    \"CreationDate\": \"2011-11-26T00:00:00Z\",\n                    \"LastUpdateDate\": \"2015-10-08T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4e60a161-696e-4448-af42-96d699d678d5"},{"name":"Financial Data","id":"1cd136ad-5829-4c4f-a507-f9d99d4a4e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"financial_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Estimated Income, Income Tax Return and Agency data and what bank the person has received the refund.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IncomeEstimates</td>\n<td>1/2 A 1 SM, DE 1 A 1,5 SM, ATE 2 SM, 2 A 4 SM, 4 A 10 SM, 10 A 20 SM, ACIMA DE 20 SM.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Obs:</strong> SM -&gt; Brazil's Minimum Wage</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxReturns.Year</td>\n<td>Tax return's year</td>\n</tr>\n<tr>\n<td>TaxReturns.Status</td>\n<td>Tax return's status</td>\n</tr>\n<tr>\n<td>TaxReturns.Bank</td>\n<td>Tax return's bank</td>\n</tr>\n<tr>\n<td>TaxReturns.Branch</td>\n<td>Tax return's branch</td>\n</tr>\n<tr>\n<td>TaxReturns.Batch</td>\n<td>Tax return's batch</td>\n</tr>\n<tr>\n<td>TaxReturns.IsVipBranch</td>\n<td>Indicates whether the person belongs to a premium segment at the bank</td>\n</tr>\n<tr>\n<td>TaxReturns.CaptureDate</td>\n<td>Capture date</td>\n</tr>\n<tr>\n<td>TaxReturns.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>TaxReturns.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>IncomeEstimates</td>\n<td>Income estimates</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>taxreturns_year</td>\n<td>Year of tax return</td>\n<td>2015, 2017, 2018, ...</td>\n</tr>\n<tr>\n<td>taxreturns_status</td>\n<td>status of tax return</td>\n<td>CREDITADA, SALDO INEXISTENTE DE IMPOSTO A PAGAR OU A RESTITUIR, IMPOSTO A PAGAR, SUA DECLARACAO JA FOI PROCESSADA, AGUARDANDO REAGENDAMENTO PELO CONTRIBUINTE ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>financial_data.filter(taxreturns_year=2015)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>financial_data.filter(taxreturns_year=2015)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"7a8ddc78-ad6d-4957-8b43-48ee85057755","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"financial_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FinantialData\": {\n                \"TotalAssets\": \"500K A 1MM\",\n\t\t        \"TaxReturns\": [\n\t\t          {\n\t\t            \"Year\": \"2015\",\n\t\t            \"Status\": \"CREDITADA\",\n\t\t            \"Bank\": \"BANCO DO BRASIL\",\n\t\t            \"Branch\": \"4448\",\n\t\t            \"Batch\": \"006\",\n\t\t            \"IsVipBranch\": false,\n\t\t            \"CaptureDate\": \"2018-05-30T00:00:00Z\",\n\t\t            \"CreationDate\": \"2018-05-30T00:00:00Z\",\n\t\t            \"LastUpdateDate\": \"2018-05-30T00:00:00Z\"\n\t\t          }\n\t\t        ],\n\t\t        \"IncomeEstimates\": {\n\t\t          \"MTE\": \"3 - 4 A 10 SM\",\n\t\t          \"IBGE\": \"4 - 10 A 20 SM\",\n\t\t          \"BIGDATA\": \"4 A 10 SM\",\n\t\t          \"COMPANY OWNERSHIP\": \"ACIMA DE 20 SM\"\n\t\t        },\n                \"CreationDate\": \"2017-03-15T00:00:00Z\",\n                \"LastUpdateDate\": \"2018-01-10T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"9522f993-71a0-4446-b6f6-13e1b12f30b1\",\n    \"ElapsedMilliseconds\": 235,\n    \"Status\": {\n        \"financial_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a45eab19-897f-49ee-80c8-72f14b1468be","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=financial_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"financial_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FinantialData\": {\n                \"TotalAssets\": \"500K A 1MM\",\n\t\t        \"TaxReturns\": [\n\t\t          {\n\t\t            \"Year\": \"2015\",\n\t\t            \"Status\": \"CREDITADA\",\n\t\t            \"Bank\": \"BANCO DO BRASIL\",\n\t\t            \"Branch\": \"4448\",\n\t\t            \"Batch\": \"006\",\n\t\t            \"IsVipBranch\": false,\n\t\t            \"CaptureDate\": \"2018-05-30T00:00:00Z\",\n\t\t            \"CreationDate\": \"2018-05-30T00:00:00Z\",\n\t\t            \"LastUpdateDate\": \"2018-05-30T00:00:00Z\"\n\t\t          }\n\t\t        ],\n\t\t        \"IncomeEstimates\": {\n\t\t          \"MTE\": \"3 - 4 A 10 SM\",\n\t\t          \"IBGE\": \"4 - 10 A 20 SM\",\n\t\t          \"BIGDATA\": \"4 A 10 SM\",\n\t\t          \"COMPANY OWNERSHIP\": \"ACIMA DE 20 SM\"\n\t\t        },\n                \"CreationDate\": \"2017-03-15T00:00:00Z\",\n                \"LastUpdateDate\": \"2018-01-10T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"9522f993-71a0-4446-b6f6-13e1b12f30b1\",\n    \"ElapsedMilliseconds\": 235,\n    \"Status\": {\n        \"financial_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1cd136ad-5829-4c4f-a507-f9d99d4a4e7d"},{"name":"Flags and Features","id":"e050e29f-ed90-47d2-892c-18fc1341662f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"flags_and_features\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as general Findability, Findability by email and Job Stability Indicator.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ModelInputKey</td>\n<td>Model Input key</td>\n</tr>\n<tr>\n<td>ModelDescription</td>\n<td>Model description</td>\n</tr>\n<tr>\n<td>ModelName</td>\n<td>Model Name</td>\n</tr>\n<tr>\n<td>ModelRating</td>\n<td>Model rating</td>\n</tr>\n<tr>\n<td>ModelScore</td>\n<td>Model score</td>\n</tr>\n<tr>\n<td>CalculationDate</td>\n<td>Calculation date</td>\n</tr>\n<tr>\n<td>ReferenceDate</td>\n<td>Reference date</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below is a table that looks at some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ModelName</td>\n<td>Employment Stability, General Findability, Findability by Email, Findability by Phone, Findability by Address, Litigiousness Level, Entrepreneurship Level</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"models\">Models</h3>\n<p>Here are the model names and their possible descriptions:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Model name</th>\n<th>Model description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Employment Stability</td>\n<td>This model estimates how likely it is that the person will remain in their current occupation, based on past behavior and market conditions</td>\n</tr>\n<tr>\n<td>Entrepreneurship Level</td>\n<td>This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior</td>\n</tr>\n<tr>\n<td>Litigiousness Level</td>\n<td>This model estimates how willing to sue another person or company this person is, based on past behavior</td>\n</tr>\n<tr>\n<td>General Findability</td>\n<td>This model estimates how likely you are to be able to find and talk to this person, through any available communications channel</td>\n</tr>\n<tr>\n<td>Findability by Email</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through e-mail</td>\n</tr>\n<tr>\n<td>Findability by Phone</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through phone</td>\n</tr>\n<tr>\n<td>Findability by Address</td>\n<td>This model estimates how likely you are to be able to find and talk to this person through regular mail</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters\">Filters</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>modelinputkey</td>\n<td>Model Input key</td>\n</tr>\n<tr>\n<td>modeldescription</td>\n<td>Model description</td>\n</tr>\n<tr>\n<td>modelname</td>\n<td>Model Name</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>flags_and_features.filter(modelinputkey=document)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>flags_and_features.filter(modelinputkey=document)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"76250714-d80f-412a-a9ef-82b457082523","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=flags_and_features&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"flags_and_features"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FlagsAndFeatures\": [\n                {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Employment Stability\",\n\t\t          \"ModelName\": \"Employment Stability\",\n\t\t          \"ModelRating\": \"B\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2018-10-19T00:00:00Z\",\n\t\t          \"ReferenceDate\": \"2018-10-19T00:00:00Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"General Findability\",\n\t\t          \"ModelName\": \"General Findability\",\n\t\t          \"ModelRating\": \"\",\n\t\t          \"ModelScore\": 0.5255606253333334,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Email\",\n\t\t          \"ModelName\": \"Findability by Email\",\n\t\t          \"ModelRating\": \"U\",\n\t\t          \"ModelScore\": 1,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Phone\",\n\t\t          \"ModelName\": \"Findability by Phone\",\n\t\t          \"ModelRating\": \"B\",\n\t\t          \"ModelScore\": 0.510224232,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Address\",\n\t\t          \"ModelName\": \"Findability by Address\",\n\t\t          \"ModelRating\": \"A\",\n\t\t          \"ModelScore\": 0.06645764400000001,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"This model estimates how willing to sue another person or company this person is, based on past behavior\",\n\t\t          \"ModelName\": \"Litigiousness Level\",\n\t\t          \"ModelRating\": \"E\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n\t\t          \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior\",\n\t\t          \"ModelName\": \"Entrepreneurship Level\",\n\t\t          \"ModelRating\": \"H\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n\t\t          \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n\t\t        }\n            ]\n        }\n    ],\n    \"QueryId\": \"379e5945-e27c-49da-8b38-9e456f20f4e1\",\n    \"ElapsedMilliseconds\": 129,\n    \"Status\": {\n        \"flags_and_features\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"db24bd5b-82a6-4a40-8b41-820b51043b4a","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"flags_and_features\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"FlagsAndFeatures\": [\n                {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Employment Stability\",\n\t\t          \"ModelName\": \"Employment Stability\",\n\t\t          \"ModelRating\": \"B\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2018-10-19T00:00:00Z\",\n\t\t          \"ReferenceDate\": \"2018-10-19T00:00:00Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"General Findability\",\n\t\t          \"ModelName\": \"General Findability\",\n\t\t          \"ModelRating\": \"\",\n\t\t          \"ModelScore\": 0.5255606253333334,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Email\",\n\t\t          \"ModelName\": \"Findability by Email\",\n\t\t          \"ModelRating\": \"U\",\n\t\t          \"ModelScore\": 1,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Phone\",\n\t\t          \"ModelName\": \"Findability by Phone\",\n\t\t          \"ModelRating\": \"B\",\n\t\t          \"ModelScore\": 0.510224232,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"Findability by Address\",\n\t\t          \"ModelName\": \"Findability by Address\",\n\t\t          \"ModelRating\": \"A\",\n\t\t          \"ModelScore\": 0.06645764400000001,\n\t\t          \"CalculationDate\": \"2019-02-01T00:00:04.9944961Z\",\n\t\t          \"ReferenceDate\": \"2019-02-01T00:00:04.9944961Z\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"This model estimates how willing to sue another person or company this person is, based on past behavior\",\n\t\t          \"ModelName\": \"Litigiousness Level\",\n\t\t          \"ModelRating\": \"E\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n\t\t          \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n\t\t        },\n\t\t        {\n\t\t          \"ModelInputKey\": \"Document\",\n\t\t          \"ModelDescription\": \"This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior\",\n\t\t          \"ModelName\": \"Entrepreneurship Level\",\n\t\t          \"ModelRating\": \"H\",\n\t\t          \"ModelScore\": -1,\n\t\t          \"CalculationDate\": \"2019-04-09T11:57:57.0305151-03:00\",\n\t\t          \"ReferenceDate\": \"2019-04-09T11:57:57.0305151-03:00\"\n\t\t        }\n            ]\n        }\n    ],\n    \"QueryId\": \"379e5945-e27c-49da-8b38-9e456f20f4e1\",\n    \"ElapsedMilliseconds\": 129,\n    \"Status\": {\n        \"flags_and_features\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e050e29f-ed90-47d2-892c-18fc1341662f"},{"name":"Interests and Behaviors","id":"757c0cf5-f76a-44cd-95ba-e1f9a4894228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"interests_and_behaviors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Credit Card Usage Level, Participation in Mileage Programs, and Interest by Category.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditCardScore</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>ProductReseller</td>\n<td>TRUE, FALSE</td>\n</tr>\n<tr>\n<td>MilesProgram</td>\n<td>TRUE, FALSE</td>\n</tr>\n<tr>\n<td>OnlineInvestor</td>\n<td>TRUE, FALSE</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Behaviors.ProductReseller</td>\n<td>Indicates whether the person is a product reseller</td>\n</tr>\n<tr>\n<td>Behaviors.CreditCardScore</td>\n<td>Indicates whether the person has credit card score</td>\n</tr>\n<tr>\n<td>Behaviors.MilesProgram</td>\n<td>Indicates whether the person participates in the miles program</td>\n</tr>\n<tr>\n<td>Behaviors.OnlineInvestor</td>\n<td>indicates whether the person is a online investor</td>\n</tr>\n<tr>\n<td>CategoriesOfInterest</td>\n<td>Person's categories of interest</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Attention</strong></p>\n<p>In this query you are charged per individual attribute within Dataset. If you want to select only a few attributes, you can use as shown below:</p>\n<p><strong>Get</strong>: </p>\n<p>Datasets=<strong>interests_and_behaviors{SportAndLeisure,Housewares,CreditCardScore}</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"Datasets\"=\"<strong>interests_and_behaviors{SportAndLeisure,Housewares,CreditCardScore}</strong>\" <br /></p>\n<h3 id=\"categoriesofinterest\">CategoriesOfInterest</h3>\n<p>Below follow all the returned CategoriesOfInterest: </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>CategoriesOfInterest</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Automotive</td>\n</tr>\n<tr>\n<td>Baby</td>\n</tr>\n<tr>\n<td>BeautyAndHealth</td>\n</tr>\n<tr>\n<td>BeverageAndFood</td>\n</tr>\n<tr>\n<td>Bodybuilding</td>\n</tr>\n<tr>\n<td>Books</td>\n</tr>\n<tr>\n<td>Computing</td>\n</tr>\n<tr>\n<td>Delivery</td>\n</tr>\n<tr>\n<td>Eletronics</td>\n</tr>\n<tr>\n<td>Entertainment</td>\n</tr>\n<tr>\n<td>FashionAndAcessories</td>\n</tr>\n<tr>\n<td>Games</td>\n</tr>\n<tr>\n<td>HomeAndDecoration</td>\n</tr>\n<tr>\n<td>Housewares</td>\n</tr>\n<tr>\n<td>MobileTelco</td>\n</tr>\n<tr>\n<td>MusicalInstruments</td>\n</tr>\n<tr>\n<td>Service</td>\n</tr>\n<tr>\n<td>SportAndLeisure</td>\n</tr>\n<tr>\n<td>Streaming</td>\n</tr>\n<tr>\n<td>Toys</td>\n</tr>\n<tr>\n<td>TravelAndTourism</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0eba56c3-f6b0-45da-9249-9fe0d50e0480","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=interests_and_behaviors&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"interests_and_behaviors"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"InterestsAndBehaviors\": {\n                \"Behaviors\": {\n                  \"ProductReseller\": \"False\",\n\t\t          \"CreditCardScore\": \"A\",\n\t\t          \"MilesProgram\": \"False\",\n\t\t          \"OnlineInvestor\": \"True\"\n                },\n                \"CategoriesOfInterest\": {\n                    \"Automotive\": 0,\n                    \"Baby\": 0,\n                    \"BeautyAndHealth\": 0,\n                    \"BeverageAndFood\": 0,\n                    \"Bodybuilding\": 0,\n                    \"Books\": 0,\n                    \"Computing\": 0,\n                    \"Delivery\": 0,\n                    \"Eletronics\": 0,\n                    \"Entertainment\": 0,\n                    \"FashionAndAcessories\": 0,\n                    \"Games\": 0.125,\n                    \"HomeAndDecoration\": 0,\n                    \"Housewares\": 0,\n                    \"MobileTelco\": 0,\n                    \"MusicalInstruments\": 0,\n                    \"Service\": 0,\n                    \"SportAndLeisure\": 0,\n                    \"Streaming\": 0,\n                    \"Toys\": 0,\n                    \"TravelAndTourism\": 0\n                }\n            }\n        }\n    ],\n    \"QueryId\": \"ce928a4d-62b5-4817-8503-42abad08ae80\",\n    \"ElapsedMilliseconds\": 145,\n    \"Status\": {\n        \"niches\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dd6001e4-d94e-4571-bbe3-0604e51293f5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"interests_and_behaviors\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"InterestsAndBehaviors\": {\n                \"Behaviors\": {\n                  \"ProductReseller\": \"False\",\n\t\t          \"CreditCardScore\": \"A\",\n\t\t          \"MilesProgram\": \"False\",\n\t\t          \"OnlineInvestor\": \"True\"\n                },\n                \"CategoriesOfInterest\": {\n                    \"Automotive\": 0,\n                    \"Baby\": 0,\n                    \"BeautyAndHealth\": 0,\n                    \"BeverageAndFood\": 0,\n                    \"Bodybuilding\": 0,\n                    \"Books\": 0,\n                    \"Computing\": 0,\n                    \"Delivery\": 0,\n                    \"Eletronics\": 0,\n                    \"Entertainment\": 0,\n                    \"FashionAndAcessories\": 0,\n                    \"Games\": 0.125,\n                    \"HomeAndDecoration\": 0,\n                    \"Housewares\": 0,\n                    \"MobileTelco\": 0,\n                    \"MusicalInstruments\": 0,\n                    \"Service\": 0,\n                    \"SportAndLeisure\": 0,\n                    \"Streaming\": 0,\n                    \"Toys\": 0,\n                    \"TravelAndTourism\": 0\n                }\n            }\n        }\n    ],\n    \"QueryId\": \"ce928a4d-62b5-4817-8503-42abad08ae80\",\n    \"ElapsedMilliseconds\": 145,\n    \"Status\": {\n        \"niches\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"757c0cf5-f76a-44cd-95ba-e1f9a4894228"},{"name":"KYC Information","id":"fd9185b5-650e-4a09-ad66-f988c5044ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as National PPE Indicator, Presence on terrorist lists and Presence in money laundering lists.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PEPHistory.Level</td>\n<td>Level of PEP (Politically Exposed Person)</td>\n</tr>\n<tr>\n<td>PEPHistory.JobTitle</td>\n<td>Job title</td>\n</tr>\n<tr>\n<td>PEPHistory.Department</td>\n<td>Department</td>\n</tr>\n<tr>\n<td>PEPHistory.Motive</td>\n<td>Motive</td>\n</tr>\n<tr>\n<td>PEPHistory.Source</td>\n<td>Source</td>\n</tr>\n<tr>\n<td>PEPHistory.EndDate</td>\n<td>Date in which the person ceased to be a PEP</td>\n</tr>\n<tr>\n<td>PEPHistory.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>PEPHistory.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>IsCurrentlyPEP</td>\n<td>Indicates whether the person is currently a PEP</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>Source of the sanction</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Type of the saction</td>\n</tr>\n<tr>\n<td>SanctionsHistory.MatchRate</td>\n<td>Indication of how closely the name matches</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Details</td>\n<td>Details</td>\n</tr>\n<tr>\n<td>SanctionsHistory.StartDate</td>\n<td>Sanction's starting date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.EndDate</td>\n<td>Sanction's ending date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>IsCurrentlySanctioned</td>\n<td>Indicates whether the person is currently under any sanction</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minmatch</td>\n<td>Minimum Match Rate for the IsCurrentlySanctioned to be set to true (default: 70)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Returned values</strong></p>\n<p>Below is a table that looks at some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field name</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>GOVUK, EU, FBI, INTERPOL, OFAC, UNSC, PEP, CEAF, CNEP, SLAVERY, WARRANTS</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Money Laundering, Terrorist, Law Enforcement</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pep_level</td>\n<td>PEP level</td>\n</tr>\n<tr>\n<td>pep_job</td>\n<td>PEP job title</td>\n</tr>\n<tr>\n<td>pep_motive</td>\n<td>PEP motive</td>\n</tr>\n<tr>\n<td>sanctions_source</td>\n<td>Sanctions source</td>\n</tr>\n<tr>\n<td>sanctions_type</td>\n<td>Sanctions type</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>kyc.filter(type=[cnep,slavery])</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>kyc.filter(type=[cnep,slavery])</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3caf0052-ca6d-4ccd-9910-4cb9fdd0461c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n                \"PEPHistory\": [\r\n                    {\r\n                        \"Level\": \"2\",\r\n\t\t\t            \"JobTitle\": \"FAMILIAR\",\r\n\t\t\t            \"Department\": \"\",\r\n\t\t\t            \"Motive\": \"MOTHER\",\r\n\t\t\t            \"Source\": \"BIGDATACORP\",\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"2024-02-20T00:00:00Z\",\r\n\t\t\t            \"CreationDate\": \"2019-03-11T09:02:03Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-03-11T09:02:03Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlyPEP\": true,\r\n                \"SanctionsHistory\": [\r\n\t\t          {\r\n\t\t            \"Source\": \"CNEP\",\r\n\t\t            \"Type\": \"\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"NameInformedBySanctioningBody\": \"\",\r\n\t\t              \"ProcessNumber\": \"\",\r\n\t\t              \"SanctioningBody\": \"\",\r\n\t\t              \"SanctioningBodyStateCode\": \"\",\r\n\t\t              \"InformationOrigin\": \"\",\r\n\t\t              \"InformationOriginDate\": \"\",\r\n\t\t              \"PublicationDate\": \"\",\r\n\t\t              \"Publication\": \"\",\r\n\t\t              \"LegalSubstantiation\": \"\",\r\n\t\t              \"LegalSubstantiationDescription\": \"\",\r\n\t\t              \"TransitDueDate\": \"\",\r\n\t\t              \"FineAmount\": \"\",\r\n\t\t              \"ResjusdicataDate\": \"\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n\t\t            \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n\t\t            \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n\t\t            \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"CEAF\",\r\n\t\t            \"Type\": \"DEMISSÃO\",\r\n\t\t            \"MatchRate\": 100,\r\n\t\t            \"NameUniquenessScore\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"AdministrativelyLinkedOrgan\": \"MF\",\r\n\t\t              \"AdministrativelyLinkedStateCode\": \"PR\",\r\n\t\t              \"EffectivePosition\": \"Assistente Técnico Administrativo\",\r\n\t\t              \"PositionOrFunctionOfTrust\": \"\",\r\n\t\t              \"Activity\": \"\",\r\n\t\t              \"PunishmentOrderNumber\": \"487\",\r\n\t\t              \"PunishmentOrderPublicationDate\": \"12/20/2018 2:00:00 AM\",\r\n\t\t              \"Page\": \"39\",\r\n\t\t              \"DOUSection\": \"2\",\r\n\t\t              \"AdministrativeProcessNumber\": \"16323.720025/2017-77\",\r\n\t\t              \"LegalBasis\": \"8112-132-III - Inassiduidade habitual\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-02-15T16:00:18Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"MTE\",\r\n\t\t            \"Type\": \"Trabalho Escravo\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"ActionYear\": \"\",\r\n\t\t              \"Employer\": \"\",\r\n\t\t              \"Establishment\": \"\",\r\n\t\t              \"State\": \"\",\r\n\t\t              \"AmountOfWorkersInvolved\": \"\",\r\n\t\t              \"CNAE\": \"\",\r\n\t\t              \"IrrecorribilityDate\": \"\"\r\n\t\t            },\r\n\t\t            \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n\t\t            \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"Conselho Nacional de Justiça\",\r\n\t\t            \"Type\": \"Mandados Judiciais\",\r\n\t\t            \"Details\": {\r\n\t\t              \"ArrestWarrantNumber\": \"\",\r\n\t\t              \"State\": \"\",\r\n\t\t              \"Status\": \"\",\r\n\t\t              \"IssuanceDate\": \"\",\r\n\t\t              \"Decision\": \"\",\r\n\t\t              \"ProcessNumber\": \"\",\r\n\t\t              \"ImprisonmentKind\": \"\",\r\n\t\t              \"Magistrate\": \"\",\r\n\t\t              \"Agency\": \"\",\r\n\t\t              \"County\": \"\",\r\n\t\t              \"Nationality\": \"\",\r\n\t\t              \"Recapture\": \"\",\r\n\t\t              \"PenaltyTime\": \"\",\r\n\t\t              \"PrisonRegime\": \"\"\r\n\t\t            },\r\n\t\t            \"CreationDate\": \"2018-11-13T13:29:02.948Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-01-13T13:09:08.608Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"UK Government\",\r\n\t\t            \"MatchRate\": 34,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"MatchedName\": \"\",\r\n\t\t              \"OriginalName\": \"\"\r\n\t\t            }\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"interpol\",\r\n\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t            \"MatchRate\": 50,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"PEDRO IRVIN CORTEZ GRANADOS\",\r\n\t\t              \"Nationalities\": \"EL SALVADOR\",\r\n\t\t              \"language_spoken\": \"spanish\",\r\n\t\t              \"height\": \"1.75 meter\",\r\n\t\t              \"hair_color\": \"black\",\r\n\t\t              \"eyes_color\": \"black\",\r\n\t\t              \"charges\": \"organizaciones terroristas\",\r\n\t\t              \"image\": \"http://www.interpol.int/var/interpol/cache/ws/2017-170275/wanted-getpicture-60028548.jpg\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-06T07:08:02.11Z\",\r\n\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"fbi\",\r\n\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t            \"MatchRate\": 49,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"PEDRO SANTAMARIA\",\r\n\t\t              \"Nationalities\": \"CUBAN\",\r\n\t\t              \"description\": \"conspiracy to commit hobbs act robbery; conspiracy to possess a firearm in furtherance of a crime of violence\",\r\n\t\t              \"hair\": \"black\",\r\n\t\t              \"eyes\": \"brown\",\r\n\t\t              \"height\": \"5'7\\\"\",\r\n\t\t              \"weight\": \"180 pounds\",\r\n\t\t              \"race\": \"black (hispanic)\",\r\n\t\t              \"scars_and_marks\": \"santamaria has a scar on his left forearm.\",\r\n\t\t              \"ncic\": \"w576294395\",\r\n\t\t              \"remarks\": \"santamaria has ties to california, florida, louisiana, and texas.&#160;&#160;\",\r\n\t\t              \"reward\": \"the fbi is offering a reward of up to $10,000 for information leading to the arrest and conviction of pedro santamaria.\",\r\n\t\t              \"details\": \"pedro santamaria is wanted for his alleged involvement in the robbery of a tractor-trailer carrying precious metals traveling from miami, florida, to boston, massachusetts, that occurred in wilson county, north carolina, on march 1, 2015.&#160; santamaria allegedly was a gunman during&#160;the robbery in which&#160;he&#160;allegedly bound and dragged victims into the woods during the robbery. on may 18, 2016,&#160;a federal arrest warrant was issued by the united states district court for the southern district of florida after&#160;santamaria was charged with conspiracy to commit hobbs act robbery and conspiracy to possess a firearm in furtherance of a crime of violence.\",\r\n\t\t              \"status\": \"fugitive\",\r\n\t\t              \"considerations\": \"should be considered armed and dangerous\",\r\n\t\t              \"image\": \"https://www.fbi.gov/wanted/additional/pedro-santamaria/@@images/image/thumb\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-27T07:00:46.057Z\",\r\n\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"eu\",\r\n\t\t            \"Type\": \"Terrorist\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"NameUniquenessScore\": 0.984,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PAULO AUGUSTO SANTOS\",\r\n\t\t              \"SanctionName\": null,\r\n\t\t              \"SanctionAliases|MatchRate\": \"Paulo SUNSAI|31\",\r\n\t\t              \"title\": \"captain\",\r\n\t\t              \"job_title\": \"assistant to the north region military commander\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-31T07:00:04.946Z\",\r\n\t\t            \"LastUpdateDate\": \"2012-05-31T03:00:00Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"ofac\",\r\n\t\t            \"Type\": \"Monay Laundering\",\r\n\t\t            \"MatchRate\": 51,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"Pedro CARDONA MARTINEZ\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-27T07:00:02.269Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-03-26T03:00:00Z\"\r\n\t\t          }\r\n\t\t        ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"e5a460b9-2fe5-4b10-804b-d188bbc336a7","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=kyc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"kyc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n                \"PEPHistory\": [\r\n                    {\r\n                        \"Level\": \"2\",\r\n\t\t\t            \"JobTitle\": \"FAMILIAR\",\r\n\t\t\t            \"Department\": \"\",\r\n\t\t\t            \"Motive\": \"MOTHER\",\r\n\t\t\t            \"Source\": \"BIGDATACORP\",\r\n\t\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t\t            \"EndDate\": \"2024-02-20T00:00:00Z\",\r\n\t\t\t            \"CreationDate\": \"2019-03-11T09:02:03Z\",\r\n\t\t\t            \"LastUpdateDate\": \"2019-03-11T09:02:03Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlyPEP\": true,\r\n                \"SanctionsHistory\": [\r\n\t\t          {\r\n\t\t            \"Source\": \"CNEP\",\r\n\t\t            \"Type\": \"\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"NameInformedBySanctioningBody\": \"\",\r\n\t\t              \"ProcessNumber\": \"\",\r\n\t\t              \"SanctioningBody\": \"\",\r\n\t\t              \"SanctioningBodyStateCode\": \"\",\r\n\t\t              \"InformationOrigin\": \"\",\r\n\t\t              \"InformationOriginDate\": \"\",\r\n\t\t              \"PublicationDate\": \"\",\r\n\t\t              \"Publication\": \"\",\r\n\t\t              \"LegalSubstantiation\": \"\",\r\n\t\t              \"LegalSubstantiationDescription\": \"\",\r\n\t\t              \"TransitDueDate\": \"\",\r\n\t\t              \"FineAmount\": \"\",\r\n\t\t              \"ResjusdicataDate\": \"\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n\t\t            \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n\t\t            \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n\t\t            \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"CEAF\",\r\n\t\t            \"Type\": \"DEMISSÃO\",\r\n\t\t            \"MatchRate\": 100,\r\n\t\t            \"NameUniquenessScore\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"AdministrativelyLinkedOrgan\": \"MF\",\r\n\t\t              \"AdministrativelyLinkedStateCode\": \"PR\",\r\n\t\t              \"EffectivePosition\": \"Assistente Técnico Administrativo\",\r\n\t\t              \"PositionOrFunctionOfTrust\": \"\",\r\n\t\t              \"Activity\": \"\",\r\n\t\t              \"PunishmentOrderNumber\": \"487\",\r\n\t\t              \"PunishmentOrderPublicationDate\": \"12/20/2018 2:00:00 AM\",\r\n\t\t              \"Page\": \"39\",\r\n\t\t              \"DOUSection\": \"2\",\r\n\t\t              \"AdministrativeProcessNumber\": \"16323.720025/2017-77\",\r\n\t\t              \"LegalBasis\": \"8112-132-III - Inassiduidade habitual\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-02-15T16:00:18Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-02-15T16:00:18Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"MTE\",\r\n\t\t            \"Type\": \"Trabalho Escravo\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"Details\": {\r\n\t\t              \"ActionYear\": \"\",\r\n\t\t              \"Employer\": \"\",\r\n\t\t              \"Establishment\": \"\",\r\n\t\t              \"State\": \"\",\r\n\t\t              \"AmountOfWorkersInvolved\": \"\",\r\n\t\t              \"CNAE\": \"\",\r\n\t\t              \"IrrecorribilityDate\": \"\"\r\n\t\t            },\r\n\t\t            \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n\t\t            \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"Conselho Nacional de Justiça\",\r\n\t\t            \"Type\": \"Mandados Judiciais\",\r\n\t\t            \"Details\": {\r\n\t\t              \"ArrestWarrantNumber\": \"\",\r\n\t\t              \"State\": \"\",\r\n\t\t              \"Status\": \"\",\r\n\t\t              \"IssuanceDate\": \"\",\r\n\t\t              \"Decision\": \"\",\r\n\t\t              \"ProcessNumber\": \"\",\r\n\t\t              \"ImprisonmentKind\": \"\",\r\n\t\t              \"Magistrate\": \"\",\r\n\t\t              \"Agency\": \"\",\r\n\t\t              \"County\": \"\",\r\n\t\t              \"Nationality\": \"\",\r\n\t\t              \"Recapture\": \"\",\r\n\t\t              \"PenaltyTime\": \"\",\r\n\t\t              \"PrisonRegime\": \"\"\r\n\t\t            },\r\n\t\t            \"CreationDate\": \"2018-11-13T13:29:02.948Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-01-13T13:09:08.608Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"UK Government\",\r\n\t\t            \"MatchRate\": 34,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"MatchedName\": \"\",\r\n\t\t              \"OriginalName\": \"\"\r\n\t\t            }\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"interpol\",\r\n\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t            \"MatchRate\": 50,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"PEDRO IRVIN CORTEZ GRANADOS\",\r\n\t\t              \"Nationalities\": \"EL SALVADOR\",\r\n\t\t              \"language_spoken\": \"spanish\",\r\n\t\t              \"height\": \"1.75 meter\",\r\n\t\t              \"hair_color\": \"black\",\r\n\t\t              \"eyes_color\": \"black\",\r\n\t\t              \"charges\": \"organizaciones terroristas\",\r\n\t\t              \"image\": \"http://www.interpol.int/var/interpol/cache/ws/2017-170275/wanted-getpicture-60028548.jpg\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-06T07:08:02.11Z\",\r\n\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"fbi\",\r\n\t\t            \"Type\": \"Law Enforcement\",\r\n\t\t            \"MatchRate\": 49,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"PEDRO SANTAMARIA\",\r\n\t\t              \"Nationalities\": \"CUBAN\",\r\n\t\t              \"description\": \"conspiracy to commit hobbs act robbery; conspiracy to possess a firearm in furtherance of a crime of violence\",\r\n\t\t              \"hair\": \"black\",\r\n\t\t              \"eyes\": \"brown\",\r\n\t\t              \"height\": \"5'7\\\"\",\r\n\t\t              \"weight\": \"180 pounds\",\r\n\t\t              \"race\": \"black (hispanic)\",\r\n\t\t              \"scars_and_marks\": \"santamaria has a scar on his left forearm.\",\r\n\t\t              \"ncic\": \"w576294395\",\r\n\t\t              \"remarks\": \"santamaria has ties to california, florida, louisiana, and texas.&#160;&#160;\",\r\n\t\t              \"reward\": \"the fbi is offering a reward of up to $10,000 for information leading to the arrest and conviction of pedro santamaria.\",\r\n\t\t              \"details\": \"pedro santamaria is wanted for his alleged involvement in the robbery of a tractor-trailer carrying precious metals traveling from miami, florida, to boston, massachusetts, that occurred in wilson county, north carolina, on march 1, 2015.&#160; santamaria allegedly was a gunman during&#160;the robbery in which&#160;he&#160;allegedly bound and dragged victims into the woods during the robbery. on may 18, 2016,&#160;a federal arrest warrant was issued by the united states district court for the southern district of florida after&#160;santamaria was charged with conspiracy to commit hobbs act robbery and conspiracy to possess a firearm in furtherance of a crime of violence.\",\r\n\t\t              \"status\": \"fugitive\",\r\n\t\t              \"considerations\": \"should be considered armed and dangerous\",\r\n\t\t              \"image\": \"https://www.fbi.gov/wanted/additional/pedro-santamaria/@@images/image/thumb\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-27T07:00:46.057Z\",\r\n\t\t            \"LastUpdateDate\": \"0001-01-01T00:00:00\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"eu\",\r\n\t\t            \"Type\": \"Terrorist\",\r\n\t\t            \"MatchRate\": 0,\r\n\t\t            \"NameUniquenessScore\": 0.984,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PAULO AUGUSTO SANTOS\",\r\n\t\t              \"SanctionName\": null,\r\n\t\t              \"SanctionAliases|MatchRate\": \"Paulo SUNSAI|31\",\r\n\t\t              \"title\": \"captain\",\r\n\t\t              \"job_title\": \"assistant to the north region military commander\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-31T07:00:04.946Z\",\r\n\t\t            \"LastUpdateDate\": \"2012-05-31T03:00:00Z\"\r\n\t\t          },\r\n\t\t          {\r\n\t\t            \"Source\": \"ofac\",\r\n\t\t            \"Type\": \"Monay Laundering\",\r\n\t\t            \"MatchRate\": 51,\r\n\t\t            \"NameUniquenessScore\": 1,\r\n\t\t            \"Details\": {\r\n\t\t              \"OriginalName\": \"PEDRO DA MOREIRA\",\r\n\t\t              \"SanctionName\": \"Pedro CARDONA MARTINEZ\"\r\n\t\t            },\r\n\t\t            \"StartDate\": \"0001-01-01T00:00:00\",\r\n\t\t            \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n\t\t            \"CreationDate\": \"2019-03-27T07:00:02.269Z\",\r\n\t\t            \"LastUpdateDate\": \"2019-03-26T03:00:00Z\"\r\n\t\t          }\r\n\t\t        ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"fd9185b5-650e-4a09-ad66-f988c5044ef3"},{"name":"Media Profile and Exposure","id":"27b1e185-1918-48c1-9b08-8c978763b9bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Media Exposure Indicator, Celebrity Level Indicator, and Unpopularity Indicator. The Exposure and Profile in the Media query accepts the following search parameters:</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MediaExposureLevel</td>\n<td>Level of exposure to the media</td>\n</tr>\n<tr>\n<td>CelebrityLevel</td>\n<td>Celebrity level</td>\n</tr>\n<tr>\n<td>UnpopularityLevel</td>\n<td>Unpopularity level</td>\n</tr>\n<tr>\n<td>NewsItems.Title</td>\n<td>News' title</td>\n</tr>\n<tr>\n<td>NewsItems.SourceName</td>\n<td>Name of the source responsible for the news</td>\n</tr>\n<tr>\n<td>NewsItems.Url</td>\n<td>News' URL</td>\n</tr>\n<tr>\n<td>NewsItems.Categories</td>\n<td>News' categories</td>\n</tr>\n<tr>\n<td>NewsItems.CaptureDate</td>\n<td>Date in which the news was captured</td>\n</tr>\n<tr>\n<td>NewsItems.PublicationDate</td>\n<td>News' publication date</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc or name</td>\n<td>CPF or name</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keywords</td>\n<td>Key words</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Pagination:</strong> can be done using <em><strong>next</strong></em> parameter using page ID returned by each query as shown in the example bellow:</p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<em><strong>media_profile_and_exposure.next(page ID)</strong></em>&amp;<br />\nq=&amp;<br />\nAccessToken=<br /></p>\n<p>Below is a Get and Post call:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=media_profile_and_exposure&amp;<br />\nq=<strong>name{your_name}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure\",<br />\n  \"q\": \"<strong>name{your_name}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tittle</td>\n<td>title</td>\n</tr>\n<tr>\n<td>sourcename</td>\n<td>News source</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>News category</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><em><strong>Get:</strong></em> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**&amp;<br />\nq=<strong>name{seu_nome}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><em><strong>Post:</strong></em> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**\",<br />\n  \"q\": \"<strong>name{seu_nome}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>By default, this dataset will return 4 Media profile and Exposure Data. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>media_profile_and_exposure.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>media_profile_and_exposure.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"d8d2f42c-ca08-4564-86da-b6847cee43e1","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=media_profile_and_exposure&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"media_profile_and_exposure"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"H\",\r\n                \"NewsItems\": [\r\n                    {\r\n\t\t\t            \"Title\": \"Itaú propõe reeleição de todos os membros do Conselho\",\r\n\t\t\t            \"SourceName\": \"valor\",\r\n\t\t\t            \"Url\": \"https://www.valor.com.br/financas/6179265/itau-propoe-reeleicao-de-todos-os-membros-do-conselho\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 10,\r\n\t\t\t                \"PlacesCount\": 1,\r\n\t\t\t                \"OrganizationsCount\": 3,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"ROBERTO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ALFREDO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOAO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCO AMBROGIO CRESPI BONOMI\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RICARDO VILLELA MARINO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"AMOS GENISH\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GUSTAVO JORGE LABOISSIERE LOYOLA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOSE GALLO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO LUIZ BODIN DE MORAES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"SAO PAULO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"ITAU UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ITAU\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"economy\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-25T14:05:07.268Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-25T09:59:07\"\r\n\t\t\t        },\r\n\t\t\t        {\r\n\t\t\t            \"Title\": \"Caso Bernardo: a cobertura de um júri histórico\",\r\n\t\t\t            \"SourceName\": \"clicrbs\",\r\n\t\t\t            \"Url\": \"https://gauchazh.clicrbs.com.br/colunistas/carlos-etchichury/noticia/2019/03/caso-bernardo-a-cobertura-de-um-juri-historico-cjtbxmuk903yr01ujybljrryn.html\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 21,\r\n\t\t\t                \"PlacesCount\": 2,\r\n\t\t\t                \"OrganizationsCount\": 2,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"BERNARDO\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE KUHN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO SILVEIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LEANDRO BOLDRINI\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EVANDRO WIRGANOVICZ\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARIANA CECCON\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ADRIANA IRION\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EDUARDO MATOS\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LETICIA MENDES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"VITOR ROSA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JEFFERSON BOTEGA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISADORA NEUMANN\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISABEL MARCHEZAN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MILENA SCHOELLER\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCELO MIRANDA BECKER\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JAIME SILVA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LUCIO CHARAO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ANDRESSA XAVIER\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"TRES PASSOS\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"JUSTICA\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RADIO GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"opinion\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-16T21:30:18.486Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-16T17:29:00\"\r\n\t\t\t        }                    \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"f6323892-a86f-40d9-b480-60a14a4ac1b3","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"H\",\r\n                \"NewsItems\": [\r\n                    {\r\n\t\t\t            \"Title\": \"Itaú propõe reeleição de todos os membros do Conselho\",\r\n\t\t\t            \"SourceName\": \"valor\",\r\n\t\t\t            \"Url\": \"https://www.valor.com.br/financas/6179265/itau-propoe-reeleicao-de-todos-os-membros-do-conselho\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 10,\r\n\t\t\t                \"PlacesCount\": 1,\r\n\t\t\t                \"OrganizationsCount\": 3,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"ROBERTO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ALFREDO EGYDIO SETUBAL\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOAO MOREIRA SALLES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCO AMBROGIO CRESPI BONOMI\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RICARDO VILLELA MARINO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"AMOS GENISH\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GUSTAVO JORGE LABOISSIERE LOYOLA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JOSE GALLO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO LUIZ BODIN DE MORAES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"SAO PAULO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"ITAU UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ITAU\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"UNIBANCO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"economy\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-25T14:05:07.268Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-25T09:59:07\"\r\n\t\t\t        },\r\n\t\t\t        {\r\n\t\t\t            \"Title\": \"Caso Bernardo: a cobertura de um júri histórico\",\r\n\t\t\t            \"SourceName\": \"clicrbs\",\r\n\t\t\t            \"Url\": \"https://gauchazh.clicrbs.com.br/colunistas/carlos-etchichury/noticia/2019/03/caso-bernardo-a-cobertura-de-um-juri-historico-cjtbxmuk903yr01ujybljrryn.html\",\r\n\t\t\t            \"SentimentAnalysis\": {\r\n\t\t\t                \"Label\": \"POSITIVE\",\r\n\t\t\t                \"PeopleCount\": 21,\r\n\t\t\t                \"PlacesCount\": 2,\r\n\t\t\t                \"OrganizationsCount\": 2,\r\n\t\t\t                \"Entities\": {\r\n\t\t\t                    \"PEOPLE\": {\r\n\t\t\t                        \"BERNARDO\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE KUHN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO SILVEIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"SANDRO\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"DIONE\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LEANDRO BOLDRINI\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EVANDRO WIRGANOVICZ\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARIANA CECCON\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ADRIANA IRION\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"EDUARDO MATOS\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LETICIA MENDES\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"VITOR ROSA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JEFFERSON BOTEGA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISADORA NEUMANN\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        },\r\n\t\t\t                        \"PEDRO MOREIRA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ISABEL MARCHEZAN\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MILENA SCHOELLER\": {\r\n\t\t\t                            \"Label\": \"POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"MARCELO MIRANDA BECKER\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"JAIME SILVA\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"LUCIO CHARAO\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_POSITIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"ANDRESSA XAVIER\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"PLACES\": {\r\n\t\t\t                        \"TRES PASSOS\": {\r\n\t\t\t                            \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    },\r\n\t\t\t                    \"ORGANIZATIONS\": {\r\n\t\t\t                        \"JUSTICA\": {\r\n\t\t\t                            \"Label\": \"NEGATIVE\"\r\n\t\t\t                        },\r\n\t\t\t                        \"RADIO GAUCHA\": {\r\n\t\t\t                            \"Label\": \"NEUTRAL\"\r\n\t\t\t                        }\r\n\t\t\t                    }\r\n\t\t\t                }\r\n\t\t\t            },\r\n\t\t\t            \"Categories\": [\r\n\t\t\t                \"opinion\"\r\n\t\t\t            ],\r\n\t\t\t            \"CaptureDate\": \"2019-03-16T21:30:18.486Z\",\r\n\t\t\t            \"PublicationDate\": \"2019-03-16T17:29:00\"\r\n\t\t\t        }                    \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"27b1e185-1918-48c1-9b08-8c978763b9bd"},{"name":"Online Ads","id":"e7fcbd3e-809a-4e7f-8a11-1fb407e35ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Categories of products sold, Average value of product sold, and Category with the highest number of ads.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone</td>\n<td>Related phone number</td>\n</tr>\n<tr>\n<td>FirstAdDate</td>\n<td>Date of the first ad</td>\n</tr>\n<tr>\n<td>LastAdDate</td>\n<td>Date of the last ad</td>\n</tr>\n<tr>\n<td>TotalAds</td>\n<td>Total number of ads</td>\n</tr>\n<tr>\n<td>ActiveAds</td>\n<td>Total number of active ads</td>\n</tr>\n<tr>\n<td>MaxActiveAds</td>\n<td>Max active ads</td>\n</tr>\n<tr>\n<td>AdsLast30Days</td>\n<td>Ads published in the last 30 days</td>\n</tr>\n<tr>\n<td>AdsLast90Days</td>\n<td>Ads published in the last 90 days</td>\n</tr>\n<tr>\n<td>AdsLast180Days</td>\n<td>Ads published in the last 180 days</td>\n</tr>\n<tr>\n<td>AdsLast365Days</td>\n<td>Ads published in the last 365 days</td>\n</tr>\n<tr>\n<td>AdsInMainAdPortal</td>\n<td>Ads in the main portal</td>\n</tr>\n<tr>\n<td>AdsInMainAdCategory</td>\n<td>Ads in the main category</td>\n</tr>\n<tr>\n<td>AdMaxValue</td>\n<td>Ad maximum value</td>\n</tr>\n<tr>\n<td>AdMinValue</td>\n<td>Ad minimum value</td>\n</tr>\n<tr>\n<td>AdAvgValue</td>\n<td>Ad average value</td>\n</tr>\n<tr>\n<td>LastAdValue</td>\n<td>Last ad value</td>\n</tr>\n<tr>\n<td>MainAdPortal</td>\n<td>Main ad portal</td>\n</tr>\n<tr>\n<td>MainAdCategory</td>\n<td>Main ad category</td>\n</tr>\n<tr>\n<td>AdPortals</td>\n<td>Ad portals</td>\n</tr>\n<tr>\n<td>AdCategories</td>\n<td>Ad categories</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters\">Filters</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activeads</td>\n<td>Total number of active ads</td>\n</tr>\n<tr>\n<td>totalads</td>\n<td>Total number of ads</td>\n</tr>\n<tr>\n<td>admaxvalue</td>\n<td>Ad maximum value</td>\n</tr>\n<tr>\n<td>adminvalue</td>\n<td>Ad minimum value</td>\n</tr>\n<tr>\n<td>portal</td>\n<td>ad portals</td>\n</tr>\n<tr>\n<td>category</td>\n<td>ad categories</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the filter(field_name=xxxx) parameter, shown in the example URL in the GET and POST methods: </p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>online_ads.filter(totalads=10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.filter(totalads=10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>To set the dataset limit, it is possible to simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>online_ads.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>online_ads.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2fe04912-db59-472f-bae7-f8e2811c0424","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=online_ads&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"online_ads"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"1144223322\",\n                    \"FirstAdDate\": \"2016-05-05T17:52:00Z\",\n                    \"LastAdDate\": \"2016-05-25T04:48:00Z\",\n                    \"TotalAds\": 9,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 0,\n                    \"AdsLast90Days\": 0,\n                    \"AdsLast180Days\": 0,\n                    \"AdsLast365Days\": 2,\n                    \"AdMaxValue\": 7000,\n                    \"AdMinValue\": 750,\n                    \"AdAvgValue\": 1755.5555555555557,\n                    \"CreationDate\": \"2016-05-05T22:15:29.237Z\"\n                },\n                {\n                    \"Phone\": \"11983942666\",\n                    \"FirstAdDate\": \"2017-05-09T15:30:00Z\",\n                    \"LastAdDate\": \"2017-05-19T16:48:00Z\",\n                    \"TotalAds\": 3,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 3,\n                    \"AdsLast90Days\": 3,\n                    \"AdsLast180Days\": 3,\n                    \"AdsLast365Days\": 3,\n                    \"AdMaxValue\": 588,\n                    \"AdMinValue\": 89,\n                    \"AdAvgValue\": 421.66666666666669,\n                    \"CreationDate\": \"2017-05-09T18:15:15.239Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"edb638a0-c944-4b7c-b9c7-d1327bd39125\",\n    \"ElapsedMilliseconds\": 159,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e6890b2d-719a-4e2c-9727-7cb18c9a6b9f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"1144223322\",\n                    \"FirstAdDate\": \"2016-05-05T17:52:00Z\",\n                    \"LastAdDate\": \"2016-05-25T04:48:00Z\",\n                    \"TotalAds\": 9,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 0,\n                    \"AdsLast90Days\": 0,\n                    \"AdsLast180Days\": 0,\n                    \"AdsLast365Days\": 2,\n                    \"AdMaxValue\": 7000,\n                    \"AdMinValue\": 750,\n                    \"AdAvgValue\": 1755.5555555555557,\n                    \"CreationDate\": \"2016-05-05T22:15:29.237Z\"\n                },\n                {\n                    \"Phone\": \"11983942666\",\n                    \"FirstAdDate\": \"2017-05-09T15:30:00Z\",\n                    \"LastAdDate\": \"2017-05-19T16:48:00Z\",\n                    \"TotalAds\": 3,\n                    \"ActiveAds\": -1,\n                    \"MaxActiveAds\": -1,\n                    \"AdsLast30Days\": 3,\n                    \"AdsLast90Days\": 3,\n                    \"AdsLast180Days\": 3,\n                    \"AdsLast365Days\": 3,\n                    \"AdMaxValue\": 588,\n                    \"AdMinValue\": 89,\n                    \"AdAvgValue\": 421.66666666666669,\n                    \"CreationDate\": \"2017-05-09T18:15:15.239Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"edb638a0-c944-4b7c-b9c7-d1327bd39125\",\n    \"ElapsedMilliseconds\": 159,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e7fcbd3e-809a-4e7f-8a11-1fb407e35ec9"},{"name":"Online Presence","id":"9e6288a6-4158-43fa-9997-af06c3f635da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_presence\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Online Buyer Indicator, Internet usage level and Frequency of internet operations.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InternetUsageLevel</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>Eseller</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n<tr>\n<td>Eshopper</td>\n<td>A, B, C, D, E, F, G, H</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Eshopper</td>\n<td>Level of shopping activity online</td>\n</tr>\n<tr>\n<td>Eseller</td>\n<td>Level of selling activity online</td>\n</tr>\n<tr>\n<td>InternetUsageLevel</td>\n<td>Level of internet usage</td>\n</tr>\n<tr>\n<td>WebPassages</td>\n<td>Number of web passages</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"f40768d8-010a-4273-9e39-cf58dbc136c1","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=online_presence&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"online_presence"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlinePresence\": {\n                \t\"Eshopper\":\"A\",\n\t\t\t\t\t\"Eseller\":\"H\",\n\t\t\t\t\t\"InternetUsageLevel\":\"A\",\n\t\t\t\t\t\"WebPassages\":-1,\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"2c8ca3e6-2876-4507-9c91-33db3f512175\",\n    \"ElapsedMilliseconds\": 158,\n    \"Status\": {\n        \"online_presence\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fe6c6880-b1b1-4b7d-8570-5df9aebcab1f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_presence\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlinePresence\": {\n                \t\"Eshopper\":\"A\",\n\t\t\t\t\t\"Eseller\":\"H\",\n\t\t\t\t\t\"InternetUsageLevel\":\"A\",\n\t\t\t\t\t\"WebPassages\":-1,\n\t\t\t\t\t\"CreationDate\":\"2016-08-23T00:00:00Z\",\n\t\t\t\t\t\"LastUpdateDate\":\"2018-10-19T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"2c8ca3e6-2876-4507-9c91-33db3f512175\",\n    \"ElapsedMilliseconds\": 158,\n    \"Status\": {\n        \"online_presence\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9e6288a6-4158-43fa-9997-af06c3f635da"},{"name":"Phones","id":"7f7d3f24-8451-484c-8f3d-fb39acb81a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Phone Number (s), PROCON Indicator, and Primary Phone Indicator.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Area code</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Country code</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Phone type (WORK, MOBILE, ...)</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Phone frequency</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Phone frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>Phone frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Phone frequency including validation</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Phone frequency referring to some query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Phone month average frequency</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Phone number of related entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>PROCON Indicator</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Current carrier</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Plan type</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation passage</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Portability history</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Filter value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Phone type</td>\n<td>mobile, work, home</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If phone is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If phone is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If phone is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isindonotcalllist</td>\n<td>If phone is at PROCON list</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>areacode</td>\n<td>Area code</td>\n<td>21, 11, 61, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>phones.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>phones.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>phones.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"39159abf-9eed-4b35-93db-38e4ca71268c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=phones&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"phones"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c3860340-e711-4177-95e5-974c8a3842d0\",\n    \"ElapsedMilliseconds\": 163,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d12beecc-8dc8-4c03-8b47-0450981fff77","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c3860340-e711-4177-95e5-974c8a3842d0\",\n    \"ElapsedMilliseconds\": 163,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7f7d3f24-8451-484c-8f3d-fb39acb81a0a"},{"name":"Processes","id":"1166ed85-da53-4d8a-a8ee-a4f3ad2a13a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Number of Processes, Total number of processes that a person has and Total number of processes that a person has as author.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CourtName</td>\n<td>trf1, trf2, trf3, trf4, trf5, jfac, jfam, jfap, jfba, jfdf, jfgo, jfma, jfmt, jfpa, jfpi, jfro, jfrr, jfto, jfes, jfrj, jfsp, jfms, jfrs, jfsc, jfpr, jfal, jfce, jfpb, jfpe, jfrn, jfse, tjal, tjba, tjsp, tjrs, tjrj, stj, stf, mpf</td>\n</tr>\n<tr>\n<td>CourtLevel</td>\n<td>1,2,3,4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Lawsuits.Number</td>\n<td>Number of lawsuit</td>\n</tr>\n<tr>\n<td>Lawsuits.Type</td>\n<td>Type of lawsuit</td>\n</tr>\n<tr>\n<td>Lawsuits.MainSubject</td>\n<td>Main subject</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtName</td>\n<td>Court name</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtLevel</td>\n<td>Court level</td>\n</tr>\n<tr>\n<td>Lawsuits.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtType</td>\n<td>Court type</td>\n</tr>\n<tr>\n<td>Lawsuits.JudgingBody</td>\n<td>Judging Body</td>\n</tr>\n<tr>\n<td>Lawsuits.NumberOfVolumes</td>\n<td>Number of volumes</td>\n</tr>\n<tr>\n<td>Lawsuits.NumberOfPages</td>\n<td>Number of pages</td>\n</tr>\n<tr>\n<td>Lawsuits.CourtDistrict</td>\n<td>Court district</td>\n</tr>\n<tr>\n<td>Lawsuits.State</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Lawsuits.Value</td>\n<td>Value</td>\n</tr>\n<tr>\n<td>Lawsuits.PublicationDate</td>\n<td>Publication date</td>\n</tr>\n<tr>\n<td>Lawsuits.NoticeDate</td>\n<td>Notice date</td>\n</tr>\n<tr>\n<td>Lawsuits.CaptureDate</td>\n<td>Capture date</td>\n</tr>\n<tr>\n<td>Lawsuits.LastUpdate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties</td>\n<td>Parties</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Doc</td>\n<td>Document number</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Name</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Polarity</td>\n<td>Polarity</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.Type</td>\n<td>Type</td>\n</tr>\n<tr>\n<td>Lawsuits.Parties.PartyDetails</td>\n<td>Details</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates</td>\n<td>Updates</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.Content</td>\n<td>Content</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.PublishDate</td>\n<td>Publish date</td>\n</tr>\n<tr>\n<td>Lawsuits.Updates.CaptureDate</td>\n<td>Capture date</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions</td>\n<td>Petitions list</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Type</td>\n<td>Petition type</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Author</td>\n<td>Petition's author</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.JoinedDate</td>\n<td>Joined date</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total lawsuits as defendant</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters\">Filters</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>party_type</td>\n<td>Party type</td>\n<td>Author, Lawyer</td>\n</tr>\n<tr>\n<td>mainsubject</td>\n<td>Main subject</td>\n<td>--</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State</td>\n<td>RJ, SP, MG, ES, AM, PE, MA, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status</td>\n<td>--</td>\n</tr>\n<tr>\n<td>court_level</td>\n<td>Court level</td>\n<td>1, 2, 3, 4</td>\n</tr>\n<tr>\n<td>courtname</td>\n<td>Court name</td>\n<td>TJSP, MPF</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Process type</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>processes.filter(state=rj)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.filter(state=rj)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>processes.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>processes.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"aa1d6276-ce22-481b-8fee-b371ac815e4d","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=processes&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"processes"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Processes\": {\n                \"Lawsuits\": [\n                    {\n                        \"Number\": \"0030986-73.2009.4.03.9999\",\n                        \"Type\": \"INDEFINIDO\",\n                        \"MainSubject\": \"SCI - AUXILIO-ACIDENTE (ART. 86), PFDC - AUXILIO-ACIDENTE (ART. 86), 1ª CCR - AUXILIO-ACIDENTE (ART. 86), SCI - ART. 58 ADCT DA CF/88, PFDC - ART. 58 ADCT DA CF/88, 1ª CCR - ART. 58 ADCT DA CF/88, SCI - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, PFDC - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 1ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 3ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, SCI - RESTABELECIMENTO, PFDC - RESTABELECIMENTO, 1ª CCR - RESTABELECIMENTO\",\n                        \"CourtName\": \"MPF\",\n                        \"CourtLevel\": \"0\",\n                        \"CourtType\": \"CRIMINAL\",\n                        \"CourtDistrict\": \"\",\n                        \"JudgingBody\": \"\",\n                        \"State\": \"SP\",\n                        \"Status\": \"\",\n                        \"NumberOfVolumes\": 0,\n                        \"NumberOfPages\": 0,\n                        \"Value\": -1,\n                        \"PublicationDate\": \"2017-07-04T00:00:00Z\",\n                        \"NoticeDate\": \"2017-07-04T00:00:00Z\",\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n                        \"CaptureDate\": \"2017-08-04T00:00:00Z\",\n                        \"LastUpdate\": \"2017-08-04T00:00:00Z\",\n                        \"Parties\": [\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL - INSS\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {\n                                \t\"OAB\": \"115807\"\n                                }\n                            },\n                            {\n                                \"Doc\": \"02773852000147\",\n                                \"Name\": \"PAULO RIBEIRO\",\n                                \"Polarity\": \"Passive\",\n                                \"Type\": \"Defendant\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"TORU YAMAMOTO\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"Reporter\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"03500696000103\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"JUIZO DE DIREITO DA 2 VARA DE COTIA SP\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"TERCEIRO\",\n                                \"PartyDetails\": {}\n                            }\n                        ],\n                        \"Updates\": [\n                            {\n                                \"Content\": \"BAIXA DEFINITIVA A COMARCA DE ORIGEM GRPJ N. GR.2017137509 DESTINO: JUIZO DE DIREITO DA 2 VARA DE COTIA S\",\n                                \"PublishDate\": \"2017-07-17T00:00:00Z\",\n                                \"CaptureDate\": \"2017-08-04T00:00:00Z\"\n                            },\n                            {\n                                \"Content\": \"\",\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\n                                \"CaptureDate\": \"2018-06-14T00:00:00Z\"\n                            }\n                        ],\n                        \"Petitions\": []\n                    },\n                    {\n\t\t\t\t          \"Number\": \"3000084-41.2013.8.26.0083\",\n\t\t\t\t          \"Type\": \"INDEFINIDO\",\n\t\t\t\t          \"MainSubject\": \"POSSE DE DROGAS PARA CONSUMO PESSOAL\",\n\t\t\t\t          \"CourtName\": \"TJSP\",\n\t\t\t\t          \"CourtLevel\": \"1\",\n\t\t\t\t          \"CourtType\": \"CRIMINAL\",\n\t\t\t\t          \"CourtDistrict\": \"\",\n\t\t\t\t          \"JudgingBody\": \"\",\n\t\t\t\t          \"State\": \"SP\",\n\t\t\t\t          \"Status\": \"\",\n\t\t\t\t          \"NumberOfVolumes\": 0,\n\t\t\t\t          \"NumberOfPages\": 0,\n\t\t\t\t          \"Value\": -1.0,\n\t\t\t\t          \"PublicationDate\": \"2016-06-22T00:00:00Z\",\n\t\t\t\t          \"NoticeDate\": \"2013-05-16T00:00:00Z\",\n\t\t\t\t          \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t          \"CaptureDate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"LastUpdate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"Parties\": [\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"07848460657\",\n\t\t\t\t              \"Name\": \"ANDRE ACAYABA DE REZENDE\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Reporter\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"\",\n\t\t\t\t              \"Name\": \"JUSTICA PUBLICA\",\n\t\t\t\t              \"Polarity\": \"Active\",\n\t\t\t\t              \"Type\": \"Author\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"05511818852\",\n\t\t\t\t              \"Name\": \"AGUINALDO DOS SANTOS RABELO CARVALHO\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Lawyer\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \"OAB\": \"143805\"\n\t\t\t\t              }\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Updates\": [\n\t\t\t\t            {\n\t\t\t\t              \"Content\": \"\",\n\t\t\t\t              \"PublishDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t              \"CaptureDate\": \"2018-04-30T00:00:00Z\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Petitions\": [\n\t\t\t\t            \n\t\t\t\t          ]\n\t\t\t\t        }\n                ],\n               \"TotalLawsuits\": 2,\n\t\t       \"TotalReplacedLawsuits\": 2,\n\t\t       \"TotalLawsuitsAsAuthor\": 0,\n\t\t       \"TotalLawsuitsAsDefendant\": 0,\n\t\t       \"TotalLawsuitsAsOther\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"57422275-02a7-49be-beaa-0a1069b6d77a\",\n    \"ElapsedMilliseconds\": 599,\n    \"Status\": {\n        \"lawsuit_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c773d19a-1f3a-44a8-9f92-d1ebe63858d2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Processes\": {\n                \"Lawsuits\": [\n                    {\n                        \"Number\": \"0030986-73.2009.4.03.9999\",\n                        \"Type\": \"INDEFINIDO\",\n                        \"MainSubject\": \"SCI - AUXILIO-ACIDENTE (ART. 86), PFDC - AUXILIO-ACIDENTE (ART. 86), 1ª CCR - AUXILIO-ACIDENTE (ART. 86), SCI - ART. 58 ADCT DA CF/88, PFDC - ART. 58 ADCT DA CF/88, 1ª CCR - ART. 58 ADCT DA CF/88, SCI - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, PFDC - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 1ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, 3ª CCR - DISPOSICOES DIVERSAS RELATIVAS AS PRESTACOES, SCI - RESTABELECIMENTO, PFDC - RESTABELECIMENTO, 1ª CCR - RESTABELECIMENTO\",\n                        \"CourtName\": \"MPF\",\n                        \"CourtLevel\": \"0\",\n                        \"CourtType\": \"CRIMINAL\",\n                        \"CourtDistrict\": \"\",\n                        \"JudgingBody\": \"\",\n                        \"State\": \"SP\",\n                        \"Status\": \"\",\n                        \"NumberOfVolumes\": 0,\n                        \"NumberOfPages\": 0,\n                        \"Value\": -1,\n                        \"PublicationDate\": \"2017-07-04T00:00:00Z\",\n                        \"NoticeDate\": \"2017-07-04T00:00:00Z\",\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n                        \"CaptureDate\": \"2017-08-04T00:00:00Z\",\n                        \"LastUpdate\": \"2017-08-04T00:00:00Z\",\n                        \"Parties\": [\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL - INSS\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {\n                                \t\"OAB\": \"115807\"\n                                }\n                            },\n                            {\n                                \"Doc\": \"02773852000147\",\n                                \"Name\": \"PAULO RIBEIRO\",\n                                \"Polarity\": \"Passive\",\n                                \"Type\": \"Defendant\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"TORU YAMAMOTO\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"Reporter\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"03500696000103\",\n                                \"Name\": \"INSTITUTO NACIONAL DO SEGURO SOCIAL\",\n                                \"Polarity\": \"Active\",\n                                \"Type\": \"Author\",\n                                \"PartyDetails\": {}\n                            },\n                            {\n                                \"Doc\": \"\",\n                                \"Name\": \"JUIZO DE DIREITO DA 2 VARA DE COTIA SP\",\n                                \"Polarity\": \"Neutral\",\n                                \"Type\": \"TERCEIRO\",\n                                \"PartyDetails\": {}\n                            }\n                        ],\n                        \"Updates\": [\n                            {\n                                \"Content\": \"BAIXA DEFINITIVA A COMARCA DE ORIGEM GRPJ N. GR.2017137509 DESTINO: JUIZO DE DIREITO DA 2 VARA DE COTIA S\",\n                                \"PublishDate\": \"2017-07-17T00:00:00Z\",\n                                \"CaptureDate\": \"2017-08-04T00:00:00Z\"\n                            },\n                            {\n                                \"Content\": \"\",\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\n                                \"CaptureDate\": \"2018-06-14T00:00:00Z\"\n                            }\n                        ],\n                        \"Petitions\": []\n                    },\n                    {\n\t\t\t\t          \"Number\": \"3000084-41.2013.8.26.0083\",\n\t\t\t\t          \"Type\": \"INDEFINIDO\",\n\t\t\t\t          \"MainSubject\": \"POSSE DE DROGAS PARA CONSUMO PESSOAL\",\n\t\t\t\t          \"CourtName\": \"TJSP\",\n\t\t\t\t          \"CourtLevel\": \"1\",\n\t\t\t\t          \"CourtType\": \"CRIMINAL\",\n\t\t\t\t          \"CourtDistrict\": \"\",\n\t\t\t\t          \"JudgingBody\": \"\",\n\t\t\t\t          \"State\": \"SP\",\n\t\t\t\t          \"Status\": \"\",\n\t\t\t\t          \"NumberOfVolumes\": 0,\n\t\t\t\t          \"NumberOfPages\": 0,\n\t\t\t\t          \"Value\": -1.0,\n\t\t\t\t          \"PublicationDate\": \"2016-06-22T00:00:00Z\",\n\t\t\t\t          \"NoticeDate\": \"2013-05-16T00:00:00Z\",\n\t\t\t\t          \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t          \"CaptureDate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"LastUpdate\": \"2018-04-30T00:00:00Z\",\n\t\t\t\t          \"Parties\": [\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"07848460657\",\n\t\t\t\t              \"Name\": \"ANDRE ACAYABA DE REZENDE\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Reporter\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"\",\n\t\t\t\t              \"Name\": \"JUSTICA PUBLICA\",\n\t\t\t\t              \"Polarity\": \"Active\",\n\t\t\t\t              \"Type\": \"Author\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \n\t\t\t\t              }\n\t\t\t\t            },\n\t\t\t\t            {\n\t\t\t\t              \"Doc\": \"05511818852\",\n\t\t\t\t              \"Name\": \"AGUINALDO DOS SANTOS RABELO CARVALHO\",\n\t\t\t\t              \"Polarity\": \"Neutral\",\n\t\t\t\t              \"Type\": \"Lawyer\",\n\t\t\t\t              \"PartyDetails\": {\n\t\t\t\t                \"OAB\": \"143805\"\n\t\t\t\t              }\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Updates\": [\n\t\t\t\t            {\n\t\t\t\t              \"Content\": \"\",\n\t\t\t\t              \"PublishDate\": \"0001-01-01T00:00:00Z\",\n\t\t\t\t              \"CaptureDate\": \"2018-04-30T00:00:00Z\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"Petitions\": [\n\t\t\t\t            \n\t\t\t\t          ]\n\t\t\t\t        }\n                ],\n               \"TotalLawsuits\": 2,\n\t\t       \"TotalReplacedLawsuits\": 2,\n\t\t       \"TotalLawsuitsAsAuthor\": 0,\n\t\t       \"TotalLawsuitsAsDefendant\": 0,\n\t\t       \"TotalLawsuitsAsOther\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"57422275-02a7-49be-beaa-0a1069b6d77a\",\n    \"ElapsedMilliseconds\": 599,\n    \"Status\": {\n        \"lawsuit_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1166ed85-da53-4d8a-a8ee-a4f3ad2a13a3"},{"name":"Profession Data","id":"1bf4ad29-a2f6-4302-886c-56873f917d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"profession_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Formal Profession, Informal Autonomous Work, and University Teachers.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Professions.Sector</td>\n<td>Sector in which the profession is exercised</td>\n</tr>\n<tr>\n<td>Professions.Country</td>\n<td>Country in which the profession is exercised</td>\n</tr>\n<tr>\n<td>Professions.CompanyIdNumber</td>\n<td>Company's identification number</td>\n</tr>\n<tr>\n<td>Professions.CompanyName</td>\n<td>Company's name</td>\n</tr>\n<tr>\n<td>Professions.Area</td>\n<td>Area</td>\n</tr>\n<tr>\n<td>Professions.Level</td>\n<td>Role</td>\n</tr>\n<tr>\n<td>Professions.Status</td>\n<td>Employment situation</td>\n</tr>\n<tr>\n<td>Professions.Income</td>\n<td>Income</td>\n</tr>\n<tr>\n<td>Professions.CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>Professions.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalProfessions</td>\n<td>Total number of professions exercised</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total income</td>\n</tr>\n<tr>\n<td>IsEmployed</td>\n<td>Indicates whether the person is employed or not</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>It's possible to use some filter parameters, as you can see at follow table:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sector</td>\n<td>Sector (PRIVATE, PUBLIC...)</td>\n</tr>\n<tr>\n<td>companyname</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>area</td>\n<td>Area</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Job title</td>\n</tr>\n<tr>\n<td>staus</td>\n<td>Status (ACTIVE, INACTIVE...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0e492b03-cba0-44f0-b77d-35204d5fdb9d","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=occupation_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"occupation_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eef6b36e-7753-42e0-8c54-4b8a80ec1a74","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"occupation_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1bf4ad29-a2f6-4302-886c-56873f917d1c"},{"name":"Professional Data - Class Organization ","id":"a9cee2c1-0442-42db-bca5-794aca6f3259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"class_organization\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Class Counts and Class Entities, UF, and Activity Status.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Memberships.OrganizationName</td>\n<td>Name of the organization</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationCountry</td>\n<td>Country of the organization</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationType</td>\n<td>Type of the organization</td>\n</tr>\n<tr>\n<td>Memberships.OrganizationChapter</td>\n<td>State in which the organization acts</td>\n</tr>\n<tr>\n<td>Memberships.RegistrationId</td>\n<td>Registration Id</td>\n</tr>\n<tr>\n<td>Memberships.Category</td>\n<td>Category</td>\n</tr>\n<tr>\n<td>Memberships.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>Memberships.CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>TotalMemberships</td>\n<td>Total number of memberships</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter Description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organizationname</td>\n<td>Nome da organizaçao</td>\n<td>CREFITO, CREAAC,  ...</td>\n</tr>\n<tr>\n<td>organizationtype</td>\n<td>Tipo da organização</td>\n<td>CLASS ASSOCIATION</td>\n</tr>\n<tr>\n<td>organizationchapter</td>\n<td>Estado</td>\n<td>RJ, SP, AC, MG, AM, PE, SC, ES, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status</td>\n<td>ATIVO, BAIXADA, TRANSFERIDO, CANCELADO, INTERROMPIDO, REQUERIMENTO  ...</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Categoria</td>\n<td>FISIOTERAPEUTA DEFINITIVO, ENGENHARIA CIVIL, ENGENHEIRO AGRONOMO , ENGENHARIA FLORESTAL, ENGENHEIRO GEOLOGO, TECNOLOGO EM CONSTRUCAO CIVIL-EDIFICACOES, TECNOLOGO EM HEVEICULTURA, TECNICO EM AGROPECUARIA, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>class_organization.filter(status=ATIVO)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>class_organization.filter(status=ATIVO)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1fc15224-3ab0-4a1b-81f8-c88d720a08ea","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"class_organization\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Memberships\": {\n                \"Memberships\": [\n                    {\n                        \"OrganizationName\": \"CREAAC\",\n\t\t\t            \"OrganizationCountry\": \"BRAZIL\",\n\t\t\t            \"OrganizationType\": \"CLASS ASSOCIATION\",\n\t\t\t            \"OrganizationChapter\": \"AC\",\n\t\t\t            \"RegistrationId\": \"10810540-7\",\n\t\t\t            \"Category\": \"ENGENHARIA CIVIL\",\n\t\t\t            \"Status\": \"ATIVO\",\n\t\t\t            \"MembershipStartDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"MembershipEndDate\": \"9999-12-31T23:59:59.9999999\",\n\t\t\t            \"CreationDate\": \"2018-04-09T00:00:00Z\"\n                    }\n                ],\n                \"TotalMemberships\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"b0ccf602-bf78-489f-bf58-9c50b62fa103\",\n    \"ElapsedMilliseconds\": 56,\n    \"Status\": {\n        \"class_organization\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a8456591-e390-4f6f-92e9-2ae29cfd5de8","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=class_organization&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"class_organization"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Memberships\": {\n                \"Memberships\": [\n                    {\n                        \"OrganizationName\": \"CREAAC\",\n\t\t\t            \"OrganizationCountry\": \"BRAZIL\",\n\t\t\t            \"OrganizationType\": \"CLASS ASSOCIATION\",\n\t\t\t            \"OrganizationChapter\": \"AC\",\n\t\t\t            \"RegistrationId\": \"10810540-7\",\n\t\t\t            \"Category\": \"ENGENHARIA CIVIL\",\n\t\t\t            \"Status\": \"ATIVO\",\n\t\t\t            \"MembershipStartDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"MembershipEndDate\": \"9999-12-31T23:59:59.9999999\",\n\t\t\t            \"CreationDate\": \"2018-04-09T00:00:00Z\"\n                    }\n                ],\n                \"TotalMemberships\": 1\n            }\n        }\n    ],\n    \"QueryId\": \"b0ccf602-bf78-489f-bf58-9c50b62fa103\",\n    \"ElapsedMilliseconds\": 56,\n    \"Status\": {\n        \"class_organization\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a9cee2c1-0442-42db-bca5-794aca6f3259"},{"name":"Professional Data - Occupation Data","id":"b410472a-7e22-4ab4-81d8-d3a0abfeffde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"profession_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Indicator and details of Public Server, Public Organization, and Remuneration.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Professions.Sector</td>\n<td>Sector in which the profession is exercised</td>\n</tr>\n<tr>\n<td>Professions.Country</td>\n<td>Country in which the profession is exercised</td>\n</tr>\n<tr>\n<td>Professions.CompanyIdNumber</td>\n<td>Company's identification number</td>\n</tr>\n<tr>\n<td>Professions.CompanyName</td>\n<td>Company's name</td>\n</tr>\n<tr>\n<td>Professions.Area</td>\n<td>Area</td>\n</tr>\n<tr>\n<td>Professions.Level</td>\n<td>Role</td>\n</tr>\n<tr>\n<td>Professions.Status</td>\n<td>Employment situation</td>\n</tr>\n<tr>\n<td>Professions.Income</td>\n<td>Income</td>\n</tr>\n<tr>\n<td>Professions.CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>Professions.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalProfessions</td>\n<td>Total number of professions exercised</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total income</td>\n</tr>\n<tr>\n<td>IsEmployed</td>\n<td>Indicates whether the person is employed or not</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>It's possible to use some filter parameters, as you can see at follow table:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sector</td>\n<td>Sector (PRIVATE, PUBLIC...)</td>\n</tr>\n<tr>\n<td>companyname</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>area</td>\n<td>Area</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Job title</td>\n</tr>\n<tr>\n<td>staus</td>\n<td>Status (ACTIVE, INACTIVE...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>occupation_data.filter(companyname=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0d504e7f-7568-42cd-a372-ec1009ddadfc","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=profession_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"profession_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"cac720c7-a195-49ad-b0c1-a9bcc08d3ba2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"profession_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"ProfessionData\": {\n                \"Professions\": [\n                    {\n                       \"Sector\": \"PRIVATE\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"00512344587388\",\n                        \"CompanyName\": \"EMPRESA TESTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2016-03-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-07-23T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-07-23T00:00:00Z\"\n                    },\n                    {\n                    \t\"Sector\": \"PRIVATE - 5611201\",\n                        \"Country\": \"BRAZIL\",\n                        \"CompanyIdNumber\": \"05938306000107\",\n                        \"CompanyName\": \"GIOVANELLA RESTAURANTE LTDA\",\n                        \"Area\": \"\",\n                        \"Level\": \"\",\n                        \"Status\": \"ACTIVE\",\n                        \"IncomeRange\": \"2 - 2 A 4 SM\",\n                        \"Income\": 0,\n                        \"StartDate\": \"2015-04-01T00:00:00Z\",\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\n                        \"CreationDate\": \"2017-09-13T00:00:00Z\",\n                        \"LastUpdateDate\": \"2017-09-13T00:00:00Z\"\n                    }\n                ],\n                \"TotalProfessions\": 1,\n                \"TotalIncome\": 1,\n                \"IsEmployed\": true\n            }\n        }\n    ],\n    \"QueryId\": \"bacc383c-5e65-4f6e-ac3e-35ae1263b7f0\",\n    \"ElapsedMilliseconds\": 115,\n    \"Status\": {\n        \"occupation_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b410472a-7e22-4ab4-81d8-d3a0abfeffde"},{"name":"Related People","id":"d7d926f3-d52d-46fc-9e86-5a54ad2a8e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Relatives, Neighbors and Co-workers.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>COWORKER, NEIGHBOR, BROTHER, NEPHEW, MOTHER, SON, HOUSEHOLD, GRANDSON, SPOUSE, RELATIVE, GRANDPARENT, UNCLE, COUSIN, FATHER, RELATED</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdNumber</td>\n<td>Taxpayer's identification number of the related entity</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdType</td>\n<td>Taxpayer's identification type of the related entity</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityTaxIdCountry</td>\n<td>Taxpayer's identification country of the related entity</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelatedEntityName</td>\n<td>Name of the related entity</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelationshipType</td>\n<td>Relationship type</td>\n</tr>\n<tr>\n<td>PersonalRelationships.RelationshipLevel</td>\n<td>Relationship level</td>\n</tr>\n<tr>\n<td>PersonalRelationships.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>PersonalRelationships.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total relationships</td>\n</tr>\n<tr>\n<td>TotalRelatives</td>\n<td>Total relatives</td>\n</tr>\n<tr>\n<td>TotalNeighbors</td>\n<td>Total neighbors</td>\n</tr>\n<tr>\n<td>TotalSpouses</td>\n<td>Total spouses</td>\n</tr>\n<tr>\n<td>TotalCoworkers</td>\n<td>Total coworkers</td>\n</tr>\n<tr>\n<td>TotalHousehold</td>\n<td>Total household</td>\n</tr>\n<tr>\n<td>TotalPartners</td>\n<td>Total partners</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>Relashionship type</td>\n<td>coworker, neighbor, brother, nephew, mother, son, household, grandson, spouse, relative, grandparent, uncle, cousin, father, related</td>\n</tr>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Related entity tax id type</td>\n<td>cnpj, cpf</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Relatioship level</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>related_people.filter(relationshiptype=mother)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>related_people.filter(relationshiptype=mother)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use this limit,  simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>related_people.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>related_people.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"31064194-bcd7-4b9a-8c4d-3ad2e8411bf5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeople\": {\n                \"PersonalRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CPF\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"SERGIO LUIS DE FIGUEIREDO\",\n\t\t\t\t\t\t\"RelationshipType\":\"BROTHER\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-10-04T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-12-08T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalRelatives\": 1,\n                \"TotalNeighbors\": 10,\n                \"TotalSpouses\": 1,\n                \"TotalCoworkers\": 2,\n                \"TotalHousehold\": 1,\n                \"TotalPartners\": 5\n            }\n        }\n    ],\n    \"QueryId\": \"feb2d6df-0446-4bba-8dad-8792cc49f14e\",\n    \"ElapsedMilliseconds\": 114,\n    \"Status\": {\n        \"related_people\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e39b1c72-e099-4578-abb7-f4563f6b04b6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeople\": {\n                \"PersonalRelationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\":\"xxxxxxxxxxx\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdType\":\"CPF\",\n\t\t\t\t\t\t\"RelatedEntityTaxIdCountry\":\"Brazil\",\n\t\t\t\t\t\t\"RelatedEntityName\":\"SERGIO LUIS DE FIGUEIREDO\",\n\t\t\t\t\t\t\"RelationshipType\":\"BROTHER\",\n\t\t\t\t\t\t\"RelationshipLevel\":\"DIRECT\",\n\t\t\t\t\t\t\"CreationDate\":\"2017-10-04T00:00:00Z\",\n\t\t\t\t\t\t\"LastUpdateDate\":\"2018-12-08T00:00:00Z\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalRelatives\": 1,\n                \"TotalNeighbors\": 10,\n                \"TotalSpouses\": 1,\n                \"TotalCoworkers\": 2,\n                \"TotalHousehold\": 1,\n                \"TotalPartners\": 5\n            }\n        }\n    ],\n    \"QueryId\": \"feb2d6df-0446-4bba-8dad-8792cc49f14e\",\n    \"ElapsedMilliseconds\": 114,\n    \"Status\": {\n        \"related_people\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d7d926f3-d52d-46fc-9e86-5a54ad2a8e99"},{"name":"Social Assistance","id":"8cbcb18b-3334-4de0-b774-83a8cbb66b49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"social_assistance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as the \"Bolsa Família\" participation indicator.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SocialAssistances.ProgramName</td>\n<td>Name of the program</td>\n</tr>\n<tr>\n<td>SocialAssistances.ProgramCountry</td>\n<td>Country in which the program is applied</td>\n</tr>\n<tr>\n<td>SocialAssistances.ProgramState</td>\n<td>State in which the program is applied</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceStartDate</td>\n<td>Starting date of the assistance</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceEndDate</td>\n<td>Ending date of the assistance</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceAmount</td>\n<td>Amount received from the assistance program</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceDetails</td>\n<td>Assistance details</td>\n</tr>\n<tr>\n<td>SocialAssistances.AssistanceDetails.County</td>\n<td>County</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalAssiantaces</td>\n<td>Total assistances</td>\n</tr>\n<tr>\n<td>TotalIncome</td>\n<td>Total income</td>\n</tr>\n<tr>\n<td>IsReceivingAssistance</td>\n<td>Indicates whether the person is receiving assistance</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Filter value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>programname</td>\n<td>Program name</td>\n<td>Bolsa Familia, ..</td>\n</tr>\n<tr>\n<td>programstate</td>\n<td>Program state</td>\n<td>RJ, SP, ES, MA, SC, PE, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>social_assistance.filter(programstate=RJ)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>social_assistance.filter(programstate=RJ)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4b4a193b-60cf-4f79-853a-50617c9fb8d2","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"social_assistance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"SocialAssistancePrograms\": {\n                \"SocialAssistances\": [\n                    {\n                        \"ProgramName\": \"Bolsa Familia\",\n\t\t\t            \"ProgramCountry\": \"Brazil\",\n\t\t\t            \"ProgramState\": \"MG\",\n\t\t\t            \"AssistanceStartDate\": \"2017-09-01T00:00:00\",\n\t\t\t            \"AssistanceEndDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"AssistanceAmount\": 13000,\n\t\t\t            \"AssistanceDetails\": {\n\t\t\t                \"County\": \"BELO HORIZONTE\"\n\t\t\t            },\n\t\t\t            \"CreationDate\": \"2018-01-05T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2018-09-26T00:00:00Z\"\n                    }\n                ],\n\t\t\t    \"TotalAssiantaces\": 1,\n\t\t\t    \"TotalIncome\": 13000,\n\t\t\t    \"IsReceivingAssistance\": false\n            }\n        }\n    ],\n    \"QueryId\": \"fd88a5ea-eb05-4fc6-a04c-7c7a0f7daba3\",\n    \"ElapsedMilliseconds\": 755,\n    \"Status\": {\n        \"social_assistance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ede4bba7-6d27-4e4e-911f-8a65df2087ac","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=social_assistance&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"social_assistance"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"SocialAssistancePrograms\": {\n                \"SocialAssistances\": [\n                    {\n                        \"ProgramName\": \"Bolsa Familia\",\n\t\t\t            \"ProgramCountry\": \"Brazil\",\n\t\t\t            \"ProgramState\": \"MG\",\n\t\t\t            \"AssistanceStartDate\": \"2017-09-01T00:00:00\",\n\t\t\t            \"AssistanceEndDate\": \"0001-01-01T00:00:00\",\n\t\t\t            \"AssistanceAmount\": 13000,\n\t\t\t            \"AssistanceDetails\": {\n\t\t\t                \"County\": \"BELO HORIZONTE\"\n\t\t\t            },\n\t\t\t            \"CreationDate\": \"2018-01-05T00:00:00Z\",\n\t\t\t            \"LastUpdateDate\": \"2018-09-26T00:00:00Z\"\n                    }\n                ],\n\t\t\t    \"TotalAssiantaces\": 1,\n\t\t\t    \"TotalIncome\": 13000,\n\t\t\t    \"IsReceivingAssistance\": false\n            }\n        }\n    ],\n    \"QueryId\": \"fd88a5ea-eb05-4fc6-a04c-7c7a0f7daba3\",\n    \"ElapsedMilliseconds\": 755,\n    \"Status\": {\n        \"social_assistance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8cbcb18b-3334-4de0-b774-83a8cbb66b49"},{"name":"University Student Data","id":"e2f133dc-ac66-4ea2-aec1-1f75116428db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"university_student_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as University Student Indicator, CNPQ Details, and Medical Residency Details.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ScholarshipHistory.Level</td>\n<td>Level of education underway</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.Institution</td>\n<td>Institution name</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.SpecializationArea</td>\n<td>Specialization Area</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.StartYear</td>\n<td>Starting year</td>\n</tr>\n<tr>\n<td>ScholarshipHistory.EndYear</td>\n<td>Ending year</td>\n</tr>\n<tr>\n<td>PublicationHistory</td>\n<td>History of publications</td>\n</tr>\n<tr>\n<td>ScholarshipLevel</td>\n<td>Education level</td>\n</tr>\n<tr>\n<td>IsUniversityStudent</td>\n<td>Indicates whether the student is an undergrad</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter Description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>level</td>\n<td>Graduation level</td>\n<td>GRADUATE, UNDERGRADUATE, ...</td>\n</tr>\n<tr>\n<td>instituition</td>\n<td>Instituition name</td>\n<td>PUC, UFRJ, UNIGRANRIO, UERJ, USP, ...</td>\n</tr>\n<tr>\n<td>specializationarea</td>\n<td>Specalization area</td>\n<td>ENGENHARIA, MEDICINA, JORNALISMO, ECONOMIA, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>university_student_data.filter(level=undergraduate)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>university_student_data.filter(level=undergraduate)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>To use this limit field, use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>university_student_data.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>university_student_data.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"100be2c6-7978-41a8-b10a-d4cf4acd3d81","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=university_student_data&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"university_student_data"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n\t            \"Scholarship\": {\n\t                \"Scholarship\": {\n\t                \"ScholarshipHistory\": [\n\t                    {\n\t                        \"Level\": \"UNDERGRADUATE\",\n\t                        \"Institution\": \"PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO\",\n\t                        \"SpecializationArea\": \"ENGENHARIA DE COMPUTAÇÃO - ENGENHARIA DA COMPUTAÇÃO\",\n\t                        \"StartYear\": \"2014\",\n\t                        \"EndYear\": \"2018\"\n\t                    }\n\t                ],\n\t                \"ScholarshipLevel\": \"09 - SUP. COMP\",\n\t                \"CreationDate\": \"2018-07-05T18:53:31Z\",\n\t                \"LastUpdateDate\": \"2018-07-05T18:53:31Z\"\n\t            }\n            }\n        }\n    ],\n    \"QueryId\": \"e25bbde8-3fd5-4eb7-9a1e-03f343153278\",\n    \"ElapsedMilliseconds\": 57,\n    \"Status\": {\n        \"university_student_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"720aad23-8416-4016-9afc-9e47a956cfe7","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"university_student_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n\t            \"Scholarship\": {\n\t                \"Scholarship\": {\n\t                \"ScholarshipHistory\": [\n\t                    {\n\t                        \"Level\": \"UNDERGRADUATE\",\n\t                        \"Institution\": \"PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO\",\n\t                        \"SpecializationArea\": \"ENGENHARIA DE COMPUTAÇÃO - ENGENHARIA DA COMPUTAÇÃO\",\n\t                        \"StartYear\": \"2014\",\n\t                        \"EndYear\": \"2018\"\n\t                    }\n\t                ],\n\t                \"ScholarshipLevel\": \"09 - SUP. COMP\",\n\t                \"CreationDate\": \"2018-07-05T18:53:31Z\",\n\t                \"LastUpdateDate\": \"2018-07-05T18:53:31Z\"\n\t            }\n            }\n        }\n    ],\n    \"QueryId\": \"e25bbde8-3fd5-4eb7-9a1e-03f343153278\",\n    \"ElapsedMilliseconds\": 57,\n    \"Status\": {\n        \"university_student_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e2f133dc-ac66-4ea2-aec1-1f75116428db"},{"name":"Vehicles","id":"f6245d38-a919-41f3-98ed-b6cc0c6878da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"vehicles\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset returns data referring to the vehicles related to the searched document.</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeVehicles.Category</td>\n<td>Categoria do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Brand</td>\n<td>Marca do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.Model</td>\n<td>Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FipeCode</td>\n<td>Código Fipe do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ModelYear</td>\n<td>Ano do Modelo do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.FuelType</td>\n<td>Tipo de combustível do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.AvgPrice</td>\n<td>Preço médio do Veículo</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceMonth</td>\n<td>Mês de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceYear</td>\n<td>Ano de referência da tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.CreationDate</td>\n<td>Data de criação deste veículo na tabela</td>\n</tr>\n<tr>\n<td>FipeVehicles.LastUpdateDate</td>\n<td>Data de última atualização deste veículo   na tabela</td>\n</tr>\n</tbody>\n</table>\n</div><p>Below is a table that looks at some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Category</td>\n<td>CARROS, CAMINHOES, MOTOS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>model</td>\n<td>Vehicle model</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Vehicle category</td>\n</tr>\n<tr>\n<td>fueltype</td>\n<td>Fuel type</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>Vehicle brand</td>\n</tr>\n<tr>\n<td>fipecode</td>\n<td>FIPE code</td>\n</tr>\n<tr>\n<td>modelyear</td>\n<td>Model year</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>vehicles.filter(modelyear=2017)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>vehicles.filter(modelyear=2017)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>vehicles.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>vehicles.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5998f3ad-b720-4180-967f-061a6a3dde2c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=vehicles&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"vehicles"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"vehiclesData\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4376a78e-9658-4134-95fc-b7bad2e3f3e2\",\n    \"ElapsedMilliseconds\": 44,\n    \"Status\": {\n        \"vehicles\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dca9e379-9ce8-4310-82dd-e9c5bcb930ca","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"vehicles\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"vehiclesData\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4376a78e-9658-4134-95fc-b7bad2e3f3e2\",\n    \"ElapsedMilliseconds\": 44,\n    \"Status\": {\n        \"vehicles\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f6245d38-a919-41f3-98ed-b6cc0c6878da"},{"name":"Web Passages ","id":"eded11ce-eb0d-4193-8f82-8595e8d2f40a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"passages\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns data such as Frequency of passages through the web, Passage of the passage through the web and Frequency of suspicious passages through the web.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalPassages</td>\n<td>Total number of passages</td>\n</tr>\n<tr>\n<td>BadPassages</td>\n<td>Number of bad passages</td>\n</tr>\n<tr>\n<td>CrawlingPassages</td>\n<td>Passages retrieved from crawling processes</td>\n</tr>\n<tr>\n<td>ValidationPassages</td>\n<td>Passages retrieved from validation processes</td>\n</tr>\n<tr>\n<td>QueryPassages</td>\n<td>Passages retrieved from query processes</td>\n</tr>\n<tr>\n<td>MonthAveragePassages</td>\n<td>Average number of passages in a month</td>\n</tr>\n<tr>\n<td>NumberOfEmails</td>\n<td>Number of emails</td>\n</tr>\n<tr>\n<td>NumberOfPhones</td>\n<td>Number of phones</td>\n</tr>\n<tr>\n<td>NumberOfAddresses</td>\n<td>Number of addresses</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>Date of first passage</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Date of last passage</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3cd7be40-788e-46e0-b2b0-343d5b53c78c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"passages\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Passages\": {\n                \"TotalPassages\": 39,\n                \"BadPassages\": 16,\n                \"CrawlingPassages\": -1,\n                \"ValidationPassages\": -1,\n                \"QueryPassages\": -1,\n                \"MonthAveragePassages\": 0,\n                \"NumberOfEmails\": 0,\n                \"NumberOfPhones\": 0,\n                \"NumberOfAddresses\": 0,\n                \"FirstPassageDate\": \"2007-11-01T00:00:00Z\",\n                \"LastPassageDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d9-5ded-42d7-9aad-701ed569f9ca\",\n    \"ElapsedMilliseconds\": 386,\n    \"Status\": {\n        \"passages\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e6739a84-36f4-4265-a5ad-46eb74f5af0b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=passages&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"passages"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"Passages\": {\n                \"TotalPassages\": 39,\n                \"BadPassages\": 16,\n                \"CrawlingPassages\": -1,\n                \"ValidationPassages\": -1,\n                \"QueryPassages\": -1,\n                \"MonthAveragePassages\": 0,\n                \"NumberOfEmails\": 0,\n                \"NumberOfPhones\": 0,\n                \"NumberOfAddresses\": 0,\n                \"FirstPassageDate\": \"2007-11-01T00:00:00Z\",\n                \"LastPassageDate\": \"2017-10-03T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"f39463d9-5ded-42d7-9aad-701ed569f9ca\",\n    \"ElapsedMilliseconds\": 386,\n    \"Status\": {\n        \"passages\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"eded11ce-eb0d-4193-8f82-8595e8d2f40a"},{"name":"Phones - Related People","id":"ad834db2-3326-4ed3-bfdd-165a8846c106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Dataset which return phones from related people.</p>\n<h2 id=\"descrição-dos-campos\">Descrição dos campos</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Returns</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Area code</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Country code</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Phone type (WORK, MOBILE, ...)</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Phone frequency</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Phone frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>Phone frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Phone frequency including validation</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Phone frequency referring to some query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Phone month average frequency</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Phone number of related entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>PROCON Indicator</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Current carrier</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Plan type</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation passage</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Portability history</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relationshiptype</td>\n<td>Specifies the types of relationships that should be returned in the search</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"59e503f0-5fae-4bf3-91c0-6588ce1a3539","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"related_people_phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeoplePhones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"63f775b2-b4be-4b88-a92e-f13092dd3d7c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=related_people_phones&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"related_people_phones"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"RelatedPeoplePhones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"a3e02f04-d49d-4cc7-83a0-98d42943bfcf\",\n    \"ElapsedMilliseconds\": 793,\n    \"Status\": {\n        \"related_people_addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ad834db2-3326-4ed3-bfdd-165a8846c106"}],"id":"ed9abdd7-108e-4153-a1c6-b43b9b0527fe","description":"<p>The People API encompasses all people-related queries. To perform queries it is necessary to fill in some parameters, which are shown in the table below:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Datasets</td>\n<td>Data Catalog</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Search Keys</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Access Token</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <strong>q</strong> parameter encompasses all search keys. When making a query by document (CPF) we recommend the search for CPF because it is more assertive and is always linked to only one person, not always our clients have the CPF to consult. Therefore, in addition to the CPF, BigBoost allows the user to query a series of additional parameters. Some of these parameters are arrays, so they accept more than one element delimited by comma. From the parameters below, one of them must be filled in to perform the searches for CPF assignment:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Input Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CPF</td>\n<td>doc</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>name</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>phone (array)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>email (array)</td>\n</tr>\n<tr>\n<td>\"Conselho de Classe\" Number</td>\n<td>classnumber</td>\n</tr>\n<tr>\n<td>Domain</td>\n<td>domain (array)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Besides these, we also have the optional parameters, which serve as filters to have a more assertive result:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Input Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CEP</td>\n<td>zipcode</td>\n</tr>\n<tr>\n<td>Conselho de Classe</td>\n<td>classorganization</td>\n</tr>\n<tr>\n<td>NIT</td>\n<td>nit</td>\n</tr>\n<tr>\n<td>Profession</td>\n<td>profession</td>\n</tr>\n<tr>\n<td>Address Core</td>\n<td>addressmain</td>\n</tr>\n<tr>\n<td>Door Number</td>\n<td>doornumber</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>neighborhood</td>\n</tr>\n<tr>\n<td>City</td>\n<td>city</td>\n</tr>\n<tr>\n<td>State</td>\n<td>state</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>longitude</td>\n</tr>\n<tr>\n<td>Mother Name</td>\n<td>mothername</td>\n</tr>\n<tr>\n<td>Masked Doc Number</td>\n<td>docnumbermask</td>\n</tr>\n</tbody>\n</table>\n</div><p>The input parameters must be concatenated with a comma. The example below shows a query by name and date of birth. Keys can be combined according to the user's need.\n<br /></p>\n<p><strong>Get</strong>: </p>\n<p>q=<strong>name{your_name},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"q\"=\"<strong>name{your_name},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong>\" <br /></p>\n<p>For array objects e.g. phone, brackets can be used:</p>\n<p><strong>Get</strong>: </p>\n<p>q=<strong>name{your_name},phone[21967654532,21976556234]</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"q\"=\"<strong>name{your_name},phone[21967654532,21976556234]</strong>\" <br /></p>\n<p>Keys can be combined according to the user's need. By default, the API will return only one person even if it finds more than one associated with the input information. To increase this limit simply use the <em><strong>Limit</strong></em> parameter, shown in the example URL below:\n<br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>your_datasets</strong>&amp;<br />\nq=<strong>name{your_name},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong>&amp;<br />\nAccessToken=<strong>&amp;Limit=5</strong><br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>your_datasets</strong>\",<br />\n  \"q\": \"<strong>name{your_name},birthdate{10/02/1995},dateformat{dd/MM/yyyy}</strong> \",<br />\n  \"AccessToken\": \"\",<br />\n  \"Limit\"=\"<strong>5</strong>\"<br />\n}<br /></p>\n<p><strong>CAUTION:</strong> The cost of the query is for each dataset queried, that is, if we find 2 people and enrich with a dataset, the price to be paid will be the value of this dataset times the 2 enriched people.\n<br /></p>\n<p>The Datasets parameter considers the entire set of data that should be used for the query. Below we list the datasets available in the People API:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Input Key</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Addresses</td>\n<td>addresses</td>\n</tr>\n<tr>\n<td>Basic Data</td>\n<td>basic_data</td>\n</tr>\n<tr>\n<td>Business Relationships</td>\n<td>business_relationships</td>\n</tr>\n<tr>\n<td>Circles - Coworkers</td>\n<td>circles_coworkers</td>\n</tr>\n<tr>\n<td>Circles - First Level Relatives</td>\n<td>circles_first_level_relatives</td>\n</tr>\n<tr>\n<td>Circles - Household</td>\n<td>circles_household</td>\n</tr>\n<tr>\n<td>Circles - Partners</td>\n<td>circles_partners</td>\n</tr>\n<tr>\n<td>Circles - Relatives</td>\n<td>circles_relatives</td>\n</tr>\n<tr>\n<td>Circles - Lawsuit Parties</td>\n<td>circles_lawsuit_parties</td>\n</tr>\n<tr>\n<td>Circles - College Class</td>\n<td>circles_college_class</td>\n</tr>\n<tr>\n<td>Circles - Building</td>\n<td>circles_building</td>\n</tr>\n<tr>\n<td>Circles - Neighbors</td>\n<td>circles_neighbors</td>\n</tr>\n<tr>\n<td>Collections</td>\n<td>collections</td>\n</tr>\n<tr>\n<td>Demographic Data</td>\n<td>demographic_data</td>\n</tr>\n<tr>\n<td>Domains</td>\n<td>domains</td>\n</tr>\n<tr>\n<td>Emails</td>\n<td>emails</td>\n</tr>\n<tr>\n<td>Financial Data</td>\n<td>financial_data</td>\n</tr>\n<tr>\n<td>Flags and Features</td>\n<td>flags_and_features</td>\n</tr>\n<tr>\n<td>Interests and Behaviors</td>\n<td>interests_and_behaviors</td>\n</tr>\n<tr>\n<td>Kyc</td>\n<td>kyc</td>\n</tr>\n<tr>\n<td>Media Profile and Exposure</td>\n<td>media_profile_and_exposure</td>\n</tr>\n<tr>\n<td>Online Ads</td>\n<td>online_ads</td>\n</tr>\n<tr>\n<td>Online Presence</td>\n<td>online_presence</td>\n</tr>\n<tr>\n<td>Phones</td>\n<td>phones</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td>processes</td>\n</tr>\n<tr>\n<td>Profession Data</td>\n<td>profession_data</td>\n</tr>\n<tr>\n<td>Professional Data - Class Organization</td>\n<td>class_organization</td>\n</tr>\n<tr>\n<td>Professional Data - Occupation Data</td>\n<td>occupation_data</td>\n</tr>\n<tr>\n<td>Related People</td>\n<td>related_people</td>\n</tr>\n<tr>\n<td>Social Assistance</td>\n<td>social_assistance</td>\n</tr>\n<tr>\n<td>University Student Data</td>\n<td>university_student_data</td>\n</tr>\n<tr>\n<td>Vehicles</td>\n<td>vehicles</td>\n</tr>\n<tr>\n<td>Web Passages</td>\n<td>passages</td>\n</tr>\n</tbody>\n</table>\n</div><p>The name of the datasets must be separated by commas within the Datasets parameter. If you want query for basic data, telephones and e-mails for example, the parameter <strong>Datasets</strong> must be completed from the following way:\n<br /></p>\n<ul>\n<li>Datasets=<strong>basic_data,phones,emails</strong> <br /></li>\n</ul>\n<p>Because the selected dataset list can be very large, you can associate this set of datasets with a view through our Views API. A view is an alias for a set of datasets. If you choose to create a view, direct your reading to the session ** Views API **.</p>\n","event":[{"listen":"prerequest","script":{"id":"29531317-3428-4450-8565-27c06e7edbc1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ddc6d43f-b5d0-4691-bdd5-00585358501d","type":"text/javascript","exec":[""]}}],"_postman_id":"ed9abdd7-108e-4153-a1c6-b43b9b0527fe"},{"name":"Companies API","item":[{"name":"Activity Indicators","id":"16fb94da-d35a-40ac-866c-9c8e88701d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"activity_indicators\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Este dataset retorna dados tais como Atividade operacional, Número de funcionários e Faturamento estimado.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>IncomeRange</td>\n<td>ATE 250K, ACIMA DE 250K ATE 500K, ACIMA DE 500K ATE 1MM, ACIMA DE 1MM ATE 2.5MM, ACIMA DE 2.5MM ATE 5MM, ACIMA DE 5MM ATE 10MM, ACIMA DE 10MM ATE 25MM, ACIMA DE 25MM ATE 50MM, ACIMA DE 50MM ATE 100MM, ACIMA DE 100MM, SEM INFORMACAO, EMPRESA ISENTA, EMPRESA NAO ATIVA</td>\n</tr>\n<tr>\n<td>EmployeesRange</td>\n<td>ATE 01, 002 A 005, 006 A 009, 010 A 019, 020 A 049, 050 A 099, 100 A 499, &gt;= 500, SEM INFORMACAO, SEM VINCULOS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmployeesRange</td>\n<td>Employees range</td>\n</tr>\n<tr>\n<td>IncomeRange</td>\n<td>Income range</td>\n</tr>\n<tr>\n<td>ActivityLevel</td>\n<td>Activity level</td>\n</tr>\n<tr>\n<td>HasActivity</td>\n<td>If company has activity</td>\n</tr>\n<tr>\n<td>HasRecentAddress</td>\n<td>If company has recent address</td>\n</tr>\n<tr>\n<td>HasRecentEmail</td>\n<td>If company has recent email</td>\n</tr>\n<tr>\n<td>HasRecentPassages</td>\n<td>If company has recent passages</td>\n</tr>\n<tr>\n<td>HasActiveDomain</td>\n<td>If company has active domains</td>\n</tr>\n<tr>\n<td>HasActiveSSL</td>\n<td>If company has SSL</td>\n</tr>\n<tr>\n<td>HasCorporateEmail</td>\n<td>If company has corpare email</td>\n</tr>\n<tr>\n<td>NumberOfBranches</td>\n<td>Number of branches</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"b51ed7b2-0dc9-474a-9d14-238c7da71494","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=activity_indicators&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"activity_indicators"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"ActivityIndicators\": {\n\t\t\t    \"EmployeesRange\": \"100 A 499\",\n\t\t\t    \"IncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t    \"ActivityLevel\": 0.444444444444444,\n\t\t\t    \"HasActivity\": true,\n\t\t\t    \"HasRecentAddress\": false,\n\t\t\t    \"HasRecentPhone\": false,\n\t\t\t    \"HasRecentEmail\": false,\n\t\t\t    \"HasRecentPassages\": true,\n\t\t\t    \"HasActiveDomain\": true,\n\t\t\t    \"HasActiveSSL\": true,\n\t\t\t    \"HasCorporateEmail\": false,\n\t\t\t    \"NumberOfBranches\": 6355\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"fa803295-52ca-40ef-8a93-104dd2004fd9\",\n    \"ElapsedMilliseconds\": 151,\n    \"Status\": {\n        \"activity_indicators\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f27bda64-697e-4d4e-b6ea-8b72afdc5a99","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"activity_indicators\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"ActivityIndicators\": {\n\t\t\t    \"EmployeesRange\": \"100 A 499\",\n\t\t\t    \"IncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t    \"ActivityLevel\": 0.444444444444444,\n\t\t\t    \"HasActivity\": true,\n\t\t\t    \"HasRecentAddress\": false,\n\t\t\t    \"HasRecentPhone\": false,\n\t\t\t    \"HasRecentEmail\": false,\n\t\t\t    \"HasRecentPassages\": true,\n\t\t\t    \"HasActiveDomain\": true,\n\t\t\t    \"HasActiveSSL\": true,\n\t\t\t    \"HasCorporateEmail\": false,\n\t\t\t    \"NumberOfBranches\": 6355\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"fa803295-52ca-40ef-8a93-104dd2004fd9\",\n    \"ElapsedMilliseconds\": 151,\n    \"Status\": {\n        \"activity_indicators\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"16fb94da-d35a-40ac-866c-9c8e88701d16"},{"name":"Addresses","id":"4beb3f16-ea57-4ddd-9abb-ddc206811ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Detailed Address, Address Type, and Usage Indicators.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>HOME or WORK</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Typology</td>\n<td>Public area</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>Title (i.e. Praça, Nossa Senhora, Barão)</td>\n</tr>\n<tr>\n<td>AddressMain</td>\n<td>Indicates if is main address</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>Number</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>Neighborhood</td>\n</tr>\n<tr>\n<td>ZipCode</td>\n<td>Zip Code</td>\n</tr>\n<tr>\n<td>City</td>\n<td>City</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Type of Address (HOME or WORK)</td>\n</tr>\n<tr>\n<td>HouseholdCode</td>\n<td>Address code (including complement)</td>\n</tr>\n<tr>\n<td>BuildingCode</td>\n<td>Address code (without complement)</td>\n</tr>\n<tr>\n<td>HouseholdTotalPassages</td>\n<td>Household frequency</td>\n</tr>\n<tr>\n<td>HouseholdBadPassages</td>\n<td>Household frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>HouseholdCrawlingPassages</td>\n<td>Household frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>HouseholdValidationPassages</td>\n<td>Household frequency including validation</td>\n</tr>\n<tr>\n<td>HouseholdQueryPassages</td>\n<td>Household frequency referring to some query</td>\n</tr>\n<tr>\n<td>HouseholdMonthAveragePassages</td>\n<td>Household month average frequency</td>\n</tr>\n<tr>\n<td>HouseholdNumberOfEntities</td>\n<td>Household number of related entities</td>\n</tr>\n<tr>\n<td>BuildingTotalPassages</td>\n<td>Building frequency</td>\n</tr>\n<tr>\n<td>BuildingBadPassages</td>\n<td>Building frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>BuildingCrawlingPassages</td>\n<td>Building frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>BuildingValidationPassages</td>\n<td>Building frequency including validation</td>\n</tr>\n<tr>\n<td>BuildingQueryPassages</td>\n<td>Building frequency referring to some query</td>\n</tr>\n<tr>\n<td>BuildingMonthAveragePassages</td>\n<td>Building month average frequency</td>\n</tr>\n<tr>\n<td>BuildingNumberOfHouseholds</td>\n<td>Building number of related households</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsRecent</td>\n<td>Indicates recency</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsRatified</td>\n<td>Indicates if it is ratified</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Include additional informations as IBGE code</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>Latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>Longitude</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter Description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Address type</td>\n<td>work, home</td>\n</tr>\n<tr>\n<td>isratified</td>\n<td>If it is ratified</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If it is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If it is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If it is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State</td>\n<td>RJ, SP, MG, ES, ...</td>\n</tr>\n<tr>\n<td>zipcode</td>\n<td>Zip code number</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>By default, this dataset will return 4 data records. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>addresses.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>addresses.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"214a064d-c3d7-4170-85df-cbc6d4154d65","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"addresses\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Addresses\": [\n\t\t      {\n\t\t          \"Typology\": \"AVENIDA\",\n\t\t          \"Title\": \"PRESIDENTE\",\n\t\t          \"AddressMain\": \"VARGAS\",\n\t\t          \"Number\": \"218\",\n\t\t          \"Complement\": \"\",\n\t\t          \"Neighborhood\": \"CAMPINA\",\n\t\t          \"ZipCode\": \"66010900\",\n\t\t          \"City\": \"BELEM\",\n\t\t          \"State\": \"PA\",\n\t\t          \"Country\": \"Brazil\",\n\t\t          \"Type\": \"WORK\",\n\t\t          \"HouseholdCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"BuildingCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"HouseholdTotalPassages\": 2,\n\t\t          \"HouseholdBadPassages\": 0,\n\t\t          \"HouseholdCrawlingPassages\": 0,\n\t\t          \"HouseholdValidationPassages\": 0,\n\t\t          \"HouseholdQueryPassages\": -1,\n\t\t          \"HouseholdMonthAveragePassages\": 0,\n\t\t          \"HouseholdNumberOfEntities\": 4,\n\t\t          \"BuildingTotalPassages\": 2,\n\t\t          \"BuildingBadPassages\": 0,\n\t\t          \"BuildingCrawlingPassages\": 0,\n\t\t          \"BuildingValidationPassages\": 0,\n\t\t          \"BuildingQueryPassages\": -1,\n\t\t          \"BuildingMonthAveragePassages\": 0,\n\t\t          \"BuildingNumberOfHouseholds\": -1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": true,\n\t\t          \"IsRatified\": true,\n\t\t          \"FirstPassageDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"CreationDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"HasOptIn\": false,\n\t\t          \"AdditionalOutputData\": {\n\t\t              \"IbgeCode\": \"1501402\"\n\t\t          },\n\t\t          \"Latitude\": 0,\n\t\t          \"Longitude\": 0\n\t\t      }\n\t\t  ]\n        }\n    ],\n    \"QueryId\": \"c8eb89f5-d217-4af8-9956-0b08ead35a92\",\n    \"ElapsedMilliseconds\": 63,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fd208a67-c74d-4377-b119-ff9f83cf3528","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=addresses&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"addresses"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Addresses\": [\n\t\t      {\n\t\t          \"Typology\": \"AVENIDA\",\n\t\t          \"Title\": \"PRESIDENTE\",\n\t\t          \"AddressMain\": \"VARGAS\",\n\t\t          \"Number\": \"218\",\n\t\t          \"Complement\": \"\",\n\t\t          \"Neighborhood\": \"CAMPINA\",\n\t\t          \"ZipCode\": \"66010900\",\n\t\t          \"City\": \"BELEM\",\n\t\t          \"State\": \"PA\",\n\t\t          \"Country\": \"Brazil\",\n\t\t          \"Type\": \"WORK\",\n\t\t          \"HouseholdCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"BuildingCode\": \"02-27-58-0B-6D-B6-4B-FE-3F-52-01-06-B7-C3-9D-C0\",\n\t\t          \"HouseholdTotalPassages\": 2,\n\t\t          \"HouseholdBadPassages\": 0,\n\t\t          \"HouseholdCrawlingPassages\": 0,\n\t\t          \"HouseholdValidationPassages\": 0,\n\t\t          \"HouseholdQueryPassages\": -1,\n\t\t          \"HouseholdMonthAveragePassages\": 0,\n\t\t          \"HouseholdNumberOfEntities\": 4,\n\t\t          \"BuildingTotalPassages\": 2,\n\t\t          \"BuildingBadPassages\": 0,\n\t\t          \"BuildingCrawlingPassages\": 0,\n\t\t          \"BuildingValidationPassages\": 0,\n\t\t          \"BuildingQueryPassages\": -1,\n\t\t          \"BuildingMonthAveragePassages\": 0,\n\t\t          \"BuildingNumberOfHouseholds\": -1,\n\t\t          \"Priority\": 1,\n\t\t          \"IsMain\": true,\n\t\t          \"IsRecent\": false,\n\t\t          \"IsActive\": true,\n\t\t          \"IsRatified\": true,\n\t\t          \"FirstPassageDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastPassageDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"CreationDate\": \"2015-07-06T00:00:00Z\",\n\t\t          \"LastUpdateDate\": \"2017-07-19T00:00:00Z\",\n\t\t          \"HasOptIn\": false,\n\t\t          \"AdditionalOutputData\": {\n\t\t              \"IbgeCode\": \"1501402\"\n\t\t          },\n\t\t          \"Latitude\": 0,\n\t\t          \"Longitude\": 0\n\t\t      }\n\t\t  ]\n        }\n    ],\n    \"QueryId\": \"c8eb89f5-d217-4af8-9956-0b08ead35a92\",\n    \"ElapsedMilliseconds\": 63,\n    \"Status\": {\n        \"addresses\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4beb3f16-ea57-4ddd-9abb-ddc206811ff4"},{"name":"Basic Data","id":"56866d39-1a57-4e47-a242-c96ba8aed39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Corporate Name, CNPJ and Status in \"Receita Federal\".</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LegalNature.Code</td>\n<td>0, 1015, 1023, 1031, 1040, 1058, 1066, 1074, 1082, 1090, 1104, 1112, 1120, 1139, 1147, 1155, 1163, 1171, 1180, 1198, 1201, 1210, 1228, 1236, 1244, 1252, 1260, 1279, 2011, 2038, 2046, 2054, 2062, 2070, 2089, 2097, 2100, 2127, 2135, 2143, 2151, 2160, 2178, 2216, 2224, 2232, 2240, 2259, 2267, 2275, 2283, 2291, 2305, 2313, 2321, 3034, 3069, 3077, 3085, 3093, 3107, 3115, 3123, 3131, 3204, 3212, 3220, 3239, 3247, 3255, 3263, 3271, 3280, 3298, 3301, 3999, 4014, 4081, 4090, 4120, 5010, 5029, 5037, 8885</td>\n</tr>\n<tr>\n<td>TaxRegimes</td>\n<td>Simples</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>ATIVA, ATIVA  EMPRESA DOMICILIADA NO EXTERIOR, ATIVA - EMPRESA DOMICILIADA NO EXTERIOR, BAIXADA, CNPJ DOES NOT EXIST IN RECEITA FEDERAL DATABASE, DATA DA SITUAÇÃO CADASTRAL, INAPTA, NULA, NULA  EMPRESA DOMICILIADA NO EXTERIOR, NULA - EMPRESA DOMICILIADA NO EXTERIOR, SUSPENSA, SUSPENSA  EMPRESA DOMICILIADA NO EXTERIOR, SUSPENSA - EMPRESA DOMICILIADA NO EXTERIOR</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaxIdNumber</td>\n<td>Number of related document</td>\n</tr>\n<tr>\n<td>TaxIdCountry</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>AlternativeIdNumbers</td>\n<td>Another related documents</td>\n</tr>\n<tr>\n<td>OfficialName</td>\n<td>Official name</td>\n</tr>\n<tr>\n<td>TradeName</td>\n<td>Trade name</td>\n</tr>\n<tr>\n<td>Aliases</td>\n<td>Another names of the company</td>\n</tr>\n<tr>\n<td>NameUniquenessScore</td>\n<td>It ranges from 0 to 1, describing how unique the company's official name is compared to other companies</td>\n</tr>\n<tr>\n<td>FoundedDate</td>\n<td>Foundation date</td>\n</tr>\n<tr>\n<td>ClosedDate</td>\n<td>Closing date</td>\n</tr>\n<tr>\n<td>Age</td>\n<td>Age</td>\n</tr>\n<tr>\n<td>IsHeadquarter</td>\n<td>If it is the company headquarters</td>\n</tr>\n<tr>\n<td>HeadquarterState</td>\n<td>Headquarter state</td>\n</tr>\n<tr>\n<td>TaxIdStatus</td>\n<td>Related document status</td>\n</tr>\n<tr>\n<td>TaxIdOrigin</td>\n<td>Related document origin</td>\n</tr>\n<tr>\n<td>TaxRegimes</td>\n<td>Type of tax regime</td>\n</tr>\n<tr>\n<td>Activities</td>\n<td>End-of-company activities (If it is the main activity, code and name of the activity)</td>\n</tr>\n<tr>\n<td>Activities.IsMain</td>\n<td>Indicates if is main activity</td>\n</tr>\n<tr>\n<td>Activities.Code</td>\n<td>Activity code</td>\n</tr>\n<tr>\n<td>Activities.Activity</td>\n<td>Activity description</td>\n</tr>\n<tr>\n<td>LegalNature</td>\n<td>Legal nature</td>\n</tr>\n<tr>\n<td>LegalNature.Code</td>\n<td>Legal nature code</td>\n</tr>\n<tr>\n<td>LegalNature.Activity</td>\n<td>Description activity of legal nature</td>\n</tr>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Another informations</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"46b0cef3-3afd-4108-bbd6-78d32dd224ad","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"basic_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n             \"BasicData\": {\n\t\t        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t        \"TaxIdCountry\": \"Brazil\",\n\t\t        \"AlternativeIdNumbers\": {},\n\t\t        \"OfficialName\": \"BANCO DO BRASIL SA\",\n\t\t        \"TradeName\": \"DIRECAO GERAL\",\n\t\t        \"Aliases\": {},\n\t\t        \"NameUniquenessScore\": -1,\n\t\t        \"FoundedDate\": \"1966-08-01T00:00:00Z\",\n\t\t        \"Age\": 52,\n\t\t        \"IsHeadquarter\": true,\n\t\t        \"HeadquarterState\": \"\",\n\t\t        \"TaxIdStatus\": \"ATIVA\",\n\t\t        \"TaxIdOrigin\": \"Receita Federal\",\n\t\t        \"TaxRegimes\": {\n\t\t            \"Simples\": false\n\t\t        },\n\t\t        \"Activities\": [\n\t\t            {\n\t\t                \"IsMain\": true,\n\t\t                \"Code\": \"6422100\",\n\t\t                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n\t\t            },\n\t\t            {\n\t\t                \"IsMain\": false,\n\t\t                \"Code\": \"6499999\",\n\t\t                \"Activity\": \"OUTRAS ATIVIDADES DE SERVICOS FINANCEIROS NAO ESPECIFICADAS ANTERIORMENTE\"\n\t\t            }\n\t\t        ],\n\t\t        \"LegalNature\": {\n\t\t            \"Code\": \"2038\",\n\t\t            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n\t\t        },\n\t\t        \"CreationDate\": \"2014-03-29T00:00:00Z\",\n\t\t        \"LastUpdateDate\": \"2019-02-15T00:00:00Z\",\n\t\t        \"AdditionalOutputData\": {\n\t\t            \"Capital\": \"60000000000.00\"\n\t\t        }\n\t\t    }\n        }\n    ],\n    \"QueryId\": \"fd733821-71b6-4cc3-be1d-43f57dcd2df8\",\n    \"ElapsedMilliseconds\": 82,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"7e29e059-7321-4951-8e01-1bdc1f4488f4","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=basic_data&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"basic_data"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n             \"BasicData\": {\n\t\t        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t        \"TaxIdCountry\": \"Brazil\",\n\t\t        \"AlternativeIdNumbers\": {},\n\t\t        \"OfficialName\": \"BANCO DO BRASIL SA\",\n\t\t        \"TradeName\": \"DIRECAO GERAL\",\n\t\t        \"Aliases\": {},\n\t\t        \"NameUniquenessScore\": -1,\n\t\t        \"FoundedDate\": \"1966-08-01T00:00:00Z\",\n\t\t        \"Age\": 52,\n\t\t        \"IsHeadquarter\": true,\n\t\t        \"HeadquarterState\": \"\",\n\t\t        \"TaxIdStatus\": \"ATIVA\",\n\t\t        \"TaxIdOrigin\": \"Receita Federal\",\n\t\t        \"TaxRegimes\": {\n\t\t            \"Simples\": false\n\t\t        },\n\t\t        \"Activities\": [\n\t\t            {\n\t\t                \"IsMain\": true,\n\t\t                \"Code\": \"6422100\",\n\t\t                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n\t\t            },\n\t\t            {\n\t\t                \"IsMain\": false,\n\t\t                \"Code\": \"6499999\",\n\t\t                \"Activity\": \"OUTRAS ATIVIDADES DE SERVICOS FINANCEIROS NAO ESPECIFICADAS ANTERIORMENTE\"\n\t\t            }\n\t\t        ],\n\t\t        \"LegalNature\": {\n\t\t            \"Code\": \"2038\",\n\t\t            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n\t\t        },\n\t\t        \"CreationDate\": \"2014-03-29T00:00:00Z\",\n\t\t        \"LastUpdateDate\": \"2019-02-15T00:00:00Z\",\n\t\t        \"AdditionalOutputData\": {\n\t\t            \"Capital\": \"60000000000.00\"\n\t\t        }\n\t\t    }\n        }\n    ],\n    \"QueryId\": \"fd733821-71b6-4cc3-be1d-43f57dcd2df8\",\n    \"ElapsedMilliseconds\": 82,\n    \"Status\": {\n        \"basic_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"56866d39-1a57-4e47-a242-c96ba8aed39e"},{"name":"Domains","id":"c538b0df-22c0-4fea-9e7a-b4b7962c6952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Classification Data, Basic Technology Data, and Social Media Integration Data.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>HostName</td>\n<td>Host name</td>\n</tr>\n<tr>\n<td>DomainName</td>\n<td>Domain name</td>\n</tr>\n<tr>\n<td>FinalDomainName</td>\n<td>Final domain name</td>\n</tr>\n<tr>\n<td>DomainClass</td>\n<td>Domain class</td>\n</tr>\n<tr>\n<td>DomainMainSegment</td>\n<td>Domain segment</td>\n</tr>\n<tr>\n<td>VisitorRange</td>\n<td>Visitor total range</td>\n</tr>\n<tr>\n<td>ServerTechnology</td>\n<td>Server technology</td>\n</tr>\n<tr>\n<td>DevelopmentLanguage</td>\n<td>Development language</td>\n</tr>\n<tr>\n<td>Framework</td>\n<td>Used framework</td>\n</tr>\n<tr>\n<td>PageCountRange</td>\n<td>Page count range</td>\n</tr>\n<tr>\n<td>PaymentServices</td>\n<td>Payment services</td>\n</tr>\n<tr>\n<td>PaymentMethods</td>\n<td>Payment methods</td>\n</tr>\n<tr>\n<td>CreditCards</td>\n<td>Credit cards</td>\n</tr>\n<tr>\n<td>FinancialInstitutions</td>\n<td>Financial institutions</td>\n</tr>\n<tr>\n<td>IspName</td>\n<td>Provider</td>\n</tr>\n<tr>\n<td>IspCountry</td>\n<td>Provider's country</td>\n</tr>\n<tr>\n<td>IspRegion</td>\n<td>Provider's region</td>\n</tr>\n<tr>\n<td>IspCity</td>\n<td>Provider's city</td>\n</tr>\n<tr>\n<td>ProductRangeCount</td>\n<td>Total range of products</td>\n</tr>\n<tr>\n<td>AvgPrice</td>\n<td>Average price</td>\n</tr>\n<tr>\n<td>AdNetworks</td>\n<td>Ad networks</td>\n</tr>\n<tr>\n<td>SocialNetworks</td>\n<td>Social networks</td>\n</tr>\n<tr>\n<td>ChatProviders</td>\n<td>Chat providers</td>\n</tr>\n<tr>\n<td>HelpDeskProviders</td>\n<td>Help desk providers</td>\n</tr>\n<tr>\n<td>FraudService</td>\n<td>Fraud service</td>\n</tr>\n<tr>\n<td>MappingServices</td>\n<td>Mapping service</td>\n</tr>\n<tr>\n<td>AnalyticsServices</td>\n<td>Analytics services</td>\n</tr>\n<tr>\n<td>RecommendationEngine</td>\n<td>Recommendation engine</td>\n</tr>\n<tr>\n<td>RegistrationStatus</td>\n<td>Registration status</td>\n</tr>\n<tr>\n<td>EstimatedIncome</td>\n<td>Estimated income</td>\n</tr>\n<tr>\n<td>AvgLoadTime</td>\n<td>Average load time</td>\n</tr>\n<tr>\n<td>AvgPageSize</td>\n<td>Average page size</td>\n</tr>\n<tr>\n<td>CaptureDate</td>\n<td>Capture date</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>Registration date</td>\n</tr>\n<tr>\n<td>ExpirationDate</td>\n<td>Expiration date</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>HasSsl</td>\n<td>Indicates if has SSL</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hasssl</td>\n<td>Indicate if has SSL  (true, false)</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>Indicate if is an active domain (true, false)</td>\n</tr>\n<tr>\n<td>socialnetworks</td>\n<td>Social networks</td>\n</tr>\n<tr>\n<td>ispname</td>\n<td>Provider name</td>\n</tr>\n<tr>\n<td>paymentmethods</td>\n<td>Payment methods</td>\n</tr>\n<tr>\n<td>paymentservices</td>\n<td>Payment services</td>\n</tr>\n<tr>\n<td>framework</td>\n<td>Used framework</td>\n</tr>\n<tr>\n<td>visitorrange</td>\n<td>Range visitor</td>\n</tr>\n<tr>\n<td>domainclass</td>\n<td>Indicates the domain class(PORTAL, BLOG, ...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>domains.filter(framework=xxxxxxxx)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>domains.filter(framework=xxxxxxxx)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>domains.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>domains.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"421e6cb9-d34a-4066-bf86-858a8c37b895","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"domains\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"server.bastter.com\",\n                    \"DomainName\": \"bastter.com.br\",\n                    \"FinalDomainName\": \"https://www.bastter.com/Mercado/\",\n                    \"DomainClass\": \"ECOMMERCE\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"Microsoft-IIS/8.0\",\n                    \"DevelopmentLanguage\": \"ASP.NET\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"HostDime.com Inc.\",\n                    \"IspCountry\": \"United States\",\n                    \"IspRegion\": \"Florida\",\n                    \"IspCity\": \"Orlando\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"Publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 556.19422908163267,\n                    \"AvgPageSize\": 171237.42857142858,\n                    \"CaptureDate\": \"2018-11-25T07:00:40.096Z\",\n                    \"RegistrationDate\": \"2001-09-12T00:00:00Z\",\n                    \"ExpirationDate\": \"2023-09-12T00:00:00Z\",\n                    \"IsActive\": true,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB\",\n                            \"Subject\": \"CN=bastter.com, OU=EssentialSSL, OU=Domain Control Validated\",\n                            \"ExpirationDate\": \"9/24/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"39680649-2dc0-4f72-b5ee-713d80921825\",\n    \"ElapsedMilliseconds\": 292,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"4f808e36-9465-4f6e-ba4c-98ca7ed7bb5a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=domains&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"domains"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Domains\": [\n                {\n                    \"HostName\": \"server.bastter.com\",\n                    \"DomainName\": \"bastter.com.br\",\n                    \"FinalDomainName\": \"https://www.bastter.com/Mercado/\",\n                    \"DomainClass\": \"ECOMMERCE\",\n                    \"DomainMainSegment\": \"UNKNOWN\",\n                    \"VisitorRange\": \"\",\n                    \"ServerTechnology\": \"Microsoft-IIS/8.0\",\n                    \"DevelopmentLanguage\": \"ASP.NET\",\n                    \"Framework\": \"\",\n                    \"PageCountRange\": \"\",\n                    \"PaymentServices\": \"\",\n                    \"PaymentMethods\": \"\",\n                    \"CreditCards\": \"\",\n                    \"FinancialInstitutions\": \"\",\n                    \"IspName\": \"HostDime.com Inc.\",\n                    \"IspCountry\": \"United States\",\n                    \"IspRegion\": \"Florida\",\n                    \"IspCity\": \"Orlando\",\n                    \"ProductRangeCount\": \"\",\n                    \"AvgPrice\": \"\",\n                    \"AdNetworks\": \"\",\n                    \"SocialNetworks\": \"\",\n                    \"ChatProviders\": \"\",\n                    \"HelpDeskProviders\": \"\",\n                    \"FraudService\": \"\",\n                    \"MappingServices\": \"\",\n                    \"AnalyticsServices\": \"\",\n                    \"RecommendationEngine\": \"\",\n                    \"RegistrationStatus\": \"Publicado\",\n                    \"EstimatedIncome\": 0,\n                    \"AvgLoadTime\": 556.19422908163267,\n                    \"AvgPageSize\": 171237.42857142858,\n                    \"CaptureDate\": \"2018-11-25T07:00:40.096Z\",\n                    \"RegistrationDate\": \"2001-09-12T00:00:00Z\",\n                    \"ExpirationDate\": \"2023-09-12T00:00:00Z\",\n                    \"IsActive\": true,\n                    \"HasSsl\": true,\n                    \"SslCeritificates\": [\n                        {\n                            \"Issuer\": \"CN=COMODO RSA Domain Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB\",\n                            \"Subject\": \"CN=bastter.com, OU=EssentialSSL, OU=Domain Control Validated\",\n                            \"ExpirationDate\": \"9/24/2019 11:59:59 PM\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"39680649-2dc0-4f72-b5ee-713d80921825\",\n    \"ElapsedMilliseconds\": 292,\n    \"Status\": {\n        \"domains\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c538b0df-22c0-4fea-9e7a-b4b7962c6952"},{"name":"Economic Group Data","id":"2ccc8a98-336f-4759-bb39-d88ef03cff8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"economic_group_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalIncomeRange</td>\n<td>ACIMA DE 100MM, ACIMA DE 10MM ATE 25MM, ACIMA DE 1MM ATE 2.5MM, ACIMA DE 2.5MM ATE 5MM, ACIMA DE 250K ATE 500K, ACIMA DE 25MM ATE 50MM, ACIMA DE 500K ATE 1MM, ACIMA DE 50MM ATE 100MM, ACIMA DE 5MM ATE 10MM, ATE 250K, EMPRESA ISENTA, EMPRESA NAO ATIVA, SEM INFORMACAO</td>\n</tr>\n<tr>\n<td>TotalEmployeesRange</td>\n<td>&gt;= 500, 002 A 005, 006 A 009, 010 A 019, 020 A 049, 050 A 099, 100 A 499, ATE 01, SEM INFORMACAO, SEM VINCULOS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MainCompanyTaxId</td>\n<td>Company document number</td>\n</tr>\n<tr>\n<td>EconomicGroupType</td>\n<td>Economic group type</td>\n</tr>\n<tr>\n<td>TotalCompanies</td>\n<td>Total number of companies</td>\n</tr>\n<tr>\n<td>TotalActiveCompanies</td>\n<td>Total number of active companies</td>\n</tr>\n<tr>\n<td>TotalInactiveCompanies</td>\n<td>Total number of inactive companies</td>\n</tr>\n<tr>\n<td>TotalHeadquarters</td>\n<td>Total number of Headquarter</td>\n</tr>\n<tr>\n<td>TotalBranches</td>\n<td>Total number of branches</td>\n</tr>\n<tr>\n<td>TotalStates</td>\n<td>Total number of states</td>\n</tr>\n<tr>\n<td>TotalCities</td>\n<td>Total number of cities</td>\n</tr>\n<tr>\n<td>TotalIncomeRange</td>\n<td>Total income range</td>\n</tr>\n<tr>\n<td>TotalEmployeesRange</td>\n<td>Total employees range</td>\n</tr>\n<tr>\n<td>TotalPeople</td>\n<td>Total number of related people</td>\n</tr>\n<tr>\n<td>TotalOwners</td>\n<td>Total number of owners</td>\n</tr>\n<tr>\n<td>TotalPEPs</td>\n<td>Total number of PEP indicators</td>\n</tr>\n<tr>\n<td>TotalSanctioned</td>\n<td>Total number of sanctions</td>\n</tr>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total number of Lawsuits</td>\n</tr>\n<tr>\n<td>TotalWebsites</td>\n<td>Total number of websites</td>\n</tr>\n<tr>\n<td>TotalAddresses</td>\n<td>Total number of addresses</td>\n</tr>\n<tr>\n<td>TotalPhones</td>\n<td>Total number of phones</td>\n</tr>\n<tr>\n<td>TotalEmails</td>\n<td>Total number of emails</td>\n</tr>\n<tr>\n<td>TotalPassages</td>\n<td>Total number of passages</td>\n</tr>\n<tr>\n<td>TotalBadPassages</td>\n<td>Total number of suspicious passages</td>\n</tr>\n<tr>\n<td>EconomicActivities</td>\n<td>Economic activities code</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"limit\">Limit</h1>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>economic_group_data.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>economic_group_data.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"8646e6c4-7b22-4c20-b017-f7907f1a86d4","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=economic_group_data&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"economic_group_data"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"EconomicGroups\": {\n                \"EconomicGroups\": [\n                    {\n                        \"MainCompanyTaxId\": \"xxxxxxxxxxxxxx\",\n                        \"EconomicGroupType\": \"\",\n                        \"TotalCompanies\": 0,\n                        \"TotalActiveCompanies\": 0,\n                        \"TotalInactiveCompanies\": 0,\n                        \"TotalHeadquarters\": 0,\n                        \"TotalBranches\": 0,\n                        \"TotalStates\": 0,\n                        \"TotalCities\": 0,\n                        \"TotalIncomeRange\": \"\",\n                        \"TotalEmployeesRange\": \"\",\n                        \"TotalPeople\": 0,\n                        \"TotalOwners\": 0,\n                        \"TotalPEPs\": 0,\n                        \"TotalSanctioned\": 0,\n                        \"TotalLawsuits\": 0,\n                        \"TotalWebsites\": 0,\n                        \"TotalAddresses\": 0,\n                        \"TotalPhones\": 0,\n                        \"TotalEmails\": 0,\n                        \"TotalPassages\": 0,\n                        \"TotalBadPassages\": 0,\n                        \"EconomicActivities\": [\n                            \"\"\n                        ]\n                    }\n                ]\n            }\n        }\n    ],\n    \"QueryId\": \"2c304bc1-806e-4f00-8a79-779f35163b49\",\n    \"ElapsedMilliseconds\": 4407,\n    \"Status\": {\n        \"economic_group_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"a7ad0601-5015-4a29-a3cc-202be596548e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"economic_group_data\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"EconomicGroups\": {\n\t\t\t    \"EconomicGroups\": [\n\t\t\t        {\n\t\t\t            \"MainCompanyTaxId\": \"xxxxxxxxxxxxxx\",\n\t\t\t            \"EconomicGroupType\": \"First-level\",\n\t\t\t            \"TotalCompanies\": 0,\n\t\t\t            \"TotalActiveCompanies\": -1,\n\t\t\t            \"TotalInactiveCompanies\": -1,\n\t\t\t            \"TotalHeadquarters\": -1,\n\t\t\t            \"TotalBranches\": 6355,\n\t\t\t            \"TotalStates\": 1,\n\t\t\t            \"TotalCities\": 1,\n\t\t\t            \"TotalIncomeRange\": \"ACIMA DE 100MM\",\n\t\t\t            \"TotalEmployeesRange\": \">= 500\",\n\t\t\t            \"TotalPeople\": 105276,\n\t\t\t            \"TotalOwners\": 37,\n\t\t\t            \"TotalPEPs\": -1,\n\t\t\t            \"TotalSanctioned\": -1,\n\t\t\t            \"TotalLawsuits\": -1,\n\t\t\t            \"TotalWebsites\": 7,\n\t\t\t            \"TotalAddresses\": 1,\n\t\t\t            \"TotalPhones\": 1,\n\t\t\t            \"TotalEmails\": 4,\n\t\t\t            \"TotalPassages\": -1,\n\t\t\t            \"TotalBadPassages\": -1,\n\t\t\t            \"EconomicActivities\": [\n\t\t\t                \"6499999\"\n\t\t\t            ]\n\t\t\t        }\n\t\t\t    ]\n\t\t\t}\n        }\n    ],\n    \"QueryId\": \"2c304bc1-806e-4f00-8a79-779f35163b49\",\n    \"ElapsedMilliseconds\": 4407,\n    \"Status\": {\n        \"economic_group_data\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2ccc8a98-336f-4759-bb39-d88ef03cff8b"},{"name":"Emails","id":"de74b406-404b-4a38-a201-8e00da2000d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as E-mail Address (es), Frequency Indicators, and Usage Indicators.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>WORK, PERSONAL</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmailAddress</td>\n<td>Email address</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Email type (WORK, PERSONAL )</td>\n</tr>\n<tr>\n<td>EmailTotalPassages</td>\n<td>Email frequency</td>\n</tr>\n<tr>\n<td>EmailBadPassages</td>\n<td>Email frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>EmailCrawlingPassages</td>\n<td>Email frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>EmailValidationPassages</td>\n<td>Email frequency including validation</td>\n</tr>\n<tr>\n<td>EmailQueryPassages</td>\n<td>Email frequency referring to some query</td>\n</tr>\n<tr>\n<td>EmailMonthAveragePassages</td>\n<td>Email month average frequency</td>\n</tr>\n<tr>\n<td>EmailNumberOfEntities</td>\n<td>Email number of related entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>ValidationStatus</td>\n<td>Validation status</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation date</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Descrição do filtro</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>Type</td>\n<td>work, personal</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>validationstatus</td>\n<td>Status</td>\n<td>VALID, ACCEPT_ALL, UNKNOWN, POSSIBLE_SPAM_TRAP, INVALID, HARDBOUNCE, RISKY, ACCEPT</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>Email domain</td>\n<td>gmail.com, yahoo.com.br, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>emails.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>emails.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>By default, this dataset will return 4 data records. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>emails.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>emails.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"32c6938e-cf07-483d-bae8-0395f90fe92c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"emails\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\": \"valesca@janirmoreira.com.br\",\n                    \"Domain\": \"janirmoreira.com.br\",\n                    \"UserName\": \"valesca\",\n                    \"Type\": \"corporate\",\n                    \"EmailTotalPassages\": 66,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 16,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 2,\n                    \"IsMain\": false,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-06-21T00:00:00Z\",\n                    \"FirstPassageDate\": \"2017-12-25T00:00:00Z\",\n                    \"LastPassageDate\": \"2018-04-04T00:00:00Z\",\n                    \"CreationDate\": \"0001-01-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2018-04-04T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"9b37781f-b85f-43b4-b35f-6b1f0e8b41be\",\n    \"ElapsedMilliseconds\": 103,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e91ef957-3653-4dcc-abcd-742cd23fa5bb","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=emails&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"emails"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Emails\": [\n                {\n                    \"EmailAddress\": \"valesca@janirmoreira.com.br\",\n                    \"Domain\": \"janirmoreira.com.br\",\n                    \"UserName\": \"valesca\",\n                    \"Type\": \"corporate\",\n                    \"EmailTotalPassages\": 66,\n                    \"EmailBadPassages\": 0,\n                    \"EmailCrawlingPassages\": -1,\n                    \"EmailValidationPassages\": -1,\n                    \"EmailQueryPassages\": -1,\n                    \"EmailMonthAveragePassages\": 16,\n                    \"EmailNumberOfEntities\": 2,\n                    \"Priority\": 2,\n                    \"IsMain\": false,\n                    \"IsRecent\": false,\n                    \"IsActive\": true,\n                    \"ValidationStatus\": \"VALID\",\n                    \"LastValidationDate\": \"2017-06-21T00:00:00Z\",\n                    \"FirstPassageDate\": \"2017-12-25T00:00:00Z\",\n                    \"LastPassageDate\": \"2018-04-04T00:00:00Z\",\n                    \"CreationDate\": \"0001-01-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2018-04-04T00:00:00Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"9b37781f-b85f-43b4-b35f-6b1f0e8b41be\",\n    \"ElapsedMilliseconds\": 103,\n    \"Status\": {\n        \"emails\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"de74b406-404b-4a38-a201-8e00da2000d6"},{"name":"KYC Informations","id":"aad93afb-5865-4f2b-8e8a-1c5e1bb65100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Retorno</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SanctionsHistory.Source</td>\n<td>Source</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Type</td>\n<td>Type</td>\n</tr>\n<tr>\n<td>SanctionsHistory.MatchRate</td>\n<td>Indication of how closely the name matches</td>\n</tr>\n<tr>\n<td>SanctionsHistory.Details</td>\n<td>Details</td>\n</tr>\n<tr>\n<td>SanctionsHistory.StartDate</td>\n<td>Start date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.EndDate</td>\n<td>End date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>SanctionsHistory.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>IsCurrentlySanctioned</td>\n<td>Indicates whether the company is currently under any sanction</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Parameter required</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CNPJ</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>minmatch</td>\n<td>Minimum Match Rate for the IsCurrentlySanctioned to be set to true (default: 70)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Filtro</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pep_level</td>\n<td>Level of Politically Exposed Person (PPE)</td>\n</tr>\n<tr>\n<td>pep_job</td>\n<td>Job title</td>\n</tr>\n<tr>\n<td>pep_motive</td>\n<td>Motive</td>\n</tr>\n<tr>\n<td>sanctions_source</td>\n<td>Sanction source</td>\n</tr>\n<tr>\n<td>sanctions_type</td>\n<td>Sanction type (CEPIM, CEIS, CNEP,UNSC, ...)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>kyc.filter(sanctions_source=interpol)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>kyc.filter(sanctions_source=interpol)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"788e8af6-e165-4199-afea-ddff8a08de2f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"kyc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n            \t\"PEPHistory\": [],\r\n                \"IsCurrentlyPEP\": false,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CEPIM\",\r\n                        \"Details\": {\r\n                            \"AgreementNumber \": \"629097\",\r\n                            \"GrantingBody    \": \"MINISTERIO DO DESENVOLVIMENTO AGRARIO\",\r\n                            \"ImpedimentReason\": \"INEXECUÇÃO DO OBJETO (TOTAL OU PARCIAL)\"\r\n                        },\r\n                        \"StartDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n                        \"CreationDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"LastUpdateDate\": \"2018-01-15T16:12:14.466Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CEIS\",\r\n                        \"Type\": \"\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"BANCO DO BRASIL S/A\",\r\n\t\t\t                \"ProcessNumber\": \"Processo Adm. nº 0141/2018\",\r\n\t\t\t                \"SanctioningBody\": \"Suspensão - Lei de Licitações\",\r\n\t\t\t                \"SanctioningBodyState\": \"RJ\",\r\n\t\t\t                \"InformationOrigin\": \"PREFEITURA MUNICIPAL DE SUMIDOURO - RJ\",\r\n\t\t\t                \"PublicationDate\": \"7/27/2018 3:00:00 AM\",\r\n\t\t\t                \"Publication\": \"Outro Seção 522 Pagina 9\",\r\n\t\t\t                \"LegalSubstantiation\": \"Art. 87, inciso III, Lei 8666/1993\",\r\n\t\t\t                \"LegalSubstantiationDescription\": \"Pela inexecução total ou parcial do contrato a Administração poderá, garantida a prévia defesa, aplicar ao contratado as seguintes sanções: III - suspensão temporária de participação em licitação e impedimento de contratar com a Administração, por prazo não superior a 2 (dois) anos;\",\r\n\t\t\t                \"OrganComplement\": null,\r\n\t\t\t                \"ScopeDefinedInJudicialDecision\": \"No órgão sancionador\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"Multa - Lei da Empresa Limpa\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"Willian de Andrade Bullerjanh-ME\",\r\n                            \"ProcessNumber\": \"68120290\",\r\n                            \"SanctioningBody\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"SanctioningBodyStateCode\": \"ES\",\r\n                            \"InformationOrigin\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"InformationOriginDate\": \"2/19/2016 2:00:00 AM\",\r\n                            \"PublicationDate\": \"2/11/2016 2:00:00 AM\",\r\n                            \"Publication\": \"Diário Oficial do Estado Seção Executivo Pagina 3\",\r\n                            \"LegalSubstantiation\": \"Art. 6, inciso I, Lei 12846/2013\",\r\n                            \"LegalSubstantiationDescription\": null,\r\n                            \"TransitDueDate\": \"1/1/0001 12:00:00 AM\",\r\n                            \"FineAmount\": \"6000\",\r\n                            \"ResjusdicataDate\": \"1/27/2016 2:00:00 AM\"\r\n                        },\r\n                        \"StartDate\": \"2016-01-27T02:00:00Z\",\r\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-01-15T15:51:05.442Z\",\r\n                        \"LastUpdateDate\": \"2019-03-15T18:22:18.714Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"9648176e-1396-4973-93d1-1f07a0ca94c5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=kyc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"kyc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"KycData\": {\r\n            \t\"PEPHistory\": [],\r\n                \"IsCurrentlyPEP\": false,\r\n                \"SanctionsHistory\": [\r\n                    {\r\n                        \"Source\": \"CEPIM\",\r\n                        \"Details\": {\r\n                            \"AgreementNumber \": \"629097\",\r\n                            \"GrantingBody    \": \"MINISTERIO DO DESENVOLVIMENTO AGRARIO\",\r\n                            \"ImpedimentReason\": \"INEXECUÇÃO DO OBJETO (TOTAL OU PARCIAL)\"\r\n                        },\r\n                        \"StartDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"EndDate\": \"9999-12-31T23:59:59.9999999\",\r\n                        \"CreationDate\": \"2018-01-15T15:48:50.27Z\",\r\n                        \"LastUpdateDate\": \"2018-01-15T16:12:14.466Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CEIS\",\r\n                        \"Type\": \"\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"BANCO DO BRASIL S/A\",\r\n\t\t\t                \"ProcessNumber\": \"Processo Adm. nº 0141/2018\",\r\n\t\t\t                \"SanctioningBody\": \"Suspensão - Lei de Licitações\",\r\n\t\t\t                \"SanctioningBodyState\": \"RJ\",\r\n\t\t\t                \"InformationOrigin\": \"PREFEITURA MUNICIPAL DE SUMIDOURO - RJ\",\r\n\t\t\t                \"PublicationDate\": \"7/27/2018 3:00:00 AM\",\r\n\t\t\t                \"Publication\": \"Outro Seção 522 Pagina 9\",\r\n\t\t\t                \"LegalSubstantiation\": \"Art. 87, inciso III, Lei 8666/1993\",\r\n\t\t\t                \"LegalSubstantiationDescription\": \"Pela inexecução total ou parcial do contrato a Administração poderá, garantida a prévia defesa, aplicar ao contratado as seguintes sanções: III - suspensão temporária de participação em licitação e impedimento de contratar com a Administração, por prazo não superior a 2 (dois) anos;\",\r\n\t\t\t                \"OrganComplement\": null,\r\n\t\t\t                \"ScopeDefinedInJudicialDecision\": \"No órgão sancionador\"\r\n                        },\r\n                        \"StartDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"EndDate\": \"2022-11-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-05-14T19:40:49Z\",\r\n                        \"LastUpdateDate\": \"2018-05-14T19:40:49Z\"\r\n                    },\r\n                    {\r\n                        \"Source\": \"CNEP\",\r\n                        \"Type\": \"Multa - Lei da Empresa Limpa\",\r\n                        \"Details\": {\r\n                            \"NameInformedBySanctioningBody\": \"Willian de Andrade Bullerjanh-ME\",\r\n                            \"ProcessNumber\": \"68120290\",\r\n                            \"SanctioningBody\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"SanctioningBodyStateCode\": \"ES\",\r\n                            \"InformationOrigin\": \"Governo do Estado do Espírito Santo (SECONT - Secretaria de Estado de Controle e Transparência)\",\r\n                            \"InformationOriginDate\": \"2/19/2016 2:00:00 AM\",\r\n                            \"PublicationDate\": \"2/11/2016 2:00:00 AM\",\r\n                            \"Publication\": \"Diário Oficial do Estado Seção Executivo Pagina 3\",\r\n                            \"LegalSubstantiation\": \"Art. 6, inciso I, Lei 12846/2013\",\r\n                            \"LegalSubstantiationDescription\": null,\r\n                            \"TransitDueDate\": \"1/1/0001 12:00:00 AM\",\r\n                            \"FineAmount\": \"6000\",\r\n                            \"ResjusdicataDate\": \"1/27/2016 2:00:00 AM\"\r\n                        },\r\n                        \"StartDate\": \"2016-01-27T02:00:00Z\",\r\n                        \"EndDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CreationDate\": \"2018-01-15T15:51:05.442Z\",\r\n                        \"LastUpdateDate\": \"2019-03-15T18:22:18.714Z\"\r\n                    }\r\n                ],\r\n                \"IsCurrentlySanctioned\": true\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"560315a1-0da0-4df2-9bc1-0fae8b11ae31\",\r\n    \"ElapsedMilliseconds\": 82,\r\n    \"Status\": {\r\n        \"kyc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"aad93afb-5865-4f2b-8e8a-1c5e1bb65100"},{"name":"Media Profile and Exposure","id":"efb15ea2-8141-473a-b5f9-a81146541348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Media Exposure Indicator, Celebrity Level Indicator, and Unpopularity Indicator. </p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MediaExposureLevel</td>\n<td>Media exposure level</td>\n</tr>\n<tr>\n<td>CelebrityLevel</td>\n<td>Celebrity level</td>\n</tr>\n<tr>\n<td>UnpopularityLevel</td>\n<td>Unpopularity Level</td>\n</tr>\n<tr>\n<td>NewsItems.Title</td>\n<td>Item's title</td>\n</tr>\n<tr>\n<td>NewsItems.SourceName</td>\n<td>Item's origin</td>\n</tr>\n<tr>\n<td>NewsItems.Url</td>\n<td>Item's url</td>\n</tr>\n<tr>\n<td>NewsItems.Categories</td>\n<td>Item's categories</td>\n</tr>\n<tr>\n<td>NewsItems.CaptureDate</td>\n<td>Item's capture date</td>\n</tr>\n<tr>\n<td>NewsItems.PublicationDate</td>\n<td>Item's publication date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><p>The Exposure and Profile in the Media query accepts the following search parameters:</p>\n<p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc or name</td>\n<td>CNPJ or Name</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keywords</td>\n<td>Key words</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Pagination:</strong> can be done using <em><strong>next</strong></em> parameter using page ID returned by each query as shown in the example bellow:</p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<em><strong>media_profile_and_exposure.next(page ID)</strong></em>&amp;<br />\nq=&amp;<br />\nAccessToken=<br /></p>\n<p>Below is a Get and Post call:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=media_profile_and_exposure&amp;<br />\nq=<strong>name{company_name}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure\",<br />\n  \"q\": \"<strong>name{company_name}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tittle</td>\n<td>title</td>\n</tr>\n<tr>\n<td>sourcename</td>\n<td>News source</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>News category</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><em><strong>Get:</strong></em> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**&amp;<br />\nq=<strong>name{seu_nome}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><em><strong>Post:</strong></em> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"media_profile_and_exposure**.filter(sourcename=xxxxxxxx)**\",<br />\n  \"q\": \"<strong>name{seu_nome}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"f0521203-c94d-4343-8f53-a8c2690411a1","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=media_profile_and_exposure&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"media_profile_and_exposure"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"B\",\r\n                \"NewsItems\": [\r\n                    {\r\n                        \"Title\": \"Petrobras e bancos caem em dia de forte aversão ao risco; Suzano sobe com alta do dólar\",\r\n                        \"SourceName\": \"infomoney\",\r\n                        \"Url\": \"https://www.infomoney.com.br//mercados/acoes-e-indices/noticia/8044340/petrobras-bancos-caem-dia-forte-aversao-risco-suzano-sobe-com\",\r\n                        \"SentimentAnalysis\": {\r\n                            \"Label\": \"POSITIVE\",\r\n                            \"PeopleCount\": 0,\r\n                            \"PlacesCount\": 1,\r\n                            \"OrganizationsCount\": 13,\r\n                            \"Entities\": {\r\n                                \"PLACES\": {\r\n                                    \"BRUMADINHO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    }\r\n                                },\r\n                                \"ORGANIZATIONS\": {\r\n                                    \"OI\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"NATURA\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"GOL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ELETROBRAS\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BRADESCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BANCO DO BRASIL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ITAU UNIBANCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"SANTANDER\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"CARREFOUR\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"SENADO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"AZUL\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"PIS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"COFINS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    }\r\n                                }\r\n                            }\r\n                        },\r\n                        \"Categories\": [\r\n                            \"economy\"\r\n                        ],\r\n                        \"CaptureDate\": \"2019-03-27T17:19:29.811Z\",\r\n                        \"PublicationDate\": \"2019-03-27T13:18:29\"\r\n                    }           \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"f9e12897-7d30-4b49-b246-901e32ebf495","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"media_profile_and_exposure\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\r\n            \"MediaProfileAndExposure\": {\r\n                \"MediaExposureLevel\": \"A\",\r\n                \"CelebrityLevel\": \"A\",\r\n                \"UnpopularityLevel\": \"B\",\r\n                \"NewsItems\": [\r\n                    {\r\n                        \"Title\": \"Petrobras e bancos caem em dia de forte aversão ao risco; Suzano sobe com alta do dólar\",\r\n                        \"SourceName\": \"infomoney\",\r\n                        \"Url\": \"https://www.infomoney.com.br//mercados/acoes-e-indices/noticia/8044340/petrobras-bancos-caem-dia-forte-aversao-risco-suzano-sobe-com\",\r\n                        \"SentimentAnalysis\": {\r\n                            \"Label\": \"POSITIVE\",\r\n                            \"PeopleCount\": 0,\r\n                            \"PlacesCount\": 1,\r\n                            \"OrganizationsCount\": 13,\r\n                            \"Entities\": {\r\n                                \"PLACES\": {\r\n                                    \"BRUMADINHO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    }\r\n                                },\r\n                                \"ORGANIZATIONS\": {\r\n                                    \"OI\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"NATURA\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"GOL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ELETROBRAS\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BRADESCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"BANCO DO BRASIL\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"ITAU UNIBANCO\": {\r\n                                        \"Label\": \"SLIGHTLY_NEGATIVE\"\r\n                                    },\r\n                                    \"SANTANDER\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"CARREFOUR\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"SENADO\": {\r\n                                        \"Label\": \"NEUTRAL\"\r\n                                    },\r\n                                    \"AZUL\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"PIS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    },\r\n                                    \"COFINS\": {\r\n                                        \"Label\": \"SLIGHTLY_POSITIVE\"\r\n                                    }\r\n                                }\r\n                            }\r\n                        },\r\n                        \"Categories\": [\r\n                            \"economy\"\r\n                        ],\r\n                        \"CaptureDate\": \"2019-03-27T17:19:29.811Z\",\r\n                        \"PublicationDate\": \"2019-03-27T13:18:29\"\r\n                    }           \r\n                ],\r\n                \"CreationDate\": \"2002-08-07T00:00:00\",\r\n                \"LastUpdateDate\": \"2019-01-09T17:17:11.362Z\",\r\n                \"Next\": \"\"\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"29519d06-8f6d-42c9-8e08-835c92e43a10\",\r\n    \"ElapsedMilliseconds\": 299,\r\n    \"Status\": {\r\n        \"media_profile_and_exposure\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"efb15ea2-8141-473a-b5f9-a81146541348"},{"name":"Online Ads","id":"803b4317-3cae-4fe8-9540-3539e8db824b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Product categories sold, Average value of product sold, and Average number of ads in the last \"n\" days.</p>\n<h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Phone</td>\n<td>Related phone number</td>\n</tr>\n<tr>\n<td>FirstAdDate</td>\n<td>Date of the first ad</td>\n</tr>\n<tr>\n<td>LastAdDate</td>\n<td>Date of the last ad</td>\n</tr>\n<tr>\n<td>TotalAds</td>\n<td>Total number of ads</td>\n</tr>\n<tr>\n<td>ActiveAds</td>\n<td>Total number of active ads</td>\n</tr>\n<tr>\n<td>AdsLast30Days</td>\n<td>Ads published in the last 30 days</td>\n</tr>\n<tr>\n<td>AdsLast90Days</td>\n<td>Ads published in the last 90 days</td>\n</tr>\n<tr>\n<td>AdsLast180Days</td>\n<td>Ads published in the last 180 days</td>\n</tr>\n<tr>\n<td>AdsLast365Days</td>\n<td>Ads published in the last 365 days</td>\n</tr>\n<tr>\n<td>AdsInMainAdPortal</td>\n<td>Ads in the main portal</td>\n</tr>\n<tr>\n<td>AdsInMainAdCategory</td>\n<td>Ads in the main category</td>\n</tr>\n<tr>\n<td>AdMaxValue</td>\n<td>Ad maximum value</td>\n</tr>\n<tr>\n<td>AdMinValue</td>\n<td>Ad minimum value</td>\n</tr>\n<tr>\n<td>AdAvgValue</td>\n<td>Ad average value</td>\n</tr>\n<tr>\n<td>LastAdValue</td>\n<td>Last ad value</td>\n</tr>\n<tr>\n<td>MainAdPortal</td>\n<td>Main ad portal</td>\n</tr>\n<tr>\n<td>MainAdCategory</td>\n<td>Main ad category</td>\n</tr>\n<tr>\n<td>AdPortals</td>\n<td>Ad portals</td>\n</tr>\n<tr>\n<td>AdCategories</td>\n<td>Ad categories</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activeads</td>\n<td>Total number of active ads</td>\n</tr>\n<tr>\n<td>totalads</td>\n<td>Total number of ads</td>\n</tr>\n<tr>\n<td>admaxvalue</td>\n<td>Ad maximum value</td>\n</tr>\n<tr>\n<td>adminvalue</td>\n<td>Ad minimum value</td>\n</tr>\n<tr>\n<td>portal</td>\n<td>Portal</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Category</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>online_ads.filter(totalads=10)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>online_ads.filter(totalads=10)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>online_ads.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>online_ads.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2b70b312-3907-4e16-a035-99277e8122da","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=online_ads&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"online_ads"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"\",\n                    \"FirstAdDate\": \"2016-04-12T15:09:08.787Z\",\n                    \"LastAdDate\": \"2016-07-24T19:07:04.391Z\",\n                    \"TotalAds\": -1,\n                    \"ActiveAds\": -1,\n                    \"AdsLast30Days\": -1,\n                    \"AdsLast90Days\": -1,\n                    \"AdsLast180Days\": -1,\n                    \"AdsLast365Days\": -1,\n                    \"AdsInMainAdPortal\": -1,\n                    \"AdsInMainAdCategory\": -1,\n                    \"AdMaxValue\": -1,\n                    \"AdMinValue\": -1,\n                    \"AdAvgValue\": -1,\n                    \"LastAdValue\": -1,\n                    \"MainAdPortal\": \"\",\n                    \"MainAdCategory\": \"\",\n                    \"AdPortals\": [\n                        \"\"\n                    ],\n                    \"AdCategories\": [\n                        \"\"\n                    ],\n                    \"CreationDate\": \"2016-05-03T21:37:52.073Z\",\n                    \"LastUpdateDate\": \"2016-05-03T21:37:52.073Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"97cf8740-5d7b-42c3-9363-3d4caeb5a5cb\",\n    \"ElapsedMilliseconds\": 1027,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"75ab65f4-48da-4ba2-a26c-a733bef363a6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"online_ads\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineAds\": [\n                {\n                    \"Phone\": \"\",\n                    \"FirstAdDate\": \"2016-04-12T15:09:08.787Z\",\n                    \"LastAdDate\": \"2016-07-24T19:07:04.391Z\",\n                    \"TotalAds\": -1,\n                    \"ActiveAds\": -1,\n                    \"AdsLast30Days\": -1,\n                    \"AdsLast90Days\": -1,\n                    \"AdsLast180Days\": -1,\n                    \"AdsLast365Days\": -1,\n                    \"AdsInMainAdPortal\": -1,\n                    \"AdsInMainAdCategory\": -1,\n                    \"AdMaxValue\": -1,\n                    \"AdMinValue\": -1,\n                    \"AdAvgValue\": -1,\n                    \"LastAdValue\": -1,\n                    \"MainAdPortal\": \"\",\n                    \"MainAdCategory\": \"\",\n                    \"AdPortals\": [\n                        \"\"\n                    ],\n                    \"AdCategories\": [\n                        \"\"\n                    ],\n                    \"CreationDate\": \"2016-05-03T21:37:52.073Z\",\n                    \"LastUpdateDate\": \"2016-05-03T21:37:52.073Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"97cf8740-5d7b-42c3-9363-3d4caeb5a5cb\",\n    \"ElapsedMilliseconds\": 1027,\n    \"Status\": {\n        \"online_ads\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"803b4317-3cae-4fe8-9540-3539e8db824b"},{"name":"Phones","id":"5f9dd2c3-b65c-4d40-ac75-0c983d5de819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Phone Number (s), Phone Type, and Frequency Indicators.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>WORK, MOBILE or HOME</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Number</td>\n<td>Phone number</td>\n</tr>\n<tr>\n<td>AreaCode</td>\n<td>Area code</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>Country code</td>\n</tr>\n<tr>\n<td>Complement</td>\n<td>Complement</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>Phone type (WORK, MOBILE, ...)</td>\n</tr>\n<tr>\n<td>PhoneTotalPassages</td>\n<td>Phone frequency</td>\n</tr>\n<tr>\n<td>PhoneBadPassages</td>\n<td>Phone frequency in suspicious situation</td>\n</tr>\n<tr>\n<td>PhoneCrawlingPassages</td>\n<td>Phone frequency about captures made on the Internet</td>\n</tr>\n<tr>\n<td>PhoneValidationPassages</td>\n<td>Phone frequency including validation</td>\n</tr>\n<tr>\n<td>PhoneQueryPassages</td>\n<td>Phone frequency referring to some query</td>\n</tr>\n<tr>\n<td>PhoneMonthAveragePassages</td>\n<td>Phone month average frequency</td>\n</tr>\n<tr>\n<td>PhoneNumberOfEntities</td>\n<td>Phone number of related entities</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>Indicates priority</td>\n</tr>\n<tr>\n<td>IsMain</td>\n<td>Indicates if it is main</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>Indicates if it is active</td>\n</tr>\n<tr>\n<td>IsInDoNotCallList</td>\n<td>PROCON Indicator</td>\n</tr>\n<tr>\n<td>CurrentCarrier</td>\n<td>Current carrier</td>\n</tr>\n<tr>\n<td>PlanType</td>\n<td>Plan type</td>\n</tr>\n<tr>\n<td>LastValidationDate</td>\n<td>Last validation passage</td>\n</tr>\n<tr>\n<td>FirstPassageDate</td>\n<td>First Passage Date</td>\n</tr>\n<tr>\n<td>LastPassageDate</td>\n<td>Last Passage Date</td>\n</tr>\n<tr>\n<td>CreationDate</td>\n<td>Creation Date</td>\n</tr>\n<tr>\n<td>LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>PortabilityHistory</td>\n<td>Portability history</td>\n</tr>\n<tr>\n<td>HasOptIn</td>\n<td>Accept to receive orders and advertisements</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filter\">Filter</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Filter value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Phone type</td>\n<td>mobile, work, home</td>\n</tr>\n<tr>\n<td>isactive</td>\n<td>If phone is active</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isrecent</td>\n<td>If phone is recent</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>ismain</td>\n<td>If phone is main</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>isindonotcalllist</td>\n<td>If phone is at PROCON list</td>\n<td>true, false</td>\n</tr>\n<tr>\n<td>areacode</td>\n<td>Area code</td>\n<td>21, 11, 61, ...</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>phones.filter(type=work)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>phones.filter(type=work)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>To use this limit, simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>phones.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>phones.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"13791cbf-f7b4-45fc-abf8-25a89ab1f974","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=phones&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"phones"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"14322cbf-8dfd-4533-9d95-f206d8b49cc4\",\n    \"ElapsedMilliseconds\": 201,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9d742854-d821-42c7-a4fe-4b4207f090e6","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"phones\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Phones\": [\n                {\n                    \"Number\": \"32164715\",\n                    \"AreaCode\": \"91\",\n                    \"CountryCode\": \"55\",\n                    \"Complement\": \"\",\n                    \"Type\": \"WORK\",\n                    \"PhoneTotalPassages\": 84,\n                    \"PhoneBadPassages\": 0,\n                    \"PhoneCrawlingPassages\": 84,\n                    \"PhoneValidationPassages\": 0,\n                    \"PhoneQueryPassages\": -1,\n                    \"PhoneMonthAveragePassages\": 2,\n                    \"Priority\": 1,\n                    \"IsMain\": true,\n                    \"IsRecent\": false,\n                    \"IsActive\": false,\n                    \"IsInDoNotCallList\": false,\n                    \"CurrentCarrier\": \"\",\n                    \"PlanType\": \"\",\n                    \"FirstPassageDate\": \"2017-08-05T00:00:00Z\",\n                    \"LastPassageDate\": \"2017-08-17T00:00:00Z\",\n                    \"CreationDate\": \"2014-06-01T00:00:00Z\",\n                    \"LastUpdateDate\": \"2017-08-17T00:00:00Z\",\n                    \"PortabilityHistory\": [\n                        {\n                            \"OriginalCareer\": \"\",\n                            \"NewCareer\": \"\",\n                            \"PortabilityDate\": \"2017-11-18T00:00:00Z\"\n                        }\n                    ],\n                    \"HasOptIn\": false\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"14322cbf-8dfd-4533-9d95-f206d8b49cc4\",\n    \"ElapsedMilliseconds\": 201,\n    \"Status\": {\n        \"phones\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5f9dd2c3-b65c-4d40-ac75-0c983d5de819"},{"name":"Processes","id":"f1daae04-8c3a-455f-bbae-cc1d0bd88c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Number of Processes, Total number of processes that a company has and Total number of processes that a company has as author.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CourtName</td>\n<td>trf1, trf2, trf3, trf4, trf5, jfac, jfam, jfap, jfba, jfdf, jfgo, jfma, jfmt, jfpa, jfpi, jfro, jfrr, jfto, jfes, jfrj, jfsp, jfms, jfrs, jfsc, jfpr, jfal, jfce, jfpb, jfpe, jfrn, jfse, tjal, tjba, tjsp, tjrs, tjrj, stj, stf, mpf</td>\n</tr>\n<tr>\n<td>CourtLevel</td>\n<td>1,2,3,4</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TotalLawsuits</td>\n<td>Total number of lawsuits</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsAuthor</td>\n<td>Total number of lawsuits as author</td>\n</tr>\n<tr>\n<td>TotalLawsuitsAsDefendant</td>\n<td>Total number of lawsuits as defendant</td>\n</tr>\n<tr>\n<td>Lawsuit</td>\n<td>Lawsuit list</td>\n</tr>\n<tr>\n<td>Lawsuit.Number</td>\n<td>Lawsuit number</td>\n</tr>\n<tr>\n<td>Lawsuit.Type</td>\n<td>Lawsuit type</td>\n</tr>\n<tr>\n<td>Lawsuit.MainSubject</td>\n<td>Lawsuit main subject</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtName</td>\n<td>Lawsuit court name</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtLevel</td>\n<td>Lawsuit court level</td>\n</tr>\n<tr>\n<td>Lawsuit.Status</td>\n<td>Lawsuit status</td>\n</tr>\n<tr>\n<td>Lawsuit.CaptureDate</td>\n<td>Lawsuit capture date</td>\n</tr>\n<tr>\n<td>Lawsuit.LastUpdate</td>\n<td>Lawsuit last update</td>\n</tr>\n<tr>\n<td>Lawsuit.Value</td>\n<td>Lawsuit value</td>\n</tr>\n<tr>\n<td>Lawsuit.CourtType</td>\n<td>Lawsuit court type</td>\n</tr>\n<tr>\n<td>Lawsuit.State</td>\n<td>Lawsuit state</td>\n</tr>\n<tr>\n<td>Lawsuit.PublicationDate</td>\n<td>Lawsuit publication date</td>\n</tr>\n<tr>\n<td>Lawsuit.NoticeDate</td>\n<td>Lawsuit notice date</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates</td>\n<td>Lawsuit updates list</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.Content</td>\n<td>Lawsuit updates content</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.PublishDate</td>\n<td>Lawsuit updates publish date</td>\n</tr>\n<tr>\n<td>Lawsuit.Updates.CaptureDate</td>\n<td>Lawsuit updates capture date</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions</td>\n<td>Petitions list</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Type</td>\n<td>Petition's type</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.Author</td>\n<td>Petition's author</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.CreationDate</td>\n<td>Petition's creation date</td>\n</tr>\n<tr>\n<td>Lawsuit.Petitions.JoinedDate</td>\n<td>Petition's Joined date</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties</td>\n<td>Lawsuit Parties</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Doc</td>\n<td>Parties document number</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Name</td>\n<td>Parties name</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Polarity</td>\n<td>Parties polarity</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.Type</td>\n<td>Parties type</td>\n</tr>\n<tr>\n<td>Lawsuit.Parties.PartyDetails</td>\n<td>Parties details</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters\">Filters</h2>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter description</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>party_type</td>\n<td>Party type</td>\n<td>Author, Lawyer</td>\n</tr>\n<tr>\n<td>mainsubject</td>\n<td>Main subject</td>\n<td>--</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State</td>\n<td>RJ, SP, MG, ES, AM, PE, MA, ...</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Status</td>\n<td>--</td>\n</tr>\n<tr>\n<td>court_level</td>\n<td>Court level</td>\n<td>1, 2, 3, 4</td>\n</tr>\n<tr>\n<td>courtname</td>\n<td>Court name</td>\n<td>TJSP, MPF</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Process type</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>processes.filter(state=rj)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>processes.filter(state=rj)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h2 id=\"limit\">Limit</h2>\n<p>By default, this dataset will return 4 data records. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>processes.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>processes.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"049bccd0-2a64-4671-ae7a-f0ddae189851","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=processes&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"processes"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"Lawsuits\": {\r\n                \"Lawsuits\": [\r\n                    {\r\n                        \"Number\": \"8002154-53.2016.8.05.0170\",\r\n                        \"Type\": \"PROCEDIMENTO SUMARIO\",\r\n                        \"MainSubject\": \"DIREITO CIVIL - OBRIGACOES - ESPECIES DE CONTRATOS - AGENCIE E DISTRIBUICAO DIREITO DO CONSUMIDOR - CONTRATOS DE CONSUMO - TRANSPORTE AEREO - ACIDENTE AEREO\",\r\n                        \"CourtName\": \"TJBA\",\r\n                        \"CourtLevel\": \"1\",\r\n                        \"CourtType\": \"CIVEL\",\r\n                        \"CourtDistrict\": \"\",\r\n                        \"JudgingBody\": \"\",\r\n                        \"State\": \"BA\",\r\n                        \"Status\": \"\",\r\n                        \"NumberOfVolumes\": 0,\r\n                        \"NumberOfPages\": 0,\r\n                        \"Value\": -1,\r\n                        \"PublicationDate\": \"2017-03-20T00:00:00Z\",\r\n                        \"NoticeDate\": \"2016-12-13T00:00:00Z\",\r\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CaptureDate\": \"2018-05-10T00:00:00Z\",\r\n                        \"LastUpdate\": \"2018-05-10T00:00:00Z\",\r\n                        \"Parties\": [\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"ALBINO DOMINGOS DE JESUS\",\r\n                                \"Polarity\": \"Active\",\r\n                                \"Type\": \"Author\",\r\n                                \"PartyDetails\": {}\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"DORIVALDO ALVES DA SILVA JUNIOR\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"23813\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"RAFAEL SGANZERLA DURAND\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"26552\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"NELSON WILIANS FRATONI RODRIGUES\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"24290\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxxxxx\",\r\n                                \"Name\": \"BANCO DO BRASIL SA\",\r\n                                \"Polarity\": \"Passive\",\r\n                                \"Type\": \"Defendant\",\r\n                                \"PartyDetails\": {}\r\n                            }\r\n                        ],\r\n                        \"Updates\": [\r\n                            {\r\n                                \"Content\": \"\",\r\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\r\n                                \"CaptureDate\": \"2018-05-10T00:00:00Z\"\r\n                            }\r\n                        ],\r\n                        \"Petitions\": []\r\n                    }\r\n                ],\r\n                \"TotalLawsuits\": 1,\r\n                \"TotalReplacedLawsuits\": 0,\r\n                \"TotalLawsuitsAsAuthor\": 0,\r\n                \"TotalLawsuitsAsDefendant\": 1,\r\n                \"TotalLawsuitsAsOther\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"cee28f28-a947-4645-b47e-f286cdc01545\",\r\n    \"ElapsedMilliseconds\": 864,\r\n    \"Status\": {\r\n        \"processes\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"6545ed9e-2596-48db-9412-1e891194b201","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"processes\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"Lawsuits\": {\r\n                \"Lawsuits\": [\r\n                    {\r\n                        \"Number\": \"8002154-53.2016.8.05.0170\",\r\n                        \"Type\": \"PROCEDIMENTO SUMARIO\",\r\n                        \"MainSubject\": \"DIREITO CIVIL - OBRIGACOES - ESPECIES DE CONTRATOS - AGENCIE E DISTRIBUICAO DIREITO DO CONSUMIDOR - CONTRATOS DE CONSUMO - TRANSPORTE AEREO - ACIDENTE AEREO\",\r\n                        \"CourtName\": \"TJBA\",\r\n                        \"CourtLevel\": \"1\",\r\n                        \"CourtType\": \"CIVEL\",\r\n                        \"CourtDistrict\": \"\",\r\n                        \"JudgingBody\": \"\",\r\n                        \"State\": \"BA\",\r\n                        \"Status\": \"\",\r\n                        \"NumberOfVolumes\": 0,\r\n                        \"NumberOfPages\": 0,\r\n                        \"Value\": -1,\r\n                        \"PublicationDate\": \"2017-03-20T00:00:00Z\",\r\n                        \"NoticeDate\": \"2016-12-13T00:00:00Z\",\r\n                        \"LastMovementDate\": \"0001-01-01T00:00:00Z\",\r\n                        \"CaptureDate\": \"2018-05-10T00:00:00Z\",\r\n                        \"LastUpdate\": \"2018-05-10T00:00:00Z\",\r\n                        \"Parties\": [\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"ALBINO DOMINGOS DE JESUS\",\r\n                                \"Polarity\": \"Active\",\r\n                                \"Type\": \"Author\",\r\n                                \"PartyDetails\": {}\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"DORIVALDO ALVES DA SILVA JUNIOR\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"23813\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"RAFAEL SGANZERLA DURAND\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"26552\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxx\",\r\n                                \"Name\": \"NELSON WILIANS FRATONI RODRIGUES\",\r\n                                \"Polarity\": \"Neutral\",\r\n                                \"Type\": \"Lawyer\",\r\n                                \"PartyDetails\": {\r\n                                    \"OAB\": \"24290\"\r\n                                }\r\n                            },\r\n                            {\r\n                                \"Doc\": \"xxxxxxxxxxxxxx\",\r\n                                \"Name\": \"BANCO DO BRASIL SA\",\r\n                                \"Polarity\": \"Passive\",\r\n                                \"Type\": \"Defendant\",\r\n                                \"PartyDetails\": {}\r\n                            }\r\n                        ],\r\n                        \"Updates\": [\r\n                            {\r\n                                \"Content\": \"\",\r\n                                \"PublishDate\": \"0001-01-01T00:00:00Z\",\r\n                                \"CaptureDate\": \"2018-05-10T00:00:00Z\"\r\n                            }\r\n                        ],\r\n                        \"Petitions\": []\r\n                    }\r\n                ],\r\n                \"TotalLawsuits\": 1,\r\n                \"TotalReplacedLawsuits\": 0,\r\n                \"TotalLawsuitsAsAuthor\": 0,\r\n                \"TotalLawsuitsAsDefendant\": 1,\r\n                \"TotalLawsuitsAsOther\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"QueryId\": \"cee28f28-a947-4645-b47e-f286cdc01545\",\r\n    \"ElapsedMilliseconds\": 864,\r\n    \"Status\": {\r\n        \"processes\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"f1daae04-8c3a-455f-bbae-cc1d0bd88c93"},{"name":"Relationships","id":"a0d281cf-de1d-42f4-8022-454c8e458a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns data such as Partners (people or companies), Employees and Participation in companies.</p>\n<p>Below is the table that shows some fields and their returns:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Return</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RelationshipType</td>\n<td>QSA, Ownership, Employee</td>\n</tr>\n<tr>\n<td>RelationshipName</td>\n<td>ADMINISTRADOR, ADMINISTRADOR JUDICIAL, ADMINISTRADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, BENEFICIARIO FINAL, CONSELHEIRO DE ADMINISTRACAO, CONSELHEIRO DE ADMINISTRACAO RESIDENTE OU DOMICILIADO NO EXTERIOR, COTAS EM TESOURARIA, CURADOR, DIRETOR, DIRETOR RESIDENTE OU DOMICILIADO NO EXTERIOR, FUNDADOR, FUNDADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, GERENTE, MAE, OWNER, PAI, PRESIDENTE, PRESIDENTE RESIDENTE OU DOMICILIADO NO EXTERIOR, PROCURADOR, PRODUTOR RURAL, PROPRIETARIO, QUALIFICACAO NAO CADASTRADA: 18, QUALIFICACAO NAO CADASTRADA: 33, SOCIEDADE CONSORCIADA, SOCIEDADE FILIADA, SOCIO, SOCIO ADMINISTRADOR, SOCIO CAPITALISTA, SOCIO COM CAPITAL, SOCIO COMANDITADO, SOCIO COMANDITARIO, SOCIO COMANDITARIO PESSOA JURIDICA DOMICILIADO NO EXTERIOR, SOCIO DE INDUSTRIA, SOCIO INCAPAZ OU RELAT.INCAPAZ (EXCETO MENOR), SOCIO MENOR (ASSISTIDO/REPRESENTADO), SOCIO OSTENSIVO, SOCIO OU ACIONISTA INCAPAZ OU RELATIVAMENTE INCAPAZ (EXCETO MENOR), SOCIO OU ACIONISTA MENOR (ASSISTIDO/REPRESENTADO), SOCIO PESSOA FISICA RESIDENTE NO BRASIL, SOCIO PESSOA FISICA RESIDENTE NO EXTERIOR, SOCIO PESSOA FISICA RESIDENTE OU DOMICILIADO NO EXTERIOR, SOCIO PESSOA JURIDICA DOMICILIADO NO EXTERIOR, SOCIO PESSOA JURIIDICA DOMICILIADO NO EXTERIOR, SOCIO SEM CAPITAL, SOCIO-ADMINISTRADOR, SOCIO-ADMINISTRADOR RESIDENTE OU DOMICILIADO NO EXTERIOR, SOCIO-GERENTE, TITULAR PESSOA FISICA INCAPAZ OU RELATIVAMENTE INCAPAZ (EXCETO MENOR), TITULAR PESSOA FISICA MENOR (ASSISTIDO/REPRESENTADO), TITULAR PESSOA FISICA RESIDENTE OU DOMICILIADO NO BRASIL, TITULAR PESSOA FISICA RESIDENTE OU DOMICILIADO NO EXTERIOR, TITULAR PESSOA JURIDICA DOMICILIADA NO BRASIL, TITULAR PESSOA JURIDICA DOMICILIADA NO EXTERIOR</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"fields-description\">Fields description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Relationships</td>\n<td>Relationships list</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdNumber</td>\n<td>Document number of related entity</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdType</td>\n<td>Document type of related entity</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityTaxIdCountry</td>\n<td>Country of related entity</td>\n</tr>\n<tr>\n<td>Relationships.RelatedEntityName</td>\n<td>Name of related entity</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipType</td>\n<td>Relationship type</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipName</td>\n<td>Relationship name</td>\n</tr>\n<tr>\n<td>Relationships.RelationshipLevel</td>\n<td>Relationship level</td>\n</tr>\n<tr>\n<td>Relationships.CreationDate</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>Relationships.LastUpdateDate</td>\n<td>Last update date</td>\n</tr>\n<tr>\n<td>TotalRelationships</td>\n<td>Total number of relationships</td>\n</tr>\n<tr>\n<td>TotalOwners</td>\n<td>Total number of owners</td>\n</tr>\n<tr>\n<td>TotalEmployees</td>\n<td>Total number of employees</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"filter\">Filter</h1>\n<p>In this dataset you can filter some fields, which are shown in the table below along with the parameters that are accepted as filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Filter</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>relatedentitytaxidtype</td>\n<td>Related entity tax id type</td>\n</tr>\n<tr>\n<td>relationshiplevel</td>\n<td>Relationship level</td>\n</tr>\n<tr>\n<td>relationshiptype</td>\n<td>Relationship type</td>\n</tr>\n</tbody>\n</table>\n</div><p>Here is an example of how to use the <em><strong>filter(field_name=xxxx)</strong></em> parameter, shown in the example URL in the GET and POST methods: <br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>relationships.filter(relationshiptype=employee)</strong>&amp;<br />\nq=doc{xxxxxxxxxxx}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>relationships.filter(relationshiptype=employee)</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n<h1 id=\"limit\">Limit</h1>\n<p>By default, this dataset will return 4 data records. To increase this limit simply use the parameter <em><strong>.limit(x)</strong></em>, shown in the example URL below:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>? <br />\nDatasets = <strong>relationships.limit(10)</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>relationships.limit(10)</strong>\", <br />\n   \"q\": \"doc {xxxxxxxxxxx}\", <br />\n   \"AccessToken\": \"\", <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> The maximum allowed in this parameter is 10 return data.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1b38c517-99fe-464a-ae90-056784b04258","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"relationships\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Relationships\": {\n                \"Relationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"RelatedEntityTaxIdType\": \"CPF\",\n                        \"RelatedEntityTaxIdCountry\": \"Brazil\",\n                        \"RelatedEntityName\": \"SIMAO LUIZ SILVA\",\n                        \"RelationshipType\": \"QSA\",\n                        \"RelationshipName\": \"DIRETOR\",\n                        \"RelationshipLevel\": \"Direct\",\n                        \"CreationDate\": \"2018-08-10T00:00:00Z\",\n                        \"LastUpdateDate\": \"2018-08-10T00:00:00Z\",\n                        \"RelationshipStartDate\": \"1966-08-01T00:00:00Z\",\n                        \"RelationshipEndDate\": \"9999-12-31T23:59:59.9999999\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwners\": 1,\n                \"TotalEmployees\": 0,\n                \"TotalOwned\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"b16e9ac8-90d8-421b-83dc-9ceeebd7b433\",\n    \"ElapsedMilliseconds\": 146,\n    \"Status\": {\n        \"relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c6b37548-0995-434f-a56e-49647245ec3b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=relationships&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"relationships"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"Relationships\": {\n                \"Relationships\": [\n                    {\n                        \"RelatedEntityTaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"RelatedEntityTaxIdType\": \"CPF\",\n                        \"RelatedEntityTaxIdCountry\": \"Brazil\",\n                        \"RelatedEntityName\": \"SIMAO LUIZ SILVA\",\n                        \"RelationshipType\": \"QSA\",\n                        \"RelationshipName\": \"DIRETOR\",\n                        \"RelationshipLevel\": \"Direct\",\n                        \"CreationDate\": \"2018-08-10T00:00:00Z\",\n                        \"LastUpdateDate\": \"2018-08-10T00:00:00Z\",\n                        \"RelationshipStartDate\": \"1966-08-01T00:00:00Z\",\n                        \"RelationshipEndDate\": \"9999-12-31T23:59:59.9999999\"\n                    }\n                ],\n                \"TotalRelationships\": 1,\n                \"TotalOwners\": 1,\n                \"TotalEmployees\": 0,\n                \"TotalOwned\": 0\n            }\n        }\n    ],\n    \"QueryId\": \"b16e9ac8-90d8-421b-83dc-9ceeebd7b433\",\n    \"ElapsedMilliseconds\": 146,\n    \"Status\": {\n        \"relationships\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a0d281cf-de1d-42f4-8022-454c8e458a2c"}],"id":"f5424691-7ab0-4b18-821b-142e2be04adf","description":"<p>The Companies API encompasses all business-related queries. To perform queries it is necessary to fill in some parameters, which are shown in the table below: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Datasets</td>\n<td>Data Catalog</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Search Keys</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Access Token</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <strong>q</strong> parameter encompasses all search keys. When making a query by document (CNPJ) we recommend the search for CNPJ because it is more assertive and always is linked to only one company, but not always our clients have the CNPJ to consult. Therefore, in addition to CNPJ, BigBoost allows the user to query a series of additional parameters. Some of these parameters are array, so they accept more than one element delimited by commas. From the parameters below, one of them must be filled in to perform the searches for CNPJ assignment: <br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Search Keys</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CNPJ</td>\n<td>doc</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>name</td>\n</tr>\n<tr>\n<td>Phone</td>\n<td>phone (array)</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>email (array)</td>\n</tr>\n<tr>\n<td>Domain</td>\n<td>domain (array)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Besides these, we also have the optional parameters, which serve as filters to have a more assertive result:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Search Keys</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Address Core</td>\n<td>addressmain</td>\n</tr>\n<tr>\n<td>Door Number</td>\n<td>doornumber</td>\n</tr>\n<tr>\n<td>Latitude</td>\n<td>latitude</td>\n</tr>\n<tr>\n<td>Longitude</td>\n<td>longitude</td>\n</tr>\n<tr>\n<td>CEP</td>\n<td>zipcode</td>\n</tr>\n<tr>\n<td>Economic Activity</td>\n<td>cnae (array)</td>\n</tr>\n<tr>\n<td>Neighborhood</td>\n<td>neighborhood</td>\n</tr>\n<tr>\n<td>City</td>\n<td>city</td>\n</tr>\n<tr>\n<td>State</td>\n<td>state</td>\n</tr>\n<tr>\n<td>Masked DocNumber</td>\n<td>docnumbermask</td>\n</tr>\n</tbody>\n</table>\n</div><p>The input parameters must be concatenated with a comma. The array objects can also be used with brackets. Below we show a combination of these parameters with a query by name, phone and email:\n<br /></p>\n<p><strong>Get</strong>: </p>\n<p>q=<strong>name{company_name},phone[xxxx,xxxx],email[<a href=\"mailto:company_email@email.com\">company_email@email.com</a>]</strong> <br /></p>\n<p><strong>Post</strong>: </p>\n<p>\"q\"=\"<strong>name{company_name},phone[xxxx,xxxx],email[<a href=\"mailto:company_email@email.com\">company_email@email.com</a>]</strong>\" <br /></p>\n<p>Keys can be combined according to the user's need. By default, the API will return only one company even if it finds more than one associated with the input information. To increase this limit simply use the <em><strong>Limit</strong></em> parameter, shown in the example URL below:\n<br /></p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nDatasets=<strong>seus_datasets</strong>&amp;<br />\nq=<strong>name{company_name},email{<a href=\"mailto:company_email@email.com\">company_email@email.com</a>}</strong>&amp;<br />\nAccessToken=<strong>&amp;Limit=5</strong><br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>seus_datasets</strong>\",<br />\n  \"q\": \"<strong>name{company_name},email{<a href=\"mailto:company_email@email.com\">company_email@email.com</a>}</strong> \",<br />\n  \"AccessToken\": \"\",<br />\n  \"Limit\"=\"<strong>5</strong>\"<br />\n}<br /></p>\n<p><strong>CAUTION:</strong> the cost of the query is for each dataset consulted, that is, if we find 2 companies and enrich with a dataset, the price to be paid will be the value of this dataset times the 2 enriched companies.\n<br /></p>\n<p>The Datasets parameter considers the entire set of data that should be used for the query. Below we list the datasets made available in the Companies API:\n<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Search Keys</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Activity Indicators</td>\n<td>activity_indicators</td>\n</tr>\n<tr>\n<td>Addresses</td>\n<td>addresses</td>\n</tr>\n<tr>\n<td>Basic Data</td>\n<td>basic_data</td>\n</tr>\n<tr>\n<td>Online Ads</td>\n<td>online_ads</td>\n</tr>\n<tr>\n<td>Domains</td>\n<td>domains</td>\n</tr>\n<tr>\n<td>Economic Group Data</td>\n<td>economic_group_data</td>\n</tr>\n<tr>\n<td>Emails</td>\n<td>emails</td>\n</tr>\n<tr>\n<td>Media Profile and Exposure</td>\n<td>media_profile_and_exposure</td>\n</tr>\n<tr>\n<td>Phones</td>\n<td>phones</td>\n</tr>\n<tr>\n<td>Processes</td>\n<td>processes</td>\n</tr>\n<tr>\n<td>Relationships</td>\n<td>relationships</td>\n</tr>\n</tbody>\n</table>\n</div><p>The name of the datasets must be separated by commas within the 'Datasets' parameter. If you want to query for basic data, telephones and e-mails for example, the parameter <strong>Datasets</strong> must be completed in the following way:\n<br /></p>\n<ul>\n<li>Datasets=<strong>basic_data,phones,emails</strong> <br /></li>\n</ul>\n<p>Because the selected dataset list can be very large, you can associate this set of datasets with a view through our Views API. A view is an alias for a set of datasets. If you choose to create a view, direct your reading to the session <strong>Views API</strong>.</p>\n","event":[{"listen":"prerequest","script":{"id":"8e14c67e-3e79-424d-91ef-fe5e313f07e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"df681d1c-4c75-4363-9c74-ee5c74a5c525","type":"text/javascript","exec":[""]}}],"_postman_id":"f5424691-7ab0-4b18-821b-142e2be04adf"},{"name":"Misc API","item":[{"name":"E-Mail Statistics","id":"f7d9f54e-3a77-44a5-82a6-383134f9b942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_email\",\r\n\t\"q\": \"email{seu_email@email.com.br}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Dataset return statics from searched email. </p>\n<h2 id=\"field-description\">Field Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatisticsEmail.EmailTotalPassages</td>\n<td>Number of Total passages for this e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.EmailBadPassages</td>\n<td>Number of Bad passages for this e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.EmailNumberOfEntities</td>\n<td>Number of entities associated with this e-mail</td>\n</tr>\n<tr>\n<td>StatisticsEmail.CreationDate</td>\n<td>Creation Date for statistics associated   with this e-mail</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"f5617ed3-dbc4-4cde-9f47-b93dfcc78ed1","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=statistics_email&q=email{seu_email@email.com.br}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"statistics_email"},{"key":"q","value":"email{seu_email@email.com.br}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsEmail\": {\n               \"EmailTotalPassages\": 22,\n                \"EmailBadPassages\": 0,\n                \"EmailNumberOfEntities\": 2,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"509894cb-d596-42d8-a0e8-29a4650b2b79\",\n    \"ElapsedMilliseconds\": 493,\n    \"Status\": {\n        \"statistics_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f6e2c3ca-c2a0-4166-afca-0e1f8f16504f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_email\",\r\n\t\"q\": \"email{seu_email@email.com.br}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsEmail\": {\n               \"EmailTotalPassages\": 22,\n                \"EmailBadPassages\": 0,\n                \"EmailNumberOfEntities\": 2,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"509894cb-d596-42d8-a0e8-29a4650b2b79\",\n    \"ElapsedMilliseconds\": 493,\n    \"Status\": {\n        \"statistics_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f7d9f54e-3a77-44a5-82a6-383134f9b942"},{"name":"Fipe - Vehicles Data","id":"2c839013-247a-4c09-83ca-af998c8d9899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_vehicle\",\r\n\t\"q\": \"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeVehicles.Category</td>\n<td>Vehicle Category</td>\n</tr>\n<tr>\n<td>FipeVehicles.Brand</td>\n<td>Vehicle Brand</td>\n</tr>\n<tr>\n<td>FipeVehicles.Model</td>\n<td>Vehicle Model</td>\n</tr>\n<tr>\n<td>FipeVehicles.FipeCode</td>\n<td>Vehicle FIPE code</td>\n</tr>\n<tr>\n<td>FipeVehicles.ModelYear</td>\n<td>Vehicle Model Year</td>\n</tr>\n<tr>\n<td>FipeVehicles.FuelType</td>\n<td>Vehicle Fuel Type</td>\n</tr>\n<tr>\n<td>FipeVehicles.AvgPrice</td>\n<td>Average Price for Vehicle</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceMonth</td>\n<td>Reference Month for the FIPE table</td>\n</tr>\n<tr>\n<td>FipeVehicles.ReferenceYear</td>\n<td>Reference Year for the FIPE table</td>\n</tr>\n<tr>\n<td>FipeVehicles.CreationDate</td>\n<td>Creation date of this vehicle on the FIPE table</td>\n</tr>\n<tr>\n<td>FipeVehicles.LastUpdateDate</td>\n<td>Last Update date of this vehicle on the   FIPE table</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"56133385-8feb-4830-b3fd-366a68b3c213","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_vehicle\",\r\n\t\"q\": \"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeVehicles\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c7406a1d-acc2-432d-8501-3518851e509c\",\n    \"ElapsedMilliseconds\": 445,\n    \"Status\": {\n        \"fipe_vehicle\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dfc25d1d-ef1c-40d5-a016-17d83626a349","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_vehicle&q=brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_vehicle"},{"key":"q","value":"brand{xxxx},model{xxxxx},year{xxxx},code{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeVehicles\": [\n                {\n                    \"Category\": \"CARROS\",\n                    \"Brand\": \"AGRALE\",\n                    \"Model\": \"MARRUA AM 100 2.8 CS TDI DIESEL\",\n                    \"FipeCode\": \"0600032\",\n                    \"ModelYear\": \"2015\",\n                    \"FuelType\": \"DIESEL\",\n                    \"AvgPrice\": \"113.114,00\",\n                    \"ReferenceMonth\": \"FEVEREIRO\",\n                    \"ReferenceYear\": \"2019\",\n                    \"CreationDate\": \"2019-03-01T04:33:09Z\",\n                    \"LastUpdateDate\": \"2019-03-01T04:33:09Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"c7406a1d-acc2-432d-8501-3518851e509c\",\n    \"ElapsedMilliseconds\": 445,\n    \"Status\": {\n        \"fipe_vehicle\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2c839013-247a-4c09-83ca-af998c8d9899"},{"name":"Fipe - Brands","id":"1516de12-078f-42b8-abc8-88add7f57920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_brands\",\r\n\t\"q\": \"category{xxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Valid categories: \"CARROS\" (cars), \"CAMINHOES\" (trucks) and \"MOTOS\" (motorcycles)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeBrands.Brand</td>\n<td>Vehicle   Brand</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2fae0db4-756a-4705-b648-8d2977ac9964","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_brands&q=category{xxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_brands"},{"key":"q","value":"category{xxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeBrands\": [\n                {\n                    \"Brand\": \"ACURA\"\n                },\n                {\n                    \"Brand\": \"AGRALE\"\n                },\n                {\n                    \"Brand\": \"ALFA ROMEO\"\n                },\n                {\n                    \"Brand\": \"AM GEN\"\n                },\n                {\n                    \"Brand\": \"ASIA MOTORS\"\n                },\n                {\n                    \"Brand\": \"ASTON MARTIN\"\n                },\n                {\n                    \"Brand\": \"AUDI\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"25e6cb50-10d7-4249-b94d-c52f4db65691\",\n    \"ElapsedMilliseconds\": 3187,\n    \"Status\": {\n        \"fipe_brands\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b02452bc-64fa-47f7-a6ce-9abca50a47f4","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_brands\",\r\n\t\"q\": \"category{xxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeBrands\": [\n                {\n                    \"Brand\": \"ACURA\"\n                },\n                {\n                    \"Brand\": \"AGRALE\"\n                },\n                {\n                    \"Brand\": \"ALFA ROMEO\"\n                },\n                {\n                    \"Brand\": \"AM GEN\"\n                },\n                {\n                    \"Brand\": \"ASIA MOTORS\"\n                },\n                {\n                    \"Brand\": \"ASTON MARTIN\"\n                },\n                {\n                    \"Brand\": \"AUDI\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"25e6cb50-10d7-4249-b94d-c52f4db65691\",\n    \"ElapsedMilliseconds\": 3187,\n    \"Status\": {\n        \"fipe_brands\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1516de12-078f-42b8-abc8-88add7f57920"},{"name":"Fipe - Model","id":"78a675ff-0b97-427b-9296-42433e647ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_models\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeModels.Models</td>\n<td>Vehicle   Model</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"4d86244e-ffb8-4502-b245-9f73cd2d955c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_models\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModels\": [\n                {\n                    \"Model\": \"100 2.8 V6\"\n                },\n                {\n                    \"Model\": \"100 2.8 V6 AVANT\"\n                },\n                {\n                    \"Model\": \"100 S-4 2.2 AVANT TURBO\"\n                },\n                {\n                    \"Model\": \"80 2.0\"\n                },\n                {\n                    \"Model\": \"80 2.0 AVANT\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1575056e-5349-4e61-8fee-e810ddad256c\",\n    \"ElapsedMilliseconds\": 85,\n    \"Status\": {\n        \"fipe_models\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"deaa77d7-0a28-4442-bcca-dd985c72a0bc","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_models&q=category{xxxxx},brand{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_models"},{"key":"q","value":"category{xxxxx},brand{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModels\": [\n                {\n                    \"Model\": \"100 2.8 V6\"\n                },\n                {\n                    \"Model\": \"100 2.8 V6 AVANT\"\n                },\n                {\n                    \"Model\": \"100 S-4 2.2 AVANT TURBO\"\n                },\n                {\n                    \"Model\": \"80 2.0\"\n                },\n                {\n                    \"Model\": \"80 2.0 AVANT\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1575056e-5349-4e61-8fee-e810ddad256c\",\n    \"ElapsedMilliseconds\": 85,\n    \"Status\": {\n        \"fipe_models\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"78a675ff-0b97-427b-9296-42433e647ef2"},{"name":"Fipe - Model Year","id":"9fe9172e-89a4-495d-b238-b6b90b9b7890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_model_years\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx},model{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FipeModelYears.ModelYear</td>\n<td>Vehicle   Model Year</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"dbfc349c-8b7c-4330-ada8-151a1dfa5906","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=fipe_model_years&q=category{xxxxx},brand{xxxxx},model{xxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"fipe_model_years"},{"key":"q","value":"category{xxxxx},brand{xxxxx},model{xxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModelYears\": [\n                {\n                    \"ModelYear\": \"1995\"\n                },\n                {\n                    \"ModelYear\": \"1994\"\n                },\n                {\n                    \"ModelYear\": \"1993\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"31641415-57ed-4fd3-b68b-929bc8816877\",\n    \"ElapsedMilliseconds\": 432,\n    \"Status\": {\n        \"fipe_model_years\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"ee8f35ed-a2f6-4eb4-b12b-971f1fc9df2f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"fipe_model_years\",\r\n\t\"q\": \"category{xxxxx},brand{xxxxx},model{xxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"FipeModelYears\": [\n                {\n                    \"ModelYear\": \"1995\"\n                },\n                {\n                    \"ModelYear\": \"1994\"\n                },\n                {\n                    \"ModelYear\": \"1993\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"31641415-57ed-4fd3-b68b-929bc8816877\",\n    \"ElapsedMilliseconds\": 432,\n    \"Status\": {\n        \"fipe_model_years\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9fe9172e-89a4-495d-b238-b6b90b9b7890"},{"name":"Phone Number Statistics","id":"050ea59f-6a35-4a27-bc8b-aad6cecf4fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_phone\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc","description":"<p>Dataset return statics from searched phone number. </p>\n<h2 id=\"field-description\">Field Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><em>Field</em></th>\n<th><em>Return</em></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StatisticsPhone.PhoneTotalPassages</td>\n<td>Number of Total   passages for this phone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.PhoneBadPassages</td>\n<td>Number of Bad passages for this phone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.PhoneNumberOfEntities</td>\n<td>Number of entities associated with this phone</td>\n</tr>\n<tr>\n<td>StatisticsPhone.CreationDate</td>\n<td>Creation Date for statistics associated   with this phone</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["misc"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"512b67cf-1399-42f5-a3ff-e221d99b6870","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"statistics_phone\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/misc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsPhone\": {\n                \"PhoneTotalPassages\": 30,\n                \"PhoneBadPassages\": 5,\n                \"PhoneNumberOfEntities\": 1,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"589fda0d-c920-4a99-8aa5-b907709bd7d9\",\n    \"ElapsedMilliseconds\": 60,\n    \"Status\": {\n        \"statistics_phone\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6e4704af-5004-4014-a96e-504b9b2d18f2","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/misc?Datasets=statistics_phone&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["misc"],"query":[{"key":"Datasets","value":"statistics_phone"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"StatisticsPhone\": {\n                \"PhoneTotalPassages\": 30,\n                \"PhoneBadPassages\": 5,\n                \"PhoneNumberOfEntities\": 1,\n                \"CreationDate\": \"2017-01-16T00:00:00Z\"\n            }\n        }\n    ],\n    \"QueryId\": \"589fda0d-c920-4a99-8aa5-b907709bd7d9\",\n    \"ElapsedMilliseconds\": 60,\n    \"Status\": {\n        \"statistics_phone\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"050ea59f-6a35-4a27-bc8b-aad6cecf4fc7"}],"id":"724e2514-cd99-4731-bb10-7210239a7b7f","description":"<p>Misc datasets are data sets that are not tightly tied to people or companies, and usually associate with other entities. These data can serve as alternative sources of generation of derived attributes for modeling processes, or they can be used in their natural context for the construction of artificial intelligence models.</p>\n","event":[{"listen":"prerequest","script":{"id":"f7de09b9-1bb4-40c0-9ed3-b711145a5306","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"23dff383-3739-402d-beb6-3ca27771dbc5","type":"text/javascript","exec":[""]}}],"_postman_id":"724e2514-cd99-4731-bb10-7210239a7b7f"},{"name":"On Demand API ","item":[{"name":"People API","item":[{"name":"Boa Vista (with Score)","id":"3c8fff6a-d128-4251-88d3-3c600d268c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord.Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences. Details.(IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Name of the returned score (score period)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Credit Score class</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Credit Score Horizon</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probability of Delinquency</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Returned score type</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Reason for returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData. ScoreRule</td>\n<td>Rule used in returned score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"bc35e096-e9ca-4dc9-bfb0-bfb1067f2c43","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                    \t\t{\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/CERTBANK\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/C L\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        }\n                    \t],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ],\n                            \"Score\": {\n\t\t                        \"Name\": \"SCORE\",\n\t\t                        \"Class\": \"\",\n\t\t                        \"Probability\": \"98,80%\",\n\t\t                        \"Score\": \"145\",\n\t\t                        \"AdditionalOutputData\": {\n\t\t                            \"ScoreRule\": \"E\"\n\t\t                        }\n\t\t                    }\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f02fe842-c520-4ceb-90c4-068ff6c2f689","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_boavista_score&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista_score"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                    \t\t{\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/CERTBANK\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/C L\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        }\n                    \t],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ],\n                            \"Score\": {\n\t\t                        \"Name\": \"SCORE\",\n\t\t                        \"Class\": \"\",\n\t\t                        \"Probability\": \"98,80%\",\n\t\t                        \"Score\": \"145\",\n\t\t                        \"AdditionalOutputData\": {\n\t\t                            \"ScoreRule\": \"E\"\n\t\t                        }\n\t\t                    }\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3c8fff6a-d128-4251-88d3-3c600d268c0d"},{"name":"Boa Vista (without Score)","id":"d38cae02-e44e-4b84-b0e7-9659009ba8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord.Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries. AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"820b1da7-5350-450b-a476-a0afe980bb3e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_boavista&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                    \t\t{\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/CERTBANK\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        },\n\t                        {\n\t                            \"QueryDate\": \"2019-03-26T00:00:00\",\n\t                            \"Name\": \"SPBRE/C L\",\n\t                            \"AdditionalOutputData\": {\n\t                                \"type\": \"OUTROS\"\n\t                            }\n\t                        }\n                    \t],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"dcbf5cf8-880f-41d7-99bb-a7191931b887","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T17:39:48.8111448Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"NAO ESPECIFICADO\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": \"\",\n                    \"TotalCount\": \"\",\n                    \"TotalPreviousQueries\": \"\",\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/CERTBANK\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SPBRE/C L\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 9,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"12312312\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"37835975\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"747c6902-f913-4fec-bec2-560f331023ee\",\n    \"ElapsedMilliseconds\": 4947,\n    \"Status\": {\n        \"ondemand_credit_boavista\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d38cae02-e44e-4b84-b0e7-9659009ba8f5"},{"name":"Certificate of \"COAF\"","id":"7e8c99b5-2614-4421-84ec-27d1b493d13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_coaf\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>Data referring to the registration of the CPF in COAF (Council for Control of Financial Activities).</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Data list</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Name</td>\n<td>Name</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.DocNumber</td>\n<td>Document number</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationId</td>\n<td>COAF Habilitation Id</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationDate</td>\n<td>Habilitation Date</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Segment</td>\n<td>Segment</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Status</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.RegisterUpdate</td>\n<td>Register update</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.RawData</td>\n<td>Certificate evidence</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"93eb3f01-91dd-4f9f-a813-b69dcf2de9e8","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                         \"Name\": \"ANSELMO MANTOANI\",\r\n                        \"DocNumber\": \"000.270.458-70\",\r\n                        \"HabilitationId\": \"00022092-51\",\r\n                        \"HabilitationDate\": \"05/09/2018\",\r\n                        \"QueryDate\": \"01/04/2019 15:12:50\",\r\n                        \"Segment\": \"COFECI - Promoção imobiliária compra/venda imóveis\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RegisterUpdate\": \"\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/0a329516-84d1-4cf9-aebb-153242815fb5_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"aaf5acdf-0443-4b0f-b1bf-665f33320ce2","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                         \"Name\": \"ANSELMO MANTOANI\",\r\n                        \"DocNumber\": \"000.270.458-70\",\r\n                        \"HabilitationId\": \"00022092-51\",\r\n                        \"HabilitationDate\": \"05/09/2018\",\r\n                        \"QueryDate\": \"01/04/2019 15:12:50\",\r\n                        \"Segment\": \"COFECI - Promoção imobiliária compra/venda imóveis\",\r\n                        \"Status\": \"Ativo\",\r\n                        \"RegisterUpdate\": \"\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/COAF/0a329516-84d1-4cf9-aebb-153242815fb5_xxxxxxxxxxxxxx.html.gzip\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"7e8c99b5-2614-4421-84ec-27d1b493d13f"},{"name":"Certificate \"Embargos Ibama\"","id":"c490ab54-6383-49a7-b647-8d2530f9b3a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.OfficialName</td>\n<td>Official Name according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Identification number according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ContactType</td>\n<td>Type of contact present in the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AddressCore</td>\n<td>Address core of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.City</td>\n<td>City of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.State</td>\n<td>State of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Infraction</td>\n<td>Type of Infraction according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AffectedAreaHa</td>\n<td>Affected Area in Hectares according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TadNumber</td>\n<td>TAD number of the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AiNumber</td>\n<td>AI number of the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DtJudgment</td>\n<td>Judgment date for the infraction</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DtRegistration</td>\n<td>Registration date for the infraction</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"a4e2d0dd-7a47-41b4-a623-c3b82395511e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_ibama_embargados&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_ibama_embargados"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaEmbargados\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                       \"Name.0\": \"JOSE RAI CAVALCANTE DE FREITAS\",\n                       \"IdNumber.0\": \"xxxxxxxxxxx\",\n                       \"ContactType.0\": \"AREA EMBARGADA\",\n                       \"AddressCore.0\": \"GLEBA CAMPINARANA, BADEJO DE CIMA, GUAJARÁ/AM\",\n                       \"City.0\": \"CRUZEIRO DO SUL\",\n                       \"State.0\": \"AC\",\n                       \"Infraction.0\": \"Infração da Flora(Não Classificada-Móvel)\",\n                       \"AffectedAreaHa.0\": \"24,8\",\n                       \"TadNumber.0\": \"376106\",\n                       \"AiNumber.0\": \"525483\",\n                       \"DtJudgment.0\": \"2011-04-27\",\n                       \"DtRegistration.0\": \"2006-10-31\"\n                    },\n                    \"QueryDate\": \"2018-08-29T17:33:35.1374394Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\n    \"ElapsedMilliseconds\": 1233,\n    \"Status\": {\n        \"ondemand_ibama_embargados\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"bad59c95-aff7-4f49-81cb-49395405f33b","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaEmbargados\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                       \"Name.0\": \"JOSE RAI CAVALCANTE DE FREITAS\",\n                       \"IdNumber.0\": \"xxxxxxxxxxx\",\n                       \"ContactType.0\": \"AREA EMBARGADA\",\n                       \"AddressCore.0\": \"GLEBA CAMPINARANA, BADEJO DE CIMA, GUAJARÁ/AM\",\n                       \"City.0\": \"CRUZEIRO DO SUL\",\n                       \"State.0\": \"AC\",\n                       \"Infraction.0\": \"Infração da Flora(Não Classificada-Móvel)\",\n                       \"AffectedAreaHa.0\": \"24,8\",\n                       \"TadNumber.0\": \"376106\",\n                       \"AiNumber.0\": \"525483\",\n                       \"DtJudgment.0\": \"2011-04-27\",\n                       \"DtRegistration.0\": \"2006-10-31\"\n                    },\n                    \"QueryDate\": \"2018-08-29T17:33:35.1374394Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\n    \"ElapsedMilliseconds\": 1233,\n    \"Status\": {\n        \"ondemand_ibama_embargados\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c490ab54-6383-49a7-b647-8d2530f9b3a4"},{"name":"Certificate of Prior Criminal Records","id":"e7d83d86-c054-4524-a5db-bd323181686c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pf_antecedente\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.IdNumber</td>\n<td>Identification number according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Certificate Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateText</td>\n<td>Original text present in the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Certificate Emission Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Validity</td>\n<td>Certificate Validity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"f134544e-d6c3-486c-9eaa-d1d398abe36c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pf_antecedente\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PFAntecedente\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"IdNumber\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"CertificateNumber\": \" 16021832019\",\n                        \"CertificateText\": \"A Polícia Federal CERTIFICA, após pesquisa no Sistema Nacional de Informações Criminais - SINIC, que até a presente data, NÃO CONSTA decisão judicial condenatória com trânsito em julgado* em nome de VANESSA SUILVA, nascido(a) aos 06/07/1994\",\n                        \"EmissionDate\": \"19:46 de 11/03/2019\",\n                        \"Validity\": \"90 DAYS\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:28:22.9234301Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7aa68275-95b5-4f73-b1d3-1c668f6e290a\",\n    \"ElapsedMilliseconds\": 62493,\n    \"Status\": {\n        \"ondemand_pf_antecedente\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"fd1e15d5-919b-4459-a17e-195d67c68d06","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_pf_antecedente&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_pf_antecedente"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PFAntecedente\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"IdNumber\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"CertificateNumber\": \" 16021832019\",\n                        \"CertificateText\": \"A Polícia Federal CERTIFICA, após pesquisa no Sistema Nacional de Informações Criminais - SINIC, que até a presente data, NÃO CONSTA decisão judicial condenatória com trânsito em julgado* em nome de VANESSA SUILVA, nascido(a) aos 06/07/1994\",\n                        \"EmissionDate\": \"19:46 de 11/03/2019\",\n                        \"Validity\": \"90 DAYS\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:28:22.9234301Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7aa68275-95b5-4f73-b1d3-1c668f6e290a\",\n    \"ElapsedMilliseconds\": 62493,\n    \"Status\": {\n        \"ondemand_pf_antecedente\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e7d83d86-c054-4524-a5db-bd323181686c"},{"name":"Certificate of \"Nada Consta\"","id":"1058d46d-3f28-4b5e-b154-fe68d59d6b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_nada_consta\",\r\n\t\"q\": \"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>The query Certificate of \"Nada Consta\" accepts the following search parameters:</p>\n<p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>court</td>\n<td>Court</td>\n</tr>\n<tr>\n<td>op</td>\n<td>Level</td>\n</tr>\n</tbody>\n</table>\n</div><p>For the optional parameters the following arguments are accepted:</p>\n<ul>\n<li><p><strong>court:</strong> TRF1 / TRF2 / TRF3 / TRF4 / TRF5.</p>\n</li>\n<li><p><strong>op:</strong> CIVIL / CRIMINAL.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name</td>\n<td>Name returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. IdNumber</td>\n<td>Identification number according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OriginalText</td>\n<td>Original text present in the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"35d8114e-4f45-4978-ae4b-616412348910","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_nada_consta\",\r\n\t\"q\": \"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"NadaConsta\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"VANESSA SILVA\",\n                        \"IdNumber\": \"154.384.687-45\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"OriginalText\": \"PODER JUDICIÁRIO\\r\\n \\r\\n JUSTIÇA FEDERAL\\r\\n \\r\\n TRIBUNAL REGIONAL FEDERAL DA 2ª REGIÃO <!--Seção Judiciária do Rio de Janeiro -->\\r\\n \\r\\n\\r\\n CERTIDÃO DE DISTRIBUIÇÃO\\r\\n AÇÕES E EXECUÇÕES\\r\\n ORIGINÁRIAS CÍVEIS e CRIMINAIS\\r\\n Nº da Certidão \\r\\n 2019.00516578\\r\\n CERTIFICAMOS que, em pesquisa nos registros eletrônicos armazenados no Sistema de Acompanhamento e Informações Processuais, a partir de 30/03/1989, até a presente data, exclusivamente no Tribunal Regional Federal da 2ª Região, com sede no Rio de Janeiro e jurisdição nos Estados do Rio de Janeiro e do Espírito Santo, que contra:\\r\\n \\r\\n VANESSA SILVA, ou vinculado ao CPF: 154.384.687-45,\\r\\n \\r\\n NADA CONSTA, no Tribunal Regional Federal da 2ª Região.\\r\\n Observações:\\r\\n \\r\\n a) Certidão expedida gratuitamente pela Internet, com base na Resolução n&ordm TRF2-RSP-2014/00033, de 30/12/2014;\\r\\n b) A informação do Nº do CPF/CNPJ acima é de responsabilidade do solicitante da Certidão, devendo a titularidade ser conferida pelo interessado e destinatário;\\r\\n c) A autenticidade desta Certidão poderá ser confirmada na página do Tribunal Regional Federal da 2ª Região (http://www.trf2.jus.br);\\r\\n d) A autenticidade poderá ser efetivada, no máximo, em até 90 (noventa) dias após a expedição.\\r\\n e) A pesquisa realizada com base no CPF informado abrange processos em que seu titular ou seu eventual espólio figure como parte.\\r\\n \\r\\n Rio de Janeiro - RJ - 27/03/2019\\r\\n , às \\r\\n 16:22.\\r\\n \\r\\n\\r\\n \\r\\n Secretaria de Atividades Judiciárias \\r\\n Página Inicial |\\r\\n Retornar à Impressão de Certidão |\\r\\n \\r\\n Imprimir\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Nada_Consta/c4c7ea3f-6002-4cba-8cc6-69062215de9f_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"e728bb41-db30-42a9-a748-c6270490f08c\",\n    \"ElapsedMilliseconds\": 26408,\n    \"Status\": {\n        \"ondemand_nada_consta\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"c81f0245-5233-4bc8-89a4-e41a48279605","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_nada_consta&q=doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_nada_consta"},{"key":"q","value":"doc{xxxxxxxxxxx},court{TRF1},op{CIVIL,CRIMINAL}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"NadaConsta\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"VANESSA SILVA\",\n                        \"IdNumber\": \"154.384.687-45\",\n                        \"Status\": \"NADA CONSTA\",\n                        \"OriginalText\": \"PODER JUDICIÁRIO\\r\\n \\r\\n JUSTIÇA FEDERAL\\r\\n \\r\\n TRIBUNAL REGIONAL FEDERAL DA 2ª REGIÃO <!--Seção Judiciária do Rio de Janeiro -->\\r\\n \\r\\n\\r\\n CERTIDÃO DE DISTRIBUIÇÃO\\r\\n AÇÕES E EXECUÇÕES\\r\\n ORIGINÁRIAS CÍVEIS e CRIMINAIS\\r\\n Nº da Certidão \\r\\n 2019.00516578\\r\\n CERTIFICAMOS que, em pesquisa nos registros eletrônicos armazenados no Sistema de Acompanhamento e Informações Processuais, a partir de 30/03/1989, até a presente data, exclusivamente no Tribunal Regional Federal da 2ª Região, com sede no Rio de Janeiro e jurisdição nos Estados do Rio de Janeiro e do Espírito Santo, que contra:\\r\\n \\r\\n VANESSA SILVA, ou vinculado ao CPF: 154.384.687-45,\\r\\n \\r\\n NADA CONSTA, no Tribunal Regional Federal da 2ª Região.\\r\\n Observações:\\r\\n \\r\\n a) Certidão expedida gratuitamente pela Internet, com base na Resolução n&ordm TRF2-RSP-2014/00033, de 30/12/2014;\\r\\n b) A informação do Nº do CPF/CNPJ acima é de responsabilidade do solicitante da Certidão, devendo a titularidade ser conferida pelo interessado e destinatário;\\r\\n c) A autenticidade desta Certidão poderá ser confirmada na página do Tribunal Regional Federal da 2ª Região (http://www.trf2.jus.br);\\r\\n d) A autenticidade poderá ser efetivada, no máximo, em até 90 (noventa) dias após a expedição.\\r\\n e) A pesquisa realizada com base no CPF informado abrange processos em que seu titular ou seu eventual espólio figure como parte.\\r\\n \\r\\n Rio de Janeiro - RJ - 27/03/2019\\r\\n , às \\r\\n 16:22.\\r\\n \\r\\n\\r\\n \\r\\n Secretaria de Atividades Judiciárias \\r\\n Página Inicial |\\r\\n Retornar à Impressão de Certidão |\\r\\n \\r\\n Imprimir\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Nada_Consta/c4c7ea3f-6002-4cba-8cc6-69062215de9f_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"e728bb41-db30-42a9-a748-c6270490f08c\",\n    \"ElapsedMilliseconds\": 26408,\n    \"Status\": {\n        \"ondemand_nada_consta\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1058d46d-3f28-4b5e-b154-fe68d59d6b59"},{"name":"Certificate of \"PGFN\"","id":"99be5761-8df9-4f9d-83e8-84b012282c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>This dataset returns information of \"Procuradoria-Geral da Fazenda Nacional\" (Attorney General of the National Treasury)</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. PGFNClearance</td>\n<td>Indicates if the entity has PGFN clearance (TRUE if no issues, FALSE if there are)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.QueryType</td>\n<td>Query Type</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TaxPayer</td>\n<td>Identification number of the tax payer according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Certificate number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Certificate Emission Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ValidityDate</td>\n<td>Certificate Validity Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1dce3d0d-6967-463f-b90f-2c5f420ff187","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_pgfn&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_pgfn"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxx\",\n                        \"Status\": \"NEGATIVA\",\n                        \"CertificateNumber\": \"212C.915A.A7B5.C826\",\n                        \"EmissionDate\": \"2/19/2019\",\n                        \"raw_data\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/d59b0f34-af50-479b-8cbf-90d248c066c8_xxxxxxxxxxx.html.gzip\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:22:09.4767008Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"7a13e7e6-e1df-4dd1-9951-74535edb1441","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"\",\n                        \"QueryType\": \"\",\n                        \"TaxPayer\": \"\",\n                        \"Status\": \"\",\n                        \"CertificateNumber\": \"\",\n                        \"EmissionDate\": \"\",\n                        \"ValidityDate\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-28T19:03:38.2912878Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"99be5761-8df9-4f9d-83e8-84b012282c58"},{"name":"CPF Status in \"Receita Federal\"","id":"ed396b97-662e-410c-ad1b-d4efc6a3da37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Protocol Number for the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Name</td>\n<td>Name of the entity according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Birthdate</td>\n<td>Birth date according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. QueryTime</td>\n<td>Query time</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SocialName</td>\n<td>Social name according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Digit</td>\n<td>Receita Federal Digit</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. RegistrationDate</td>\n<td>Registration into the Receita Federal Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. IsDead</td>\n<td>Indicator if the person is dead</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DeathYear</td>\n<td>Year of Death</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameter\">Optional parameter</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>birthdate</td>\n<td>Birth date</td>\n</tr>\n<tr>\n<td>dateformat</td>\n<td>Format of birth date</td>\n</tr>\n</tbody>\n</table>\n</div><p>When passing the date of birth, one must also pass the format in which the date of birth is being sent in the requisition. For example:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>ondemand_rf_status</strong>&amp;<br />\nq=doc{xxxxxxxxxxx},birthdate{10-07-1998},dateformat{dd-MM-yyyy}\n&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>ondemand_rf_status</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx},birthdate{10-07-1998},dateformat{dd-MM-yyyy}\",<br />\n  \"AccessToken\": \"\",<br />\n}<br /></p>\n","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0d3f4926-65a3-4dc6-853f-ed932c5be72e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"B3E0.C7D6.1393.FBBA\",\n                    \"BaseStatus\": \"REGULAR\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"MARIA SANTOS ROCHA\",\n                        \"Birthdate\": \"1994-07-06\",\n                        \"QueryTime\": \"16:24:32\",\n                        \"SocialName\": \"\",\n                        \"Digit\": \"00\",\n                        \"RegistrationDate\": \"2010-07-02\",\n                        \"IsDead\": \"FALSE\",\n                        \"DeathYear\": \"\"\n                    },\n                    \"QueryDate\": \"2019-02-11T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"78dd9bee-22f8-4a8a-be4b-4c138b6c5a96\",\n    \"ElapsedMilliseconds\": 36532,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9334b130-fc0c-4f8c-938a-353a8d2fc393","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"\",\n                        \"Birthdate\": \"\",\n                        \"QueryTime\": \"\",\n                        \"SocialName\": \"\",\n                        \"Digit\": \"\",\n                        \"RegistrationDate\": \"\",\n                        \"IsDead\": \"\",\n                        \"DeathYear\": \"\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"78dd9bee-22f8-4a8a-be4b-4c138b6c5a96\",\n    \"ElapsedMilliseconds\": 36532,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ed396b97-662e-410c-ad1b-d4efc6a3da37"},{"name":"Consult of \"Restituição do Imposto de Renda\"","id":"f6049cab-d407-4241-9e15-7270404b4f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_restituicao\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Protocol Number for the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Bank</td>\n<td>Bank where restitution occurred</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Agency</td>\n<td>Agency number where restitution occurred</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Lot</td>\n<td>Lot Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. RestitutionDate</td>\n<td>Restitution Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"748b9142-5d68-4ab6-8c93-249d2d817f80","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_restituicao\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Restituicao\",\n\t\t\t        \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n\t\t\t        \"ProtocolNumber\": \"\",\n\t\t\t        \"BaseStatus\": \"CREDITADA\",\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t          \"Bank\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t          \"Agency\": \"1009\",\n\t\t\t          \"Lot\": \"004\",\n\t\t\t          \"RestitutionDate\": \"2018-09-17\"\n\t\t\t        },\n\t\t\t        \"QueryDate\": \"2019-03-29T19:26:17.3084041Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"8619f196-1a9b-43e5-8698-04caa8852ce8\",\n    \"ElapsedMilliseconds\": 1071,\n    \"Status\": {\n        \"ondemand_restituicao\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"97e4aba6-5210-4c10-bf9f-367461bb909a","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_restituicao&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_restituicao"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Restituicao\",\n\t\t\t        \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n\t\t\t        \"ProtocolNumber\": \"\",\n\t\t\t        \"BaseStatus\": \"CREDITADA\",\n\t\t\t        \"AdditionalOutputData\": {\n\t\t\t          \"Bank\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t          \"Agency\": \"1009\",\n\t\t\t          \"Lot\": \"004\",\n\t\t\t          \"RestitutionDate\": \"2018-09-17\"\n\t\t\t        },\n\t\t\t        \"QueryDate\": \"2019-03-29T19:26:17.3084041Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"8619f196-1a9b-43e5-8698-04caa8852ce8\",\n    \"ElapsedMilliseconds\": 1071,\n    \"Status\": {\n        \"ondemand_restituicao\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f6049cab-d407-4241-9e15-7270404b4f5b"},{"name":"Health Insurance Status in \"ANS\"","id":"8bcc40bd-82db-4336-b9ce-134a8a6f0f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_health_insurance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQueries.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineQueries.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryRawHTMLResult</td>\n<td>Raw HTML Result from query</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.TaxIdNumber</td>\n<td>Identification number according to the online query</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Name</td>\n<td>Name according to the online query</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.BirthDate</td>\n<td>Birth Date according to the online query</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Status</td>\n<td>Status returned by the online query</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Cns</td>\n<td>CNS number</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.InsuranceOwner</td>\n<td>Name of Insurance Owner</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.MotherName</td>\n<td>Mother Name</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.HealthInsurance.[n]</td>\n<td>Type of Health Insurance</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.TradeName.[n]</td>\n<td>Trade name for health insurer</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData.Cco.[n]</td>\n<td>CCO Number</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData. Characteristics.[n]</td>\n<td>Health Insurance Characteristics</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryResultData. BeneficiaryNumber.[n]</td>\n<td>Beneficiary Number</td>\n</tr>\n<tr>\n<td>OnlineQueries.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"295c5324-a146-419d-8ea4-d970b1d8d692","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_health_insurance\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQueries\": [\n                {\n                    \"Origin\": \"ANS\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryRawHTMLResult\": \"\",\n                    \"QueryResultData\": {\n                        \"TaxIdNumber\": \"\",\n                        \"Name\": \"\",\n                        \"BirthDate\": \"\",\n                        \"Status\": \"\",\n                        \"Cns\": \"\",\n                        \"InsuranceOwner\": \"\",\n                        \"MotherName\": \"\",\n                        \"HealthInsurance.0\": \"\",\n                        \"TradeName.0\": \"\",\n                        \"Characteristics.0\": \"\",\n                        \"Cco.0\": \"\",\n                        \"BeneficiaryNumber.0\": \"\",\n                        \"HealthInsurance.1\": \"\",\n                        \"TradeName.1\": \"\",\n                        \"Characteristics.1\": \"\",\n                        \"Cco.1\": \"\",\n                        \"BeneficiaryNumber.1\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:13:59.2995583Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"61573ad7-b070-4277-bff4-55b742a5aeb5\",\n    \"ElapsedMilliseconds\": 8183,\n    \"Status\": {\n        \"ondemand_health_insurance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"2ea313a1-2790-49d6-8f03-d7200f9a0ca5","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_health_insurance&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_health_insurance"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQueries\": [\n                {\n                    \"Origin\": \"ANS\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryRawHTMLResult\": \"\",\n                    \"QueryResultData\": {\n                        \"TaxIdNumber\": \"\",\n                        \"Name\": \"\",\n                        \"BirthDate\": \"\",\n                        \"Status\": \"\",\n                        \"Cns\": \"\",\n                        \"InsuranceOwner\": \"\",\n                        \"MotherName\": \"\",\n                        \"HealthInsurance.0\": \"\",\n                        \"TradeName.0\": \"\",\n                        \"Characteristics.0\": \"\",\n                        \"Cco.0\": \"\",\n                        \"BeneficiaryNumber.0\": \"\",\n                        \"HealthInsurance.1\": \"\",\n                        \"TradeName.1\": \"\",\n                        \"Characteristics.1\": \"\",\n                        \"Cco.1\": \"\",\n                        \"BeneficiaryNumber.1\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:13:59.2995583Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"61573ad7-b070-4277-bff4-55b742a5aeb5\",\n    \"ElapsedMilliseconds\": 8183,\n    \"Status\": {\n        \"ondemand_health_insurance\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8bcc40bd-82db-4336-b9ce-134a8a6f0f1d"},{"name":"Rais","id":"bbccf3e3-d375-44de-b82a-7733d5af3923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_rais\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>The \"Rais\" query accepts the following search parameter</p>\n<p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nit</td>\n<td>Worker Registration ID</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Name</td>\n<td>Name returned by the online query</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Nit</td>\n<td>NIT number returned by the online query</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber.[n]</td>\n<td>Identification number of the associated company</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.OfficialName.[n]</td>\n<td>Official name of the associated company</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DeliveryStatus[n]</td>\n<td>Delivery Status of the RAIS declaration</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtDelivery.[n]</td>\n<td>Delivery Date of the RAIS declaration</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtAdimission.[n]</td>\n<td>Date of admission into the company</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtQuitting.[n]</td>\n<td>Date of termination with the company</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"630fc63d-07b3-42d9-bf5f-28d1834598a8","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_rais\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Rais\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"ANA KELEN DE CARVALHO\",\n                        \"Nit\": \"13098383274\",\n                        \"IdNumber.0\": \"\",\n                        \"OfficialName.0\": \"ESSENCE TERC MAO OBRA E SERVICOS LTDA\",\n                        \"Cnpj/Caepf/Cei/Cno.0\": \"06.290.395/0001-90\",\n                        \"DeliveryStatus.0\": \"ENTREGUE\",\n                        \"DtDelivery.0\": \"2018-03-22\",\n                        \"DtAdimission.0\": \"2016-09-01\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:33:08.8578526Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"30a39d94-5739-43ac-aa60-6da44841c3c7\",\n    \"ElapsedMilliseconds\": 1130,\n    \"Status\": {\n        \"ondemand_rais\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"d11cadff-58c8-4286-a21a-6e31dd61cd34","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_cert_rais&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_cert_rais"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Rais\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"Name\": \"ANA KELEN DE CARVALHO\",\n                        \"Nit\": \"13098383274\",\n                        \"IdNumber.0\": \"\",\n                        \"OfficialName.0\": \"ESSENCE TERC MAO OBRA E SERVICOS LTDA\",\n                        \"Cnpj/Caepf/Cei/Cno.0\": \"06.290.395/0001-90\",\n                        \"DeliveryStatus.0\": \"ENTREGUE\",\n                        \"DtDelivery.0\": \"2018-03-22\",\n                        \"DtAdimission.0\": \"2016-09-01\"\n                    },\n                    \"QueryDate\": \"2019-03-27T20:33:08.8578526Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"30a39d94-5739-43ac-aa60-6da44841c3c7\",\n    \"ElapsedMilliseconds\": 1130,\n    \"Status\": {\n        \"ondemand_rais\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bbccf3e3-d375-44de-b82a-7733d5af3923"},{"name":"\"Seguro Desemprego\" ","id":"3eb6018a-618a-48bd-a284-81859f0aa02e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_seguro_desemprego\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<p>The \"Seguro Desemprego\" query accepts the following search parameter</p>\n<p><strong>Required Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>doc</td>\n<td>CPF</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional Parameter</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>nit</td>\n<td>Worker Registration ID</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Name</td>\n<td>Name returned by the query</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. NitNumber</td>\n<td>NIT number returned by the query</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. InsuranceStatus</td>\n<td>Insurance Status as returned by the query</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. PeriodOfEmployment</td>\n<td>Period of Employment</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. Procedure</td>\n<td>Procedure</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Reason</td>\n<td>Reason for the dismissal</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. Installment[n]Status</td>\n<td>Status of Installment</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. DtInstallment[n]Availability</td>\n<td>Date of Installment Availability</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0124f1de-4b2f-4110-a604-1f27798d7972","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_seguro_desemprego&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_seguro_desemprego"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"SeguroDesemprego\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"Name\": \"ALEXSANDRA CARDOSO DE MORAES\",\n                        \"NitNumber\": \"12615713673\",\n                        \"InsuranceStatus\": \"NOTIFICADO\",\n                        \"PeriodOfEmployment\": \"11 MESES\",\n                        \"Procedure\": \"PREZADO SR(A). POR GENTILEZA PROCURE UM POSTO DO SINE OU CONVENIADO O QUAL FEZ O SEU CADASTRO PARA ACOES DE EMPREGO E SOLICITE SEU HISTORICO E EM SEGUIDA DIRIJA-SE A UM POSTO DO MINISTERIO DO TRABALHO E EMPREGO COM A SEGUINTE DOCUMENTACAO:  -CARTEIRA DE TRABALHO; -FORMULARIO DO SEGURO-DESEMPREGO (VIA MARROM); -RESCISAO DO CONTRATO DE TRABALHO; -HISTORICO DO TRABALHADOR FORNECIDO PELO SINE.\",\n                        \"Reason\": \"MAIS DE 02 ANOS DA DATA DE DEMISSAO/SUSPENSAO\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:35:37.4264939Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ffe8e729-6935-4edf-a3d6-8e4c101422ac\",\n    \"ElapsedMilliseconds\": 18616,\n    \"Status\": {\n        \"ondemand_seguro_desemprego\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"08d5641c-0d4d-438c-99c4-db07c5095917","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_seguro_desemprego\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"SeguroDesemprego\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"Name\": \"ALEXSANDRA CARDOSO DE MORAES\",\n                        \"NitNumber\": \"12615713673\",\n                        \"InsuranceStatus\": \"NOTIFICADO\",\n                        \"PeriodOfEmployment\": \"11 MESES\",\n                        \"Procedure\": \"PREZADO SR(A). POR GENTILEZA PROCURE UM POSTO DO SINE OU CONVENIADO O QUAL FEZ O SEU CADASTRO PARA ACOES DE EMPREGO E SOLICITE SEU HISTORICO E EM SEGUIDA DIRIJA-SE A UM POSTO DO MINISTERIO DO TRABALHO E EMPREGO COM A SEGUINTE DOCUMENTACAO:  -CARTEIRA DE TRABALHO; -FORMULARIO DO SEGURO-DESEMPREGO (VIA MARROM); -RESCISAO DO CONTRATO DE TRABALHO; -HISTORICO DO TRABALHADOR FORNECIDO PELO SINE.\",\n                        \"Reason\": \"MAIS DE 02 ANOS DA DATA DE DEMISSAO/SUSPENSAO\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:35:37.4264939Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ffe8e729-6935-4edf-a3d6-8e4c101422ac\",\n    \"ElapsedMilliseconds\": 18616,\n    \"Status\": {\n        \"ondemand_seguro_desemprego\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3eb6018a-618a-48bd-a284-81859f0aa02e"},{"name":"SPC Brasil (with Score)","id":"6a67ffea-494c-4458-ae57-1c7e15dbfc75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<p>The SPC credit query with score allows 2 query models: score in relation to the last 3 months and in relation to the last 12 months:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Score</th>\n<th>Database</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3 months</td>\n<td>ondemand_credit_spc_score_3_months</td>\n</tr>\n<tr>\n<td>12 months</td>\n<td>ondemand_credit_spc_score_12_months</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Name of the returned score (score period)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Credit Score class</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Credit Score Horizon</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probability of Delinquency</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Returned score type</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Reason for returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Rule used in returned score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"40f2d9a5-de80-4f0e-b43a-cd0e70e88e97","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_spc_score_12_months&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_spc_score_12_months"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GHERSON CASTRO\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1966-03-31T00:00:00\",\n                        \"Age\": 52,\n                        \"ZodiacSign\": \"ARIES\",\n                        \"MotherName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                        \"TaxIdStatus\": \"SUSPENSA\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"32166540\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"33715971\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"32133213\",\n\t                            \"AreaCode\": \"47\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                         {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS\",\n                            \"Number\": \"000537\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670300\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS 137\",\n                            \"Number\": \"\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670900\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1556.88,\n                    \"TotalCount\": 5,\n                    \"TotalPreviousQueries\": 56,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - GOIANIA / GO\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PRIMO DECOR\",\n                            \"CityAndState\": {\n                                \"City\": \"GOIANIA\",\n                                \"State\": \"GO\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 4,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2009-01-29T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2009-01-29T00:00:00\",\n                                    \"Reason\": \"OUTROS\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  NATAL / RN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"PROTEST\",\n                            \"TotalValue\": 1556.88,\n                            \"TotalCount\": 1,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-12-03T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                             \"Details\": [\n                                {\n                                \t\"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2018-12-03T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 1556.88,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"UN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"BALNEARIO PICARRAS\",\n                                                    \"State\": \"SC\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"12\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc_score_12_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"605d63d0-f523-493b-8904-8576b64c8593","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GHERSON CASTRO\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1966-03-31T00:00:00\",\n                        \"Age\": 52,\n                        \"ZodiacSign\": \"ARIES\",\n                        \"MotherName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                        \"TaxIdStatus\": \"SUSPENSA\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"HELVIA DA SILVA TAVARES FRANCA\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"32166540\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"33715971\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"32133213\",\n\t                            \"AreaCode\": \"47\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                         {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS\",\n                            \"Number\": \"000537\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670300\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"R HUMBERTO CAMPOS 137\",\n                            \"Number\": \"\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"CHACARA\",\n                            \"ZipCode\": \"32670900\",\n                            \"City\": \"BETIM\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1556.88,\n                    \"TotalCount\": 5,\n                    \"TotalPreviousQueries\": 56,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - GOIANIA / GO\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PRIMO DECOR\",\n                            \"CityAndState\": {\n                                \"City\": \"GOIANIA\",\n                                \"State\": \"GO\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"SEGUROS NAOVIDA\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 4,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2009-01-29T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2009-01-29T00:00:00\",\n                                    \"Reason\": \"OUTROS\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  NATAL / RN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"PROTEST\",\n                            \"TotalValue\": 1556.88,\n                            \"TotalCount\": 1,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-12-03T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                             \"Details\": [\n                                {\n                                \t\"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2018-12-03T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 1556.88,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"UN\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"BALNEARIO PICARRAS\",\n                                                    \"State\": \"SC\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"12\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc_score_12_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6a67ffea-494c-4458-ae57-1c7e15dbfc75"},{"name":"SPC Brasil (without Score)","id":"46d9bcd8-2d80-40d2-b7da-ccdb19cc0b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord .Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData. related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["peoplev2"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"73f15c46-843d-4165-aad8-0e7d443b99a4","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/peoplev2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"JÕAO PAULO SILVA\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1970-10-31T00:00:00\",\n                        \"Age\": 48,\n                        \"ZodiacSign\": \"ESCORPIAO\",\n                        \"MotherName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                        \"TaxIdStatus\": \"\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            {\n                            \"RelatedEntityName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        },\n                        {\n                            \"RelatedEntityName\": \"MARIA TESTE SILVA\",\n                            \"RelationshipType\": \"FATHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"34657899\",\n\t                            \"AreaCode\": \"12\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"40023123\",\n\t                            \"AreaCode\": \"27\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"R GERALDA CIRINO FLOR DE MAIO 172\",\n                            \"Number\": \"\",\n                            \"Complement\": \"CASA\",\n                            \"Neighborhood\": \"SANTA MONICA\",\n                            \"ZipCode\": \"31565300\",\n                            \"City\": \"BELO HORIZONTE\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 46483.68,\n                    \"TotalCount\": 26,\n                    \"TotalPreviousQueries\": 137,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"CAIXAS ECONOMICAS\",\n                            \"CityAndState\": {\n                                \"City\": \"BRASILIA\",\n                                \"State\": \"DF\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 3,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2010-03-10T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2010-03-10T00:00:00\",\n                                    \"Reason\": \"ROUBO/FURTO\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  GOIANIA / GO\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"SPC\",\n                            \"TotalValue\": 1765.52,\n                            \"TotalCount\": 15,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-15T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                \t\"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2018-11-11T00:00:00\",\n                                    \"Date\": \"2019-03-15T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 111.11,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                    \t{\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CILENE GLADIS PUGLIA DE CAMPOS\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"SAO BERNARDO DO CAMP\",\n                                                    \"State\": \"SP\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"15706808614\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t}    \n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b17816e2-4622-4b73-95f5-651e4dc012ad","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/peoplev2?Datasets=ondemand_credit_spc&q=doc{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["peoplev2"],"query":[{"key":"Datasets","value":"ondemand_credit_spc"},{"key":"q","value":"doc{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"JÕAO PAULO SILVA\",\n                        \"Gender\": \"M\",\n                        \"BirthDate\": \"1970-10-31T00:00:00\",\n                        \"Age\": 48,\n                        \"ZodiacSign\": \"ESCORPIAO\",\n                        \"MotherName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                        \"TaxIdStatus\": \"\",\n                        \"TaxIdOrigin\": \"SPC\"\n                    },\n                    \"PersonalRelationships\": [\n                        {\n                            {\n                            \"RelatedEntityName\": \"MARIA ELISABETE DA SILVA ALVES\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        },\n                        {\n                            \"RelatedEntityName\": \"MARIA TESTE SILVA\",\n                            \"RelationshipType\": \"FATHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                        }\n                    ],\n                    \"Emails\": [\n                        {\n                            \"EmailAddress\": \"email@email.com.br\"\n                        }\n                    ],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"34657899\",\n\t                            \"AreaCode\": \"12\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        },\n\t                        {\n\t                            \"Number\": \"40023123\",\n\t                            \"AreaCode\": \"27\",\n\t                            \"CountryCode\": \"55\",\n\t                            \"HasOptIn\": false\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"R GERALDA CIRINO FLOR DE MAIO 172\",\n                            \"Number\": \"\",\n                            \"Complement\": \"CASA\",\n                            \"Neighborhood\": \"SANTA MONICA\",\n                            \"ZipCode\": \"31565300\",\n                            \"City\": \"BELO HORIZONTE\",\n                            \"State\": \"MG\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 46483.68,\n                    \"TotalCount\": 26,\n                    \"TotalPreviousQueries\": 137,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"PORTAIS, PROVEDORES DE CONTEUDO E OUTROS SERVICOS DE INFORMACAO NA INTERNET\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"CAIXAS ECONOMICAS\",\n                            \"CityAndState\": {\n                                \"City\": \"BRASILIA\",\n                                \"State\": \"DF\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"DOCUMENT_ALERT\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 3,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2010-03-10T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"\",\n                                    \"ExpiringDate\": \"0001-01-01T00:00:00\",\n                                    \"Date\": \"2010-03-10T00:00:00\",\n                                    \"Reason\": \"ROUBO/FURTO\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CDL  GOIANIA / GO\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        },\n                        {\n                        \t\"Name\": \"SPC\",\n                            \"TotalValue\": 1765.52,\n                            \"TotalCount\": 15,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-15T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                \t\"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2018-11-11T00:00:00\",\n                                    \"Date\": \"2019-03-15T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 111.11,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                    \t{\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"CILENE GLADIS PUGLIA DE CAMPOS\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"SAO BERNARDO DO CAMP\",\n                                                    \"State\": \"SP\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"15706808614\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                        \t}    \n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"4db7806e-9270-4de1-ab09-f173a3339bbe\",\n    \"ElapsedMilliseconds\": 3334,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"46d9bcd8-2d80-40d2-b7da-ccdb19cc0b8e"}],"id":"96561286-0c2d-4bf1-9594-5221f1a1ef66","event":[{"listen":"prerequest","script":{"id":"174c1020-0b55-4333-9718-9cb52e7a1ad9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"525c1abd-53ae-4ee2-8285-f42c06ea71eb","type":"text/javascript","exec":[""]}}],"_postman_id":"96561286-0c2d-4bf1-9594-5221f1a1ef66","description":""},{"name":"Companies API","item":[{"name":"Boa Vista (with Score)","id":"1c44edf2-883a-466d-bf44-91b40c84da77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord.Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData. Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData. related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Name of the returned score (score period)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Credit Score class</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Credit Score Horizon</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probability of Delinquency</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Returned score type</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Reason for returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Rule used in returned score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2ff75c07-bc88-402b-b0ce-bb9975bd3965","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_boavista_score&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista_score"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"SOUTO & CAMPOS PROMOCAO DE VENDAS LTDA\",\n\t\t\t            \"TradeName\": \"\",\n\t\t\t            \"FoundedDate\": \"2016-05-04T00:00:00\",\n\t\t\t            \"Age\": 2.0,\n\t\t\t            \"TaxIdStatus\": \"ATIVO\",\n\t\t\t            \"TaxIdOrigin\": \"BoaVista\",\n                        \"AdditionalOutputData\": {}\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 4070.13,\n\t\t\t        \"TotalCount\": 5,\n\t\t\t        \"TotalPreviousQueries\": 13,\n                    \"PreviousQueries\": [\n                         {\n\t\t\t\t            \"QueryDate\": \"2019-03-06T00:00:00\",\n\t\t\t\t            \"Name\": \"AMERICA NET LTDA\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"FINANCEIRA\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"PROTEST\",\n\t\t\t\t            \"TotalValue\": 4070.13,\n\t\t\t\t            \"TotalCount\": 5,\n\t\t\t\t            \"FirstOccurrenceDate\": \"2018-09-14T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2018-09-18T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2018-09-18T00:00:00\",\n\t\t\t\t\t                \"Value\": 150.24,\n\t\t\t\t\t                \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                              \"Oc\": \"TP\",\n\t\t\t\t\t\t\t                  \"Registry\": \"0004\",\n\t\t\t\t\t\t\t                  \"City\": \"SAO PAULO\",\n\t\t\t\t\t\t\t                  \"State\": \"SP\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"\",\n                                        \"Situation\": \"\",\n                                        \"City\": \"\",\n                                        \"Uf\": \"\"\n                                    }\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                       \"Name\": \"SCORE\",\n\t\t\t           \"Class\": \"\",\n\t\t\t           \"Probability\": \"82,8%\",\n\t\t\t           \"Score\": \"341\",\n\t\t\t           \"AdditionalOutputData\": {\n\t\t\t             \"ScoreRule\": \"D\"\n\t\t\t           }\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"640ea4db-7b23-45fa-8962-a926969c4a77","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista_score\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"SOUTO & CAMPOS PROMOCAO DE VENDAS LTDA\",\n\t\t\t            \"TradeName\": \"\",\n\t\t\t            \"FoundedDate\": \"2016-05-04T00:00:00\",\n\t\t\t            \"Age\": 2.0,\n\t\t\t            \"TaxIdStatus\": \"ATIVO\",\n\t\t\t            \"TaxIdOrigin\": \"BoaVista\",\n                        \"AdditionalOutputData\": {}\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 4070.13,\n\t\t\t        \"TotalCount\": 5,\n\t\t\t        \"TotalPreviousQueries\": 13,\n                    \"PreviousQueries\": [\n                         {\n\t\t\t\t            \"QueryDate\": \"2019-03-06T00:00:00\",\n\t\t\t\t            \"Name\": \"AMERICA NET LTDA\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"FINANCEIRA\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"QueryDate\": \"2019-02-20T00:00:00\",\n\t\t\t\t            \"Name\": \"005624135 SCDUART\",\n\t\t\t\t            \"AdditionalOutputData\": {\n\t\t\t\t              \"type\": \"RENOVACAO DE CADASTRO\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"PROTEST\",\n\t\t\t\t            \"TotalValue\": 4070.13,\n\t\t\t\t            \"TotalCount\": 5,\n\t\t\t\t            \"FirstOccurrenceDate\": \"2018-09-14T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2018-09-18T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2018-09-18T00:00:00\",\n\t\t\t\t\t                \"Value\": 150.24,\n\t\t\t\t\t                \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                              \"Oc\": \"TP\",\n\t\t\t\t\t\t\t                  \"Registry\": \"0004\",\n\t\t\t\t\t\t\t                  \"City\": \"SAO PAULO\",\n\t\t\t\t\t\t\t                  \"State\": \"SP\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"\",\n                                        \"RegistryType\": \"\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"\",\n                                        \"Situation\": \"\",\n                                        \"City\": \"\",\n                                        \"Uf\": \"\"\n                                    }\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                       \"Name\": \"SCORE\",\n\t\t\t           \"Class\": \"\",\n\t\t\t           \"Probability\": \"82,8%\",\n\t\t\t           \"Score\": \"341\",\n\t\t\t           \"AdditionalOutputData\": {\n\t\t\t             \"ScoreRule\": \"D\"\n\t\t\t           }\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1c44edf2-883a-466d-bf44-91b40c84da77"},{"name":"Boa Vista (without Score)","id":"7db6615c-ac23-42ba-87d8-caf394a74bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"14455bd0-8346-49cf-8ae6-be5d045b19aa","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_boavista&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_boavista"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"REGULAR\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                     \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 56306.79,\n                    \"TotalCount\": 34,\n                    \"TotalPreviousQueries\": 15,\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"RJRJO/BIG DATA CORP\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 7,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"12312312\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"37835975\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"cdcb83c1-adab-48f1-b688-d5ac0c6b6165","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_boavista\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"BoaVista\",\n                    \"QueryDate\": \"2018-08-14T22:20:20.8794173Z\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {\n                            \"VoterRegistration\": \"\"\n                        },\n                        \"Name\": \"GEOVANE JOSE DE SOUZA\",\n                        \"Gender\": \"U\",\n                        \"BirthDate\": \"0001-01-01T00:00:00\",\n                        \"Age\": 2018,\n                        \"ZodiacSign\": \"\",\n                        \"MotherName\": \"\",\n                        \"TaxIdStatus\": \"REGULAR\",\n                        \"TaxIdOrigin\": \"BoaVista\"\n                    },\n                     \"PersonalRelationships\": [\n                        {\n                            \"RelatedEntityName\": \"\",\n                            \"RelationshipType\": \"MOTHER\",\n                            \"RelationshipLevel\": \"DIRECT\"\n                        }\n                    ],\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [],\n                    \"TotalDebts\": 56306.79,\n                    \"TotalCount\": 34,\n                    \"TotalPreviousQueries\": 15,\n                    \"PreviousQueries\": [\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"SOPHUS INFORMATICA S/C LTDA\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"CREDITO DIRETO\"\n                            }\n                        },\n                        {\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"RJRJO/BIG DATA CORP\",\n                            \"AdditionalOutputData\": {\n                                \"type\": \"OUTROS\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SCPC\",\n                            \"TotalValue\": 4616.43,\n                            \"TotalCount\": 7,\n                            \"FirstOccurrenceDate\": \"2014-08-07T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-10-05T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2017-04-03T00:00:00\",\n                                    \"Value\": 0.01,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"/LOGIM TECNOLOGIA EIR\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"12312312\",\n                                        \"RegistryType\": \"RG\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2017-04-22\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"RIO DE JANEIRO\",\n                                        \"Uf\": \"RJ\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2014-09-13T00:00:00\",\n                                    \"Value\": 3943.2,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"AGUAS GUARIROBA SA\",\n                                            \"Phones\": [],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {}\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                        \"OriginalDocument\": \"37835975\",\n                                        \"RegistryType\": \"OJ\",\n                                        \"Contract\": \"\",\n                                        \"DtAvailable\": \"2018-06-29\",\n                                        \"Situation\": \"COMPRADOR\",\n                                        \"City\": \"SCPC SAO PAULO\",\n                                        \"Uf\": \"SP\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"PROTEST\",\n                            \"TotalValue\": 51690.36,\n                            \"TotalCount\": 27,\n                            \"FirstOccurrenceDate\": \"2014-10-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-02-11T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Date\": \"2019-02-11T00:00:00\",\n                                    \"Value\": 502.3,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0002\",\n                                        \"City\": \"NEROPOLIS\",\n                                        \"State\": \"GO\"\n                                    }\n                                },\n                                {\n                                    \"Date\": \"2018-12-20T00:00:00\",\n                                    \"Value\": 390,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [],\n                                    \"AdditionalOutputData\": {\n                                        \"Oc\": \"TP\",\n                                        \"Registry\": \"0001\",\n                                        \"City\": \"DUQUE DE CAXIAS\",\n                                        \"State\": \"RJ\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff2a757a-94b9-4ce4-95d9-72b53d9a7804\",\n    \"ElapsedMilliseconds\": 5353,\n    \"Status\": {\n        \"ondemand_credit_boavista_score\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7db6615c-ac23-42ba-87d8-caf394a74bfd"},{"name":"Certificate of \"COAF\"","id":"ce27463e-72f2-403f-9581-4520581cd35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_coaf\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Data referring to the registration of the CNPJ in COAF (Council for Control of Financial Activities).</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AdditionalOutputData</td>\n<td>Data list</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.OfficialName</td>\n<td>Official name</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.BusinessName</td>\n<td>Business Name</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.TradeName</td>\n<td>Trade Name</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.FoundingDate</td>\n<td>Founding Date</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationNumber</td>\n<td>Habilitation Number</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Segment</td>\n<td>Segment</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.HabilitationDate</td>\n<td>Habilitation Date</td>\n</tr>\n<tr>\n<td>AdditionalOutputData.Status</td>\n<td>Status</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0d63c2a7-6951-4d31-995c-318b0ba61363","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"OfficialName\": \"\",\r\n                        \"BusinessName\": \"\",\r\n                        \"TradeName\": \"\",\r\n                        \"FoundingDate\": \"\",\r\n                        \"HabilitationNumber\": \"\",\r\n                        \"Segment\": \"\",\r\n                        \"HabilitationDate\": \"\",\r\n                        \"Status\": \"\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"69a256be-252f-48a0-a65c-dc71caab43a5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Coaf\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"ProtocolNumber\": \"\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"OfficialName\": \"\",\r\n                        \"BusinessName\": \"\",\r\n                        \"TradeName\": \"\",\r\n                        \"FoundingDate\": \"\",\r\n                        \"HabilitationNumber\": \"\",\r\n                        \"Segment\": \"\",\r\n                        \"HabilitationDate\": \"\",\r\n                        \"Status\": \"\"\r\n                    }\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"7d6a85a7-973b-4b00-a367-5c7fcf5a1df7\",\r\n    \"ElapsedMilliseconds\": 37352,\r\n    \"Status\": {\r\n        \"ondemand_coaf\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"ce27463e-72f2-403f-9581-4520581cd35e"},{"name":"Certificate of \"Embargos Ibama\"","id":"cacb7bfb-747a-4e0c-ba8e-566ec7d0e853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OfficialName</td>\n<td>Official Name according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. IdNumber</td>\n<td>Identification number according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. ContactType</td>\n<td>Type of contact present in the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AddressCore</td>\n<td>Address core of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. City</td>\n<td>City of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. State</td>\n<td>State of the infraction area according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Infraction</td>\n<td>Type of Infraction according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AffectedAreaHa</td>\n<td>Affected Area in Hectares according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TadNumber</td>\n<td>TAD number of the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.AiNumber</td>\n<td>AI number of the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DtJudgment</td>\n<td>Judgment date for the infraction</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DtRegistration</td>\n<td>Registration date for the infraction</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5197ab1d-e357-4868-b88a-798e47e20fc4","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_embargados\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n            \t{\r\n                \"Origin\": \"IbamaEmbargados\",\r\n\t\t        \"InputParameters\": \"doc{39.785.563/0001-78}\",\r\n\t\t        \"AdditionalOutputData\": {\r\n\t\t          \"OfficialName.0\": \"TESCON ENGENHARIA LTDA.\",\r\n\t\t          \"IdNumber.0\": \"xxxxxxxxxxxxxx\",\r\n\t\t          \"ContactType.0\": \"AREA EMBARGADA\",\r\n\t\t          \"AddressCore.0\": \"RODOVIA BR 319/AM\",\r\n\t\t          \"City.0\": \"MANAUS\",\r\n\t\t          \"State.0\": \"AM\",\r\n\t\t          \"Infraction.0\": \"Exercer atividade potencialmente degradadora sem licenca ambiental.\",\r\n\t\t          \"AffectedAreaHa.0\": \"\",\r\n\t\t          \"TadNumber.0\": \"440214\",\r\n\t\t          \"AiNumber.0\": \"635537\",\r\n\t\t          \"DtJudgment.0\": \"2014-08-04\",\r\n\t\t          \"DtRegistration.0\": \"2010-07-19\"\r\n\t\t        },\r\n\t\t        \"QueryDate\": \"2019-03-26T13:10:05.3237097Z\"\r\n\t\t      }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\r\n    \"ElapsedMilliseconds\": 1233,\r\n    \"Status\": {\r\n        \"ondemand_ibama_embargados\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"64a6023f-f624-4d52-ac01-f40df125977c","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_ibama_embargados&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_ibama_embargados"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n            \t{\r\n                \"Origin\": \"IbamaEmbargados\",\r\n\t\t        \"InputParameters\": \"doc{39.785.563/0001-78}\",\r\n\t\t        \"AdditionalOutputData\": {\r\n\t\t          \"OfficialName.0\": \"TESCON ENGENHARIA LTDA.\",\r\n\t\t          \"IdNumber.0\": \"xxxxxxxxxxxxxx\",\r\n\t\t          \"ContactType.0\": \"AREA EMBARGADA\",\r\n\t\t          \"AddressCore.0\": \"RODOVIA BR 319/AM\",\r\n\t\t          \"City.0\": \"MANAUS\",\r\n\t\t          \"State.0\": \"AM\",\r\n\t\t          \"Infraction.0\": \"Exercer atividade potencialmente degradadora sem licenca ambiental.\",\r\n\t\t          \"AffectedAreaHa.0\": \"\",\r\n\t\t          \"TadNumber.0\": \"440214\",\r\n\t\t          \"AiNumber.0\": \"635537\",\r\n\t\t          \"DtJudgment.0\": \"2014-08-04\",\r\n\t\t          \"DtRegistration.0\": \"2010-07-19\"\r\n\t\t        },\r\n\t\t        \"QueryDate\": \"2019-03-26T13:10:05.3237097Z\"\r\n\t\t      }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"d40e2121-a281-4719-913b-488b78fba167\",\r\n    \"ElapsedMilliseconds\": 1233,\r\n    \"Status\": {\r\n        \"ondemand_ibama_embargados\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"cacb7bfb-747a-4e0c-ba8e-566ec7d0e853"},{"name":"Certificate of \"Negativa Ibama\"","id":"2db77b4b-7408-40da-b6bb-eb90affd304b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_cert_negativa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Certificate Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Certificate Emission Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.ValidUntil</td>\n<td>Certificate Valid Until Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Applicant</td>\n<td>Name returned by certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.DebtStatus</td>\n<td>Debt Status returned by certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"41336f79-7f13-40d9-be9b-1a88a116b7c8","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_ibama_cert_negativa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaCertidaoNegativa\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                          \"CertificateNumber\": \"9554586\",\n\t\t\t\t\t      \"EmissionDate\": \"31/01/2019\",\n\t\t\t\t\t      \"ValidUntil\": \"02/03/2019\",\n\t\t\t\t\t      \"Applicant\": \"ALVESMARINHOCONFECCOESLTDA\",\n\t\t\t\t\t      \"DebtStatus\": \"NADACONSTA\",\n\t\t\t\t\t      \"RawData\": \"https: //s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/IbamaCertidaoNegativa/f33e97d1-effd-49af-be8c-e204722e1dfb_xxxxxxxxxxxxxx.pdf\"\n    \n                    },\n                    \"QueryDate\": \"2018-08-29T13:20:45.0969533Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"59f7ed0c-c38d-40d1-9f1d-d6954e27a5e2\",\n    \"ElapsedMilliseconds\": 6090,\n    \"Status\": {\n        \"ondemand_ibama_cert_negativa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9a6354b1-69e5-4cf0-932b-6e0ea2788984","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_ibama_cert_negativa&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_ibama_cert_negativa"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"IbamaCertidaoNegativa\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                          \"CertificateNumber\": \"9554586\",\n\t\t\t\t\t      \"EmissionDate\": \"31/01/2019\",\n\t\t\t\t\t      \"ValidUntil\": \"02/03/2019\",\n\t\t\t\t\t      \"Applicant\": \"ALVESMARINHOCONFECCOESLTDA\",\n\t\t\t\t\t      \"DebtStatus\": \"NADACONSTA\",\n\t\t\t\t\t      \"RawData\": \"https: //s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/IbamaCertidaoNegativa/f33e97d1-effd-49af-be8c-e204722e1dfb_xxxxxxxxxxxxxx.pdf\"\n    \n                    },\n                    \"QueryDate\": \"2018-08-29T13:20:45.0969533Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"59f7ed0c-c38d-40d1-9f1d-d6954e27a5e2\",\n    \"ElapsedMilliseconds\": 6090,\n    \"Status\": {\n        \"ondemand_ibama_cert_negativa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2db77b4b-7408-40da-b6bb-eb90affd304b"},{"name":"Certificate of \"Siproquim\"","id":"54c8e285-21c0-4313-b87c-ca0c8aa92a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_siproquim\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. IdNumber</td>\n<td>Identification number for the company</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OfficialName</td>\n<td>Company Official Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. InscricaoEstadual</td>\n<td>State registry number for the company</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CnaeNumber</td>\n<td>CNAE number for the company</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CnaeDescription</td>\n<td>CNAE description</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Situacao</td>\n<td>Present Status in regards to Siproquim certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DataDeVencimento</td>\n<td>ExpirationDate for Siproquim certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Crc</td>\n<td>Company's CRC number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Clf/Ae</td>\n<td>Company`s CLF number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Protocolo</td>\n<td>Protocol number for the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TipoDoRequerimento</td>\n<td>Requirement type</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. DataEmissao</td>\n<td>Certificate Emission Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. ChemicalProduct[n]</td>\n<td>Chemical Product</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. AddressCore.[n]</td>\n<td>Company's Address Core</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Neighborhood.[n]</td>\n<td>Company's Neighborhood</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. City.[n]</td>\n<td>Company's City</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. State.[n]</td>\n<td>Company's State</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData .ZipCode.[n]</td>\n<td>Company's Zip Code</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Country.[n]</td>\n<td>Company's Country</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Number.[n]</td>\n<td>Company's Address Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Complement.[n]</td>\n<td>Company's Address Complement</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0e20b8c3-1378-4789-a78d-0a3037f3522d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_cert_siproquim\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Siproquim\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\r\n                        \"OfficialName\": \"HEXIS CIENTÍFICA LTDA\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Siproquim/_xxxxxxxxxxxxxx.html.gzip\",\r\n                        \"InscricaoEstadual\": \"407.087.160.115\",\r\n                        \"CnaeNumber\": \"4669-9/99\",\r\n                        \"CnaeDescription\": \"Comércio atacadista de outras máquinas e equipamentos não especificados anteriormente; partes e peças\",\r\n                        \"Situacao\": \"Ativo\",\r\n                        \"DataDeVencimento\": \"2019-08-03\",\r\n                        \"Crc\": \"2003/003652\",\r\n                        \"Clf/Ae\": \"00003826-1\",\r\n                        \"Protocolo\": \"08506.007840/2018-51\",\r\n                        \"TipoDoRequerimento\": \"Renovação\",\r\n                        \"DataEmissao\": \"2018-08-03\",\r\n                        \"ChemicalProduct0\": \"29141100|ACETONA\",\r\n                        \"ChemicalProduct1\": \"28061020|ÁCIDO CLORÍDRICO (SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct2\": \"28111990|ÁCIDO HIPOFOSFOROSO\",\r\n                        \"ChemicalProduct3\": \"28070010|ÁCIDO SULFÚRICO\",\r\n                        \"ChemicalProduct4\": \"28070020|ÁCIDO SULFÚRICO FUMEGANTE\",\r\n                        \"ChemicalProduct5\": \"29152400|ANIDRIDO ACÉTICO\",\r\n                        \"ChemicalProduct6\": \"29224990|BENZOCAÍNA E SEUS SAIS\",\r\n                        \"ChemicalProduct7\": \"28364000|BICARBONATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct8\": \"29211939|BUTILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct9\": \"29393010|CAFEÍNA\",\r\n                        \"ChemicalProduct10\": \"28362010|CARBONATO DE SÓDIO ANIDRO\",\r\n                        \"ChemicalProduct11\": \"29159090|CLORETO DE ACETILA\",\r\n                        \"ChemicalProduct12\": \"29031200|CLORETO DE METILENO\",\r\n                        \"ChemicalProduct13\": \"29031300|CLOROFÓRMIO\",\r\n                        \"ChemicalProduct14\": \"29091100|ÉTER ETÍLICO\",\r\n                        \"ChemicalProduct15\": \"29241929|FORMAMIDA\",\r\n                        \"ChemicalProduct16\": \"29151290|FORMIATO DE AMÔNIO\",\r\n                        \"ChemicalProduct17\": \"28152000|HIDRÓXIDO DE POTÁSSIO\",\r\n                        \"ChemicalProduct18\": \"28151100|HIDRÓXIDO DE SÓDIO (SÓLIDO)\",\r\n                        \"ChemicalProduct19\": \"28012010|IODO (SUBLIMADO)\",\r\n                        \"ChemicalProduct20\": \"29054300|MANITOL\",\r\n                        \"ChemicalProduct21\": \"29141200|METILETILCETONA\",\r\n                        \"ChemicalProduct22\": \"28416100|PERMANGANATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct23\": \"29023000|TOLUENO\",\r\n                        \"ChemicalProduct24\": \"29121200|ACETALDEÍDO\",\r\n                        \"ChemicalProduct25\": \"29153100|ACETATO DE ETILA\",\r\n                        \"ChemicalProduct26\": \"29153939|ACETATO DE ISOAMILA\",\r\n                        \"ChemicalProduct27\": \"29153939|ACETATO DE ISOPROPILA\",\r\n                        \"ChemicalProduct28\": \"29153300|ACETATO DE N-BUTILA\",\r\n                        \"ChemicalProduct29\": \"29269099|ACETONITRILA\",\r\n                        \"ChemicalProduct30\": \"29152100|ÁCIDO ACÉTICO\",\r\n                        \"ChemicalProduct31\": \"29163110|ÁCIDO BENZÓICO\",\r\n                        \"ChemicalProduct32\": \"29151100|ÁCIDO FÓRMICO\",\r\n                        \"ChemicalProduct33\": \"29051300|ÁLCOOL N-BUTÍLICO\",\r\n                        \"ChemicalProduct34\": \"29051410|ÁLCOOL ISOBUTÍLICO\",\r\n                        \"ChemicalProduct35\": \"29051210|ÁLCOOL N-PROPÍLICO\",\r\n                        \"ChemicalProduct36\": \"29122100|BENZALDEÍDO\",\r\n                        \"ChemicalProduct37\": \"29022000|BENZENO\",\r\n                        \"ChemicalProduct38\": \"29021100|CICLOEXANO\",\r\n                        \"ChemicalProduct39\": \"29142210|CICLOEXANONA\",\r\n                        \"ChemicalProduct40\": \"28273999|CLORETO MERCÚRICO\",\r\n                        \"ChemicalProduct41\": \"29031500|1,2-DICLOROETANO\",\r\n                        \"ChemicalProduct42\": \"28131000|DISSULFETO DE CARBONO\",\r\n                        \"ChemicalProduct43\": \"28142000|HIDRÓXIDO DE AMÔNIO (AMONÍACO EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct44\": \"28251020|HIDROXILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct45\": \"29141300|METILISOBUTILCETONA\",\r\n                        \"ChemicalProduct46\": \"29214311|ORTO-TOLUIDINA\",\r\n                        \"ChemicalProduct47\": \"29333110|PIRIDINA\",\r\n                        \"ChemicalProduct48\": \"28051100|SÓDIO METÁLICO\",\r\n                        \"ChemicalProduct49\": \"29031400|TETRACLORETO DE CARBONO\",\r\n                        \"ChemicalProduct50\": \"29321100|TETRAHIDROFURANO\",\r\n                        \"ChemicalProduct51\": \"28151200|HIDRÓXIDO DE SÓDIO (EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct52\": \"27071000|BENZENO (BENZOL)\",\r\n                        \"ChemicalProduct53\": \"28331000|SULFATOS DE SÓDIO\",\r\n                        \"ChemicalProduct54\": \"29211139|TRIMETILAMINA E SEUS SAIS (OUTROS)\",\r\n                        \"AddressCore.0\": \"AV. ANTONIETA PIVA BARRANQUEIROS\",\r\n                        \"Neighborhood.0\": \"DISTRITO INDUSTRIAL\",\r\n                        \"City.0\": \"JUNDIAÍ\",\r\n                        \"State.0\": \"SP\",\r\n                        \"ZipCode.0\": \"13213-009\",\r\n                        \"Country.0\": \"Brazil\",\r\n                        \"Number.0\": \"385\",\r\n                        \"Complement.0\": \"\"\r\n                    },\r\n                    \"QueryDate\": \"2019-03-19T00:00:00\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"0ee98814-4818-4166-83e7-bf00f841d05d\",\r\n    \"ElapsedMilliseconds\": 16,\r\n    \"Status\": {\r\n        \"ondemand_cert_siproquim\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"66a24edf-e255-401b-9287-f3ac87e0326b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_cert_siproquim&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_cert_siproquim"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"OnlineCertificates\": [\r\n                {\r\n                    \"Origin\": \"Siproquim\",\r\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\r\n                    \"AdditionalOutputData\": {\r\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\r\n                        \"OfficialName\": \"HEXIS CIENTÍFICA LTDA\",\r\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/Siproquim/_xxxxxxxxxxxxxx.html.gzip\",\r\n                        \"InscricaoEstadual\": \"407.087.160.115\",\r\n                        \"CnaeNumber\": \"4669-9/99\",\r\n                        \"CnaeDescription\": \"Comércio atacadista de outras máquinas e equipamentos não especificados anteriormente; partes e peças\",\r\n                        \"Situacao\": \"Ativo\",\r\n                        \"DataDeVencimento\": \"2019-08-03\",\r\n                        \"Crc\": \"2003/003652\",\r\n                        \"Clf/Ae\": \"00003826-1\",\r\n                        \"Protocolo\": \"08506.007840/2018-51\",\r\n                        \"TipoDoRequerimento\": \"Renovação\",\r\n                        \"DataEmissao\": \"2018-08-03\",\r\n                        \"ChemicalProduct0\": \"29141100|ACETONA\",\r\n                        \"ChemicalProduct1\": \"28061020|ÁCIDO CLORÍDRICO (SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct2\": \"28111990|ÁCIDO HIPOFOSFOROSO\",\r\n                        \"ChemicalProduct3\": \"28070010|ÁCIDO SULFÚRICO\",\r\n                        \"ChemicalProduct4\": \"28070020|ÁCIDO SULFÚRICO FUMEGANTE\",\r\n                        \"ChemicalProduct5\": \"29152400|ANIDRIDO ACÉTICO\",\r\n                        \"ChemicalProduct6\": \"29224990|BENZOCAÍNA E SEUS SAIS\",\r\n                        \"ChemicalProduct7\": \"28364000|BICARBONATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct8\": \"29211939|BUTILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct9\": \"29393010|CAFEÍNA\",\r\n                        \"ChemicalProduct10\": \"28362010|CARBONATO DE SÓDIO ANIDRO\",\r\n                        \"ChemicalProduct11\": \"29159090|CLORETO DE ACETILA\",\r\n                        \"ChemicalProduct12\": \"29031200|CLORETO DE METILENO\",\r\n                        \"ChemicalProduct13\": \"29031300|CLOROFÓRMIO\",\r\n                        \"ChemicalProduct14\": \"29091100|ÉTER ETÍLICO\",\r\n                        \"ChemicalProduct15\": \"29241929|FORMAMIDA\",\r\n                        \"ChemicalProduct16\": \"29151290|FORMIATO DE AMÔNIO\",\r\n                        \"ChemicalProduct17\": \"28152000|HIDRÓXIDO DE POTÁSSIO\",\r\n                        \"ChemicalProduct18\": \"28151100|HIDRÓXIDO DE SÓDIO (SÓLIDO)\",\r\n                        \"ChemicalProduct19\": \"28012010|IODO (SUBLIMADO)\",\r\n                        \"ChemicalProduct20\": \"29054300|MANITOL\",\r\n                        \"ChemicalProduct21\": \"29141200|METILETILCETONA\",\r\n                        \"ChemicalProduct22\": \"28416100|PERMANGANATO DE POTÁSSIO\",\r\n                        \"ChemicalProduct23\": \"29023000|TOLUENO\",\r\n                        \"ChemicalProduct24\": \"29121200|ACETALDEÍDO\",\r\n                        \"ChemicalProduct25\": \"29153100|ACETATO DE ETILA\",\r\n                        \"ChemicalProduct26\": \"29153939|ACETATO DE ISOAMILA\",\r\n                        \"ChemicalProduct27\": \"29153939|ACETATO DE ISOPROPILA\",\r\n                        \"ChemicalProduct28\": \"29153300|ACETATO DE N-BUTILA\",\r\n                        \"ChemicalProduct29\": \"29269099|ACETONITRILA\",\r\n                        \"ChemicalProduct30\": \"29152100|ÁCIDO ACÉTICO\",\r\n                        \"ChemicalProduct31\": \"29163110|ÁCIDO BENZÓICO\",\r\n                        \"ChemicalProduct32\": \"29151100|ÁCIDO FÓRMICO\",\r\n                        \"ChemicalProduct33\": \"29051300|ÁLCOOL N-BUTÍLICO\",\r\n                        \"ChemicalProduct34\": \"29051410|ÁLCOOL ISOBUTÍLICO\",\r\n                        \"ChemicalProduct35\": \"29051210|ÁLCOOL N-PROPÍLICO\",\r\n                        \"ChemicalProduct36\": \"29122100|BENZALDEÍDO\",\r\n                        \"ChemicalProduct37\": \"29022000|BENZENO\",\r\n                        \"ChemicalProduct38\": \"29021100|CICLOEXANO\",\r\n                        \"ChemicalProduct39\": \"29142210|CICLOEXANONA\",\r\n                        \"ChemicalProduct40\": \"28273999|CLORETO MERCÚRICO\",\r\n                        \"ChemicalProduct41\": \"29031500|1,2-DICLOROETANO\",\r\n                        \"ChemicalProduct42\": \"28131000|DISSULFETO DE CARBONO\",\r\n                        \"ChemicalProduct43\": \"28142000|HIDRÓXIDO DE AMÔNIO (AMONÍACO EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct44\": \"28251020|HIDROXILAMINA E SEUS SAIS\",\r\n                        \"ChemicalProduct45\": \"29141300|METILISOBUTILCETONA\",\r\n                        \"ChemicalProduct46\": \"29214311|ORTO-TOLUIDINA\",\r\n                        \"ChemicalProduct47\": \"29333110|PIRIDINA\",\r\n                        \"ChemicalProduct48\": \"28051100|SÓDIO METÁLICO\",\r\n                        \"ChemicalProduct49\": \"29031400|TETRACLORETO DE CARBONO\",\r\n                        \"ChemicalProduct50\": \"29321100|TETRAHIDROFURANO\",\r\n                        \"ChemicalProduct51\": \"28151200|HIDRÓXIDO DE SÓDIO (EM SOLUÇÃO AQUOSA)\",\r\n                        \"ChemicalProduct52\": \"27071000|BENZENO (BENZOL)\",\r\n                        \"ChemicalProduct53\": \"28331000|SULFATOS DE SÓDIO\",\r\n                        \"ChemicalProduct54\": \"29211139|TRIMETILAMINA E SEUS SAIS (OUTROS)\",\r\n                        \"AddressCore.0\": \"AV. ANTONIETA PIVA BARRANQUEIROS\",\r\n                        \"Neighborhood.0\": \"DISTRITO INDUSTRIAL\",\r\n                        \"City.0\": \"JUNDIAÍ\",\r\n                        \"State.0\": \"SP\",\r\n                        \"ZipCode.0\": \"13213-009\",\r\n                        \"Country.0\": \"Brazil\",\r\n                        \"Number.0\": \"385\",\r\n                        \"Complement.0\": \"\"\r\n                    },\r\n                    \"QueryDate\": \"2019-03-19T00:00:00\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"0ee98814-4818-4166-83e7-bf00f841d05d\",\r\n    \"ElapsedMilliseconds\": 16,\r\n    \"Status\": {\r\n        \"ondemand_cert_siproquim\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"54c8e285-21c0-4313-b87c-ca0c8aa92a5d"},{"name":"Certificate of \"PGFN\"","id":"5a277e23-96c2-413b-916b-2f634770c2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>This dataset returns information of \"Procuradoria-Geral da Fazenda Nacional\" (Attorney General of the National Treasury)</p>\n<h2 id=\"fields-description\">Fields Description</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. PGFNClearance</td>\n<td>Indicates if the entity has PGFN clearance (TRUE if no issues, FALSE if there are)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.QueryType</td>\n<td>Query Type</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TaxPayer</td>\n<td>Identification number of the tax payer according to the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Status</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CertificateNumber</td>\n<td>Certificate number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. EmissionDate</td>\n<td>Certificate Emission Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. ValidityDate</td>\n<td>Certificate Validity Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"13650a04-33c9-4209-bb66-93d9fee20d84","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_pgfn&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_pgfn"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"TRUE\",\n                        \"QueryType\": \"DOC\",\n                        \"TaxPayer\": \"xxxxxxxxxxxxxx\",\n                        \"Status\": \"POSITIVA COM EFEITOS DE NEGATIVA\",\n                        \"CertificateNumber\": \"408F.08CF.63F5.D0C6\",\n                        \"EmissionDate\": \"11/13/2018\",\n                        \"ValidityDate\": \"5/12/2019\",\n                        \"RawData\": \"https://s3.amazonaws.com/BigDataCorp/BigBoost/Evidences/On_Demand/PGFN/396247ec-4b37-4bd1-aa2a-8294c0674244_xxxxxxxxxxxxxx.html.gzip\",\n                        \"Remark.0\": \"constam débitos administrados pela Secretaria da Receita Federal do Brasil (RFB) com exigibilidade suspensa nos termos do art. 151 da Lei n&ordm; 5.172, de 25 de outubro de 1966 - Código Tributário Nacional (CTN), ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal, ou ainda não vencidos; e \",\n                        \"Remark.1\": \"constam nos sistemas da Procuradoria-Geral da Fazenda Nacional (PGFN) débitos inscritos em Dívida Ativa da União (DAU) com exigibilidade suspensa nos termos do art. 151 do CTN, ou garantidos mediante bens ou direitos, ou com embargos da Fazenda Pública em processos de execução fiscal, ou objeto de decisão judicial que determina sua desconsideração para fins de certificação da regularidade fiscal.\",\n                        \"Remark.2\": \"Esta certidão é válida para o estabelecimento matriz e suas filiais e, no caso de ente federativo, para todos os órgãos e fundos públicos da administração direta a ele vinculados. Refere-se à situação do sujeito passivo no âmbito da RFB e da PGFN e abrange inclusive as contribuições sociais previstas nas alíneas 'a' a 'd' do parágrafo único do art. 11 da Lei nº 8.212, de 24 de julho de 1991.\"\n                    },\n                    \"QueryDate\": \"2019-03-27T18:52:18.3114764Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"42cb546a-e89d-40b3-b03e-ba56578e72b5","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_pgfn\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"PGFN\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"AdditionalOutputData\": {\n                        \"PGFNClearance\": \"\",\n                        \"QueryType\": \"\",\n                        \"TaxPayer\": \"\",\n                        \"Status\": \"\",\n                        \"CertificateNumber\": \"\",\n                        \"EmissionDate\": \"\",\n                        \"ValidityDate\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-28T19:03:38.2912878Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7a9ab8b2-5135-4f83-926e-1549b5b8b561\",\n    \"ElapsedMilliseconds\": 30191,\n    \"Status\": {\n        \"ondemand_pgfn\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5a277e23-96c2-413b-916b-2f634770c2ed"},{"name":"CNPJ Status in \"Receita Federal\"","id":"1cec15a6-9099-4f71-ba7d-d2f5fe73b910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Certificate Protocol Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. OfficialName</td>\n<td>Company's official name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. BusinessName</td>\n<td>Company's Business Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. FoundingDate</td>\n<td>Company's Date of Foundation</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. FederalEntity</td>\n<td>Responsible Federal Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. CompanyType</td>\n<td>Establishment Type (HEADQUARTER or SUBSDIARY)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Cnae</td>\n<td>Code for main economic activity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. MainEconomicActivity</td>\n<td>Main Economic Activity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. LegalNatureCode</td>\n<td>Legal Nature Code</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. LegalNature</td>\n<td>Legal Nature description</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. StatusDate</td>\n<td>Date of Status update</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. QueryTime</td>\n<td>Time Query occurred</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TerminationDate</td>\n<td>Company termination date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SpecialSituation</td>\n<td>Special Situation</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SpecialSituationDate</td>\n<td>Special Situation Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. StatusReason</td>\n<td>Reason for Status</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. SecondaryActivity.[n]</td>\n<td>Secondary Economic Activity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Phone.[n]</td>\n<td>Company's phone number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.Core.[n]</td>\n<td>Company's core address</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.City.[n]</td>\n<td>Company's city</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.Complement.[n]</td>\n<td>Company's address complement</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.Neighborhood.[n]</td>\n<td>Company's neighborhood</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.Number.[n]</td>\n<td>Company's address number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.State.[n]</td>\n<td>Company's state</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.ZipCode.[n]</td>\n<td>Company's ZipCode</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Address.Email.[n]</td>\n<td>Company's email</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"684fd7de-b894-4228-96e9-4b8b74f23690","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_status&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_status"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1369","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 03 Aug 2018 19:42:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"-1","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"ATIVA\",\n                    \"AdditionalOutputData\": {\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"BusinessName\": \"DIRECAO GERAL\",\n                        \"FoundingDate\": \"01/08/1966\",\n                        \"FederalEntity\": \"UNIÃO\",\n                        \"CompanyType\": \"MATRIZ\",\n                        \"Cnae\": \"64.22-1-00\",\n                        \"MainEconomicActivity\": \"Bancos múltiplos, com carteira comercial\",\n                        \"LegalNatureCode\": \"203-8\",\n                        \"LegalNature\": \"Sociedade de Economia Mista\",\n                        \"StatusDate\": \"03/11/2005\",\n                        \"QueryTime\": \"17:19:51\",\n                        \"TerminationDate\": \"\",\n                        \"SpecialSituation\": \"\",\n                        \"SpecialSituationDate\": \"\",\n                        \"StatusReason\": \"\",\n                        \"SecondaryActivity.0\": \"64.99-9-99 - Outras atividades de serviços financeiros não especificadas anteriormente\",\n                        \"Phone.0\": \"613493-9002\",\n                        \"Address.Core.0\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                        \"Address.City.0\": \"BRASILIA\",\n                        \"Address.Complement.0\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601\",\n                        \"Address.Neighborhood.0\": \"ASA NORTE\",\n                        \"Address.Number.0\": \"SN\",\n                        \"Address.State.0\": \"DF\",\n                        \"Address.ZipCode.0\": \"70.040-912\",\n                        \"Email.0\": \"SECEX@BB.COM.BR\"\n                    },\n                    \"QueryDate\": \"2019-03-13T00:00:00\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42bb3094-2d79-47dc-8556-a0ad75eaa165\",\n    \"ElapsedMilliseconds\": 1839,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"8899c4c7-fe5f-40c6-98a7-eebfc00edf65","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_status\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Status\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"ATIVA\",\n                    \"AdditionalOutputData\": {\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"BusinessName\": \"DIRECAO GERAL\",\n                        \"FoundingDate\": \"01/08/1966\",\n                        \"FederalEntity\": \"UNIÃO\",\n                        \"CompanyType\": \"MATRIZ\",\n                        \"Cnae\": \"64.22-1-00\",\n                        \"MainEconomicActivity\": \"Bancos múltiplos, com carteira comercial\",\n                        \"LegalNatureCode\": \"203-8\",\n                        \"LegalNature\": \"Sociedade de Economia Mista\",\n                        \"StatusDate\": \"03/11/2005\",\n                        \"QueryTime\": \"17:19:51\",\n                        \"TerminationDate\": \"\",\n                        \"SpecialSituation\": \"\",\n                        \"SpecialSituationDate\": \"\",\n                        \"StatusReason\": \"\",\n                        \"SecondaryActivity.0\": \"64.99-9-99 - Outras atividades de serviços financeiros não especificadas anteriormente\",\n                        \"Phone.0\": \"613493-9002\",\n                        \"Address.Core.0\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                        \"Address.City.0\": \"BRASILIA\",\n                        \"Address.Complement.0\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 16 SALA 101 A 1601\",\n                        \"Address.Neighborhood.0\": \"ASA NORTE\",\n                        \"Address.Number.0\": \"SN\",\n                        \"Address.State.0\": \"DF\",\n                        \"Address.ZipCode.0\": \"70.040-912\",\n                        \"Email.0\": \"SECEX@BB.COM.BR\"\n                    },\n                    \"QueryDate\": \"2019-03-13T00:00:00\"\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42bb3094-2d79-47dc-8556-a0ad75eaa165\",\n    \"ElapsedMilliseconds\": 1839,\n    \"Status\": {\n        \"ondemand_rf_status\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1cec15a6-9099-4f71-ba7d-d2f5fe73b910"},{"name":"QSA Status in \"Receita Federal\"","id":"85f8e9fa-3e48-4e7f-bff3-6b9d75625a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_qsa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Certificate Protocol Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Capital</td>\n<td>Capital Value</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TaxIdType.[n]</td>\n<td>Type of Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.TaxId.[n]</td>\n<td>Tax Identification for Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData.Name.[n]</td>\n<td>Name of Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. JobTitle.[n]</td>\n<td>Job Title of Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData  .QualificationCode.[n]</td>\n<td>Qualification Code of Entity</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"c9b7dd18-7daf-4163-8e1c-7c0fc3e8994c","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_rf_qsa\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal QSA\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"Capital\": \"\",\n                        \"TaxIdType.0\": \"\",\n                        \"TaxId.0\": \"\",\n                        \"Name.0\": \"\",\n                        \"JobTitle.0\": \"\",\n                        \"QualificationCode.0\": \"\",\n                        \"TaxIdType.1\": \"\",\n                        \"TaxId.1\": \"\",\n                        \"Name.1\": \"\",\n                        \"JobTitle.1\": \"\",\n                        \"QualificationCode.1\": \"\",\n                        \"TaxIdType.2\": \"\",\n                        \"TaxId.2\": \"\",\n                        \"Name.2\": \"\",\n                        \"JobTitle.2\": \"\",\n                        \"QualificationCode.2\": \"\",\n                        \"TaxIdType.3\": \"\",\n                        \"TaxId.3\": \"\",\n                        \"Name.3\": \"\",\n                        \"JobTitle.3\": \"\",\n                        \"QualificationCode.3\": \"\",\n                        \"TaxIdType.4\": \"\",\n                        \"TaxId.4\": \"\",\n                        \"Name.4\": \"\",\n                        \"JobTitle.4\": \"\",\n                        \"QualificationCode.4\": \"\",\n                        \"TaxIdType.5\": \"\",\n                        \"TaxId.5\": \"\",\n                        \"Name.5\": \"\",\n                        \"JobTitle.5\": \"\",\n                        \"QualificationCode.5\": \"\"\n                    },\n                    \"QueryDate\": \"2018-07-23T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42f25fd0-d038-47dd-9c28-914be3f2c0b5\",\n    \"ElapsedMilliseconds\": 557,\n    \"Status\": {\n        \"ondemand_rf_qsa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"e883ad9a-a97c-4a77-a19f-761ab3bfc1b3","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_rf_qsa&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_rf_qsa"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal QSA\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"Capital\": \"R$ 60.000.000.000,00 (Sessenta bilhões de reais)\",\n                        \"TaxIdType.0\": \"CPF\",\n                        \"TaxId.0\": \"\",\n                        \"Name.0\": \"MARCIO HAMILTON\",\n                        \"JobTitle.0\": \"Diretor\",\n                        \"QualificationCode.0\": \"10\",\n                        \"TaxIdType.1\": \"CPF\",\n                        \"TaxId.1\": \"\",\n                        \"Name.1\": \"NILSON MOREIRA\",\n                        \"JobTitle.1\": \"Diretor\",\n                        \"QualificationCode.1\": \"10\",\n                        \"TaxIdType.2\": \"CPF\",\n                        \"TaxId.2\": \"\",\n                        \"Name.2\": \"WALTER JUNIOR\",\n                        \"JobTitle.2\": \"Diretor\",\n                        \"QualificationCode.2\": \"10\",\n                        \"TaxIdType.3\": \"CPF\",\n                        \"TaxId.3\": \"\",\n                        \"Name.3\": \"ADRIANO MEIRA\",\n                        \"JobTitle.3\": \"Diretor\",\n                        \"QualificationCode.3\": \"10\",\n                        \"TaxIdType.4\": \"CPF\",\n                        \"TaxId.4\": \"\",\n                        \"Name.4\": \"CARLOS ARAUJO\",\n                        \"JobTitle.4\": \"Diretor\",\n                        \"QualificationCode.4\": \"10\",\n                        \"TaxIdType.5\": \"CPF\",\n                        \"TaxId.5\": \"\",\n                        \"Name.5\": \"ANTONIO MAURANO\",\n                        \"JobTitle.5\": \"Diretor\",\n                        \"QualificationCode.5\": \"10\",\n                        \"TaxIdType.6\": \"CPF\",\n                        \"TaxId.6\": \"\",\n                        \"Name.6\": \"MARCELO AUGUSTO DUTRA\",\n                        \"JobTitle.6\": \"Presidente\",\n                        \"QualificationCode.6\": \"16\",\n                        \"TaxIdType.7\": \"CPF\",\n                        \"TaxId.7\": \"\",\n                        \"Name.7\": \"LEONARDO SILVA\",\n                        \"JobTitle.7\": \"Diretor\",\n                        \"QualificationCode.7\": \"10\",\n                        \"TaxIdType.8\": \"CPF\",\n                        \"TaxId.8\": \"\",\n                        \"Name.8\": \"ROGERIO PANCA\",\n                        \"JobTitle.8\": \"Diretor\",\n                        \"QualificationCode.8\": \"10\",\n                        \"TaxIdType.9\": \"CPF\",\n                        \"TaxId.9\": \"\",\n                        \"Name.9\": \"SIMAO LUIZ\",\n                        \"JobTitle.9\": \"Diretor\",\n                        \"QualificationCode.9\": \"10\",\n                        \"TaxIdType.10\": \"CPF\",\n                        \"TaxId.10\": \"\",\n                        \"Name.10\": \"TARCISIO\",\n                        \"JobTitle.10\": \"Diretor\",\n                        \"QualificationCode.10\": \"10\"\n                    },\n                    \"QueryDate\": \"2018-07-23T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"42f25fd0-d038-47dd-9c28-914be3f2c0b5\",\n    \"ElapsedMilliseconds\": 557,\n    \"Status\": {\n        \"ondemand_rf_qsa\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"85f8e9fa-3e48-4e7f-bff3-6b9d75625a0d"},{"name":"Legal Representative Query in \"Receita Federal\"","id":"e5d818ca-455c-4207-9123-275c8919d961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_legal_representative\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ProtocolNumber</td>\n<td>Certificate Protocol Number</td>\n</tr>\n<tr>\n<td>OnlineCertificates.BaseStatus</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. TaxIdNumber</td>\n<td>Tax Identification number for Legal Representative</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalOutputData. Name</td>\n<td>Name of Legal Representative</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"1edc9f3e-77e0-4db1-b9c8-8e431d0331d0","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_legal_representative\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Representante Legal\",\n\t\t\t\t    \"InputParameters\": \"doc{17.327.645/0001-36}\",\n\t\t\t\t    \"ProtocolNumber\": \"E42C.3C37.A562.3B61\",\n\t\t\t\t    \"BaseStatus\": \"NEGATIVA\",\n\t\t\t\t    \"AdditionalOutputData\": {\n\t\t\t\t      \"TaxIdNumber\": \"11282838830\",\n\t\t\t\t      \"Name\": \"RICARDO CRICCI\"\n\t\t\t\t    },\n\t\t\t\t    \"QueryDate\": \"2019-01-09T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"cd9f6938-2edb-4c7b-b830-2daea616ac03\",\n    \"ElapsedMilliseconds\": 5470,\n    \"Status\": {\n        \"ondemand_legal_representative\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"bfb32186-0333-4364-a6fa-0c1fd6f3b438","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_legal_representative&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_legal_representative"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Receita-Federal Representante Legal\",\n\t\t\t\t    \"InputParameters\": \"doc{17.327.645/0001-36}\",\n\t\t\t\t    \"ProtocolNumber\": \"E42C.3C37.A562.3B61\",\n\t\t\t\t    \"BaseStatus\": \"NEGATIVA\",\n\t\t\t\t    \"AdditionalOutputData\": {\n\t\t\t\t      \"TaxIdNumber\": \"11282838830\",\n\t\t\t\t      \"Name\": \"RICARDO CRICCI\"\n\t\t\t\t    },\n\t\t\t\t    \"QueryDate\": \"2019-01-09T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"cd9f6938-2edb-4c7b-b830-2daea616ac03\",\n    \"ElapsedMilliseconds\": 5470,\n    \"Status\": {\n        \"ondemand_legal_representative\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e5d818ca-455c-4207-9123-275c8919d961"},{"name":"Fgts","id":"abe04749-2a70-416a-8911-a7d130581264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_fgts\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber</td>\n<td>Identification number</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.AddressCore</td>\n<td>Company's core address</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Number</td>\n<td>Company's address number</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Complement</td>\n<td>Company's address complement</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Neighborhood</td>\n<td>Company's neighborhood</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.City</td>\n<td>Company's city</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.State</td>\n<td>Company's state</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.ZipCode</td>\n<td>Company's ZipCode</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Country</td>\n<td>Company's country</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.STATUS</td>\n<td>Status returned by the certificate</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. CERTIFICATIONNUMBER</td>\n<td>Certificate Number</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.VALIDITY</td>\n<td>Certificate Validity</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"27ec3e6d-68c9-4475-99ee-dba57b8905e7","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_fgts&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_fgts"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Fgts\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"AddressCore\": \"SET SBS QUADRA 1\",\n                        \"Number\": \"SN   \",\n                        \"Complement\": \"\",\n                        \"Neighborhood\": \"ASA SUL \",\n                        \"City\": \" BRASILIA\",\n                        \"State\": \"\",\n                        \"ZipCode\": \"70070-110\",\n                        \"Country\": \"Brazil\",\n                        \"STATUS\": \"REGULAR\",\n                        \"CERTIFICATIONNUMBER\": \"2019030815424806325100\",\n                        \"VALIDITY\": \"08/03/2019 - 06/04/2019\",\n                        \"ISSUEDATE1\": \"08/03/2019\",\n                        \"VALIDITYDATE1\": \"08/03/2019 a 06/04/2019\",\n                        \"CRFNUMBER1\": \"2019030815424806325100\",\n                        \"ISSUEDATE2\": \"07/02/2019\",\n                        \"VALIDITYDATE2\": \"07/02/2019 a 08/03/2019\",\n                        \"CRFNUMBER2\": \"2019020712413325436897\",\n                        \"ISSUEDATE3\": \"07/01/2019\",\n                        \"VALIDITYDATE3\": \"07/01/2019 a 05/02/2019\",\n                        \"CRFNUMBER3\": \"2019010710243160898098\",\n                        \"ISSUEDATE4\": \"10/12/2018\",\n                        \"VALIDITYDATE4\": \"10/12/2018 a 08/01/2019\",\n                        \"CRFNUMBER4\": \"2018121015401131338300\",\n                        \"ISSUEDATE5\": \"16/11/2018\",\n                        \"VALIDITYDATE5\": \"16/11/2018 a 15/12/2018\",\n                        \"CRFNUMBER5\": \"2018111614502065003821\",\n                        \"ISSUEDATE6\": \"23/10/2018\",\n                        \"VALIDITYDATE6\": \"23/10/2018 a 21/11/2018\",\n                        \"CRFNUMBER6\": \"2018102311541258856332\",\n                        \"ISSUEDATE7\": \"01/10/2018\",\n                        \"VALIDITYDATE7\": \"01/10/2018 a 30/10/2018\",\n                        \"CRFNUMBER7\": \"2018100116150839909948\",\n                        \"ISSUEDATE8\": \"03/09/2018\",\n                        \"VALIDITYDATE8\": \"03/09/2018 a 02/10/2018\",\n                        \"CRFNUMBER8\": \"2018090315332848627920\",\n                        \"ISSUEDATE9\": \"13/08/2018\",\n                        \"VALIDITYDATE9\": \"13/08/2018 a 11/09/2018\",\n                        \"CRFNUMBER9\": \"2018081313410227326534\",\n                        \"ISSUEDATE10\": \"23/07/2018\",\n                        \"VALIDITYDATE10\": \"23/07/2018 a 21/08/2018\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7be5ca1c-6585-43c5-922c-45771070fbac\",\n    \"ElapsedMilliseconds\": 1228,\n    \"Status\": {\n        \"ondemand_fgts\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"6bc79b9d-2acb-4015-a61f-775d52ebc17d","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_fgts\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Fgts\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"AddressCore\": \"SET SBS QUADRA 1\",\n                        \"Number\": \"SN   \",\n                        \"Complement\": \"\",\n                        \"Neighborhood\": \"ASA SUL \",\n                        \"City\": \" BRASILIA\",\n                        \"State\": \"\",\n                        \"ZipCode\": \"70070-110\",\n                        \"Country\": \"Brazil\",\n                        \"STATUS\": \"REGULAR\",\n                        \"CERTIFICATIONNUMBER\": \"2019030815424806325100\",\n                        \"VALIDITY\": \"08/03/2019 - 06/04/2019\",\n                        \"ISSUEDATE1\": \"08/03/2019\",\n                        \"VALIDITYDATE1\": \"08/03/2019 a 06/04/2019\",\n                        \"CRFNUMBER1\": \"2019030815424806325100\",\n                        \"ISSUEDATE2\": \"07/02/2019\",\n                        \"VALIDITYDATE2\": \"07/02/2019 a 08/03/2019\",\n                        \"CRFNUMBER2\": \"2019020712413325436897\",\n                        \"ISSUEDATE3\": \"07/01/2019\",\n                        \"VALIDITYDATE3\": \"07/01/2019 a 05/02/2019\",\n                        \"CRFNUMBER3\": \"2019010710243160898098\",\n                        \"ISSUEDATE4\": \"10/12/2018\",\n                        \"VALIDITYDATE4\": \"10/12/2018 a 08/01/2019\",\n                        \"CRFNUMBER4\": \"2018121015401131338300\",\n                        \"ISSUEDATE5\": \"16/11/2018\",\n                        \"VALIDITYDATE5\": \"16/11/2018 a 15/12/2018\",\n                        \"CRFNUMBER5\": \"2018111614502065003821\",\n                        \"ISSUEDATE6\": \"23/10/2018\",\n                        \"VALIDITYDATE6\": \"23/10/2018 a 21/11/2018\",\n                        \"CRFNUMBER6\": \"2018102311541258856332\",\n                        \"ISSUEDATE7\": \"01/10/2018\",\n                        \"VALIDITYDATE7\": \"01/10/2018 a 30/10/2018\",\n                        \"CRFNUMBER7\": \"2018100116150839909948\",\n                        \"ISSUEDATE8\": \"03/09/2018\",\n                        \"VALIDITYDATE8\": \"03/09/2018 a 02/10/2018\",\n                        \"CRFNUMBER8\": \"2018090315332848627920\",\n                        \"ISSUEDATE9\": \"13/08/2018\",\n                        \"VALIDITYDATE9\": \"13/08/2018 a 11/09/2018\",\n                        \"CRFNUMBER9\": \"2018081313410227326534\",\n                        \"ISSUEDATE10\": \"23/07/2018\",\n                        \"VALIDITYDATE10\": \"23/07/2018 a 21/08/2018\"\n                    },\n                    \"QueryDate\": \"2019-03-27T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"7be5ca1c-6585-43c5-922c-45771070fbac\",\n    \"ElapsedMilliseconds\": 1228,\n    \"Status\": {\n        \"ondemand_fgts\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"abe04749-2a70-416a-8911-a7d130581264"},{"name":"SPC Brasil (with Score)","id":"d7e98dac-94b8-4933-a6c1-6eea8e214318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<p>The SPC credit query with score allows 2 query models: score in relation to the last 3 months and in relation to the last 12 months:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Score</th>\n<th>Database</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3 months</td>\n<td>ondemand_credit_spc_score_3_months</td>\n</tr>\n<tr>\n<td>12 months</td>\n<td>ondemand_credit_spc_score_12_months</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).AdditionalOutputData .Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Score.Name</td>\n<td>Name of the returned score (score period)</td>\n</tr>\n<tr>\n<td>CreditData.Score.Class</td>\n<td>Credit Score class</td>\n</tr>\n<tr>\n<td>CreditData.Score.Horizon</td>\n<td>Credit Score Horizon</td>\n</tr>\n<tr>\n<td>CreditData.Score.Probability</td>\n<td>Probability of Delinquency</td>\n</tr>\n<tr>\n<td>CreditData.Score.Score</td>\n<td>Returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.ScoreType</td>\n<td>Returned score type</td>\n</tr>\n<tr>\n<td>CreditData.Score.Reason</td>\n<td>Reason for returned score</td>\n</tr>\n<tr>\n<td>CreditData.Score.AdditionalOutputData.ScoreRule</td>\n<td>Rule used in returned score</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"940da0ec-7cc9-4e41-b8dd-0722f1c99e5a","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc_score_12_months\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                          \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n\t\t\t\t          \"TaxIdCountry\": \"Brazil\",\n\t\t\t\t          \"AlternativeIdNumbers\": {\n\t\t\t\t            \n\t\t\t\t          },\n\t\t\t\t          \"OfficialName\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\",\n\t\t\t\t          \"TradeName\": \"MINI MERCADO EMPORIO VIRADAO\",\n\t\t\t\t          \"FoundedDate\": \"2016-07-19T00:00:00\",\n\t\t\t\t          \"Age\": 2.0,\n\t\t\t\t          \"TaxIdStatus\": \"ATIVA\",\n\t\t\t\t          \"TaxIdOrigin\": \"SPC\",\n\t\t\t\t          \"Activities\": [\n\t\t\t\t            {\n\t\t\t\t              \"IsMain\": true,\n\t\t\t\t              \"Code\": \"4729602\",\n\t\t\t\t              \"Activity\": \"COMERCIO VAREJISTA DE MERCADORIAS EM LOJAS DE CONVENIENCIA\"\n\t\t\t\t            }\n\t\t\t\t          ],\n\t\t\t\t          \"LegalNature\": {\n\t\t\t\t            \"Code\": \"2305\",\n\t\t\t\t            \"Activity\": \"EMPRESA INDIVIDUAL DE RESPONSABILIDADE LIMITADA DE NATUREZA EMPRESARIA\"\n\t\t\t\t          },\n\t\t\t\t          \"AdditionalOutputData\": {\n\t\t\t\t            \"Spelling_0\": \"MERCEARIA DO PIERRY EIRELI ME\",\n\t\t\t\t            \"Spelling_1\": \"EMPORIO VIRADAO MERCEARIA E CONVENIENCIA EIRELI\"\n\t\t\t\t          }\n                    },\n                    \"Emails\": [\n\t                    \t{\n\t                    \t\t\"EmailAddress\": \"joao@joape.com.br\"\n\t                    \t}\n                    \t],\n                    \"Phones\": [\n\t                    \t{\n\t\t\t\t\t            \"Number\": \"993418933\",\n\t\t\t\t\t            \"AreaCode\": \"51\",\n\t\t\t\t\t            \"CountryCode\": \"55\",\n\t\t\t\t\t            \"HasOptIn\": false\n\t\t\t\t\t    \t}\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"RUA ALFEN PAIXAO\",\n\t\t\t\t            \"Number\": \"000725\",\n\t\t\t\t            \"Complement\": \"\",\n\t\t\t\t            \"Neighborhood\": \"MERCES\",\n\t\t\t\t            \"ZipCode\": \"38060230\",\n\t\t\t\t            \"City\": \"UBERABA\",\n\t\t\t\t            \"State\": \"MG\",\n\t\t\t\t            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 1505959.6400000001,\n\t\t\t        \"TotalCount\": 35,\n\t\t\t        \"TotalPreviousQueries\": 9,\n                    \"PreviousQueries\": [\n                          {\n\t\t\t\t            \"Origin\": \"ASSOCIACAO COMERCIAL - UBERABA / MG\",\n\t\t\t\t            \"QueryDate\": \"2019-03-22T00:00:00\",\n\t\t\t\t            \"Name\": \"SUPERMERC L S GUA\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"UBERABA\",\n\t\t\t\t              \"State\": \"MG\"\n\t\t\t\t            }\n\t\t\t\t          },\n\t\t\t\t          {\n\t\t\t\t            \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t            \"QueryDate\": \"2019-03-19T00:00:00\",\n\t\t\t\t            \"Name\": \"B DO BRASIL\",\n\t\t\t\t            \"CityAndState\": {\n\t\t\t\t              \"City\": \"BRASILIA\",\n\t\t\t\t              \"State\": \"DF\"\n\t\t\t\t            }\n\t\t\t\t          }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n\t\t\t\t            \"TotalValue\": 458.51,\n\t\t\t\t            \"TotalCount\": 1,\n\t\t\t\t            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n\t\t\t\t            \"LastOccurrenceDate\": \"2019-03-10T00:00:00\",\n\t\t\t\t            \"AdditionalOutputData\": {}\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n\t\t\t\t\t                \"ExpiringDate\": \"2019-02-27T00:00:00\",\n\t\t\t\t\t                \"Date\": \"2019-03-10T00:00:00\",\n\t\t\t\t\t                \"Reason\": \"\",\n\t\t\t\t\t                \"Value\": 458.51,\n\t\t\t\t\t                \"Count\": 1,\n\t\t\t\t\t                \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n\t\t\t\t\t\t                    \"OfficialName\": \"CAIXA ECONOMICA FEDERAL\",\n\t\t\t\t\t\t                    \"TradeName\": \"\",\n\t\t\t\t\t\t                    \"Phones\": [\n                                                {\n                                                    \"Number\": \"22546398\",\n                                                    \"AreaCode\": \"21\",\n                                                    \"CountryCode\": \"55\",\n                                                    \"HasOptIn\": false\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                            \t\t{\n                                            \t\t\t\"AddressMain\": \"\",\n\t\t\t\t\t\t\t\t                        \"Number\": \"\",\n\t\t\t\t\t\t\t\t                        \"Complement\": \"\",\n\t\t\t\t\t\t\t\t                        \"Neighborhood\": \"\",\n\t\t\t\t\t\t\t\t                        \"ZipCode\": \"\",\n\t\t\t\t\t\t\t\t                        \"City\": \"BRASILIA\",\n\t\t\t\t\t\t\t\t                        \"State\": \"DF\",\n\t\t\t\t\t\t\t\t                        \"Country\": \"Brazil\"\n                                            \t\t}\n                                            \t],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"01180449690000018544\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"3\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc_score_3_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"98417f37-0004-45cf-843f-da9e4785db0d","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_spc_score_12_months&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_spc_score_12_months"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"\",\n                        \"TradeName\": \"\",\n                        \"FoundedDate\": \"2009-11-19T00:00:00\",\n                        \"Age\": 8,\n                        \"TaxIdStatus\": \"ATIVA\",\n                        \"TaxIdOrigin\": \"SPC\",\n                        \"Activities\": [],\n                        \"LegalNature\": {\n                            \"Code\": \"\",\n                            \"Activity\": \"\"\n                        },\n                        \"AdditionalOutputData\": {\n                            \"Spelling_0\": \"\",\n                            \"Spelling_1\": \"\"\n                        }\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"\",\n                            \"Number\": \"\",\n                            \"Complement\": \"\",\n                            \"Neighborhood\": \"\",\n                            \"ZipCode\": \"\",\n                            \"City\": \"\",\n                            \"State\": \"\",\n                            \"Country\": \"\"\n                        }\n                    ],\n                    \"TotalDebts\": 0,\n                    \"TotalCount\": 0,\n                    \"TotalPreviousQueries\": 0,\n                    \"PreviousQueries\": [\n                        {\n                            \"Origin\": \"\",\n                            \"QueryDate\": \"2018-08-13T00:00:00\",\n                            \"Name\": \"\",\n                            \"CityAndState\": {\n                                \"City\": \"\",\n                                \"State\": \"\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n                            \"TotalValue\": 0,\n                            \"TotalCount\": 0,\n                            \"FirstOccurrenceDate\": \"2018-08-13T00:00:00\",\n                            \"LastOccurrenceDate\": \"2018-08-13T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2018-07-26T00:00:00\",\n                                    \"Date\": \"2018-08-13T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 0,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [\n                                                {\n                                                    \"Number\": \"\",\n                                                    \"AreaCode\": \"\",\n                                                    \"CountryCode\": \"\",\n                                                    \"HasOptIn\": false\n                                                }\n                                            ],\n                                            \"Addresses\": [],\n                                            \"AdditionalOutputData\": {\n                                                \"Contract\": \"\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {}\n                                }\n                            ]\n                        }\n                    ],\n                    \"Score\": {\n                        \"Name\": \"SCORE 12 MONTHS\",\n                        \"Class\": \"F\",\n                        \"Horizon\": \"3\",\n                        \"Probability\": \"0\",\n                        \"Score\": \"0\",\n                        \"ScoreType\": \"RESTRICTED\",\n                        \"Reason\": \"O DOCUMENTO CONSULTADO APRESENTA REGISTRO(S) DE INADIMPLENCIA.\",\n                        \"AdditionalOutputData\": {}\n                    }\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc_score_3_months\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d7e98dac-94b8-4933-a6c1-6eea8e214318"},{"name":"SPC Brasil (without Score)","id":"bc70ccab-e77e-4061-a2cd-597fc962781d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<ul>\n<li><strong>Attention:</strong> Credit queries are disabled for security. If enabled, users have a query limit of 500 queries per month. If you wish to enable or increase query limit, please contact the support team by email.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreditData.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>CreditData.QueryDate</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>CreditData.BasicData</td>\n<td>Follows the model of the Basic Data dataset</td>\n</tr>\n<tr>\n<td>CreditData.BasicData.AdditionalOutputRecord. Spelling_[n]</td>\n<td>Alternate spelling for the entity</td>\n</tr>\n<tr>\n<td>CreditData.PersonalRelationships</td>\n<td>Follows the model of the Personal Relationships dataset</td>\n</tr>\n<tr>\n<td>CreditData.Emails</td>\n<td>Follows the model of the Emails dataset</td>\n</tr>\n<tr>\n<td>CreditData.Phones</td>\n<td>Follows the model of the Phones dataset</td>\n</tr>\n<tr>\n<td>CreditData.Addresses</td>\n<td>Follows the model of the Addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.TotalDebts</td>\n<td>Total Value in Debts</td>\n</tr>\n<tr>\n<td>CreditData.TotalCount</td>\n<td>Total Occurrence count</td>\n</tr>\n<tr>\n<td>CreditData.TotalPreviousQueries</td>\n<td>Total Number of Previous Queries</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Origin</td>\n<td>Origin of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.QueryDate</td>\n<td>Query Date of the previous query</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.Name</td>\n<td>Name of the entity that queried previously</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.CityAndState</td>\n<td>City And State of previous query following the model of the addresses dataset</td>\n</tr>\n<tr>\n<td>CreditData.PreviousQueries.AdditionalOutput</td>\n<td>Additional Output on the previous query</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Name</td>\n<td>Name of credit entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.TotalValue</td>\n<td>Total Value in this occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.FirstOccurenceDate</td>\n<td>Date of the first occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.LastOccurenceDate</td>\n<td>Date of the last occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.AdditionalOutputData</td>\n<td>Additional Output for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Origin</td>\n<td>Origin of details data</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.ExpiringDate</td>\n<td>Expiration Date for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Date</td>\n<td>Date of occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Reason</td>\n<td>Reason for occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.Value</td>\n<td>Value in debt for the occurrence</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.TotalCount</td>\n<td>Total number of occurrences returned by this entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingPeople</td>\n<td>People Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details.IssuingCompanies</td>\n<td>Companies Issuing the Occurrences</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TaxIdNumber</td>\n<td>Tax Id Number for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).OfficialName</td>\n<td>Official Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).TradeName</td>\n<td>Trade Name for the Issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Phones</td>\n<td>Phones associated with the Issuing entity following the model of the Phones Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies).Addresses</td>\n<td>Addresses associated with the Issuing entity following the model of the Addresses Dataset</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.Contract</td>\n<td>Contract number with the issuing entity</td>\n</tr>\n<tr>\n<td>CreditData.Occurences.Details. (IssuingPeople/IssuingCompanies). AdditionalOutputData.related_company_id_number_[n]</td>\n<td>Tax Id Number for the company related to the issuing entity</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"8e3e0659-f43b-4aa4-a565-a10d52d7e42d","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_credit_spc&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_credit_spc"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"CreditData\": [\n                {\n                    \"Origin\": \"SPC\",\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\n                    \"BasicData\": {\n                        \"TaxIdNumber\": \"00000000000191\",\n                        \"TaxIdCountry\": \"Brazil\",\n                        \"AlternativeIdNumbers\": {},\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"TradeName\": \"DIRECAO GERAL\",\n                        \"FoundedDate\": \"1966-08-01T00:00:00\",\n                        \"Age\": 52,\n                        \"TaxIdStatus\": \"ATIVA\",\n                        \"TaxIdOrigin\": \"SPC\",\n                        \"Activities\": [\n                            {\n                                \"IsMain\": true,\n                                \"Code\": \"6422100\",\n                                \"Activity\": \"BANCOS MULTIPLOS, COM CARTEIRA COMERCIAL\"\n                            }\n                        ],\n                        \"LegalNature\": {\n                            \"Code\": \"2038\",\n                            \"Activity\": \"SOCIEDADE DE ECONOMIA MISTA\"\n                        },\n                        \"AdditionalOutputData\": {\n                            \"Spelling_0\": \"\",\n                            \"Spelling_1\": \"\"\n                        }\n                    },\n                    \"Emails\": [],\n                    \"Phones\": [\n                    \t\t{\n\t                            \"Number\": \"35496800\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"31454600\",\n\t                            \"AreaCode\": \"11\",\n\t                            \"CountryCode\": \"55\"\n\t                        },\n\t                        {\n\t                            \"Number\": \"32806253\",\n\t                            \"AreaCode\": \"31\",\n\t                            \"CountryCode\": \"55\"\n\t                        }\n                    \t],\n                    \"Addresses\": [\n                        {\n                            \"AddressMain\": \"Q SAUN QUADRA 5 LOTE B TORRES I, II E III\",\n                            \"Number\": \"SN\",\n                            \"Complement\": \"ANDAR 1 A 16 SALA 101 A 1601 ANDAR 1 A 1\",\n                            \"Neighborhood\": \"ASA NORTE\",\n                            \"ZipCode\": \"70040912\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        },\n                        {\n                            \"AddressMain\": \"ST BANCARIO SUL\",\n                            \"Number\": \"S/N\",\n                            \"Complement\": \"QUADRAQUADRA 01 BLOCO G\",\n                            \"Neighborhood\": \"ASA SUL\",\n                            \"ZipCode\": \"70073901\",\n                            \"City\": \"BRASILIA\",\n                            \"State\": \"DF\",\n                            \"Country\": \"Brazil\"\n                        }\n                    ],\n                    \"TotalDebts\": 61673071.62,\n                    \"TotalCount\": 1057,\n                    \"TotalPreviousQueries\": 189,\n                    \"PreviousQueries\": [\n                       {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"NEXTEL TELECOMUNICACOES L\",\n                            \"CityAndState\": {\n                                \"City\": \"SAO PAULO\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"MAG LUIZA\",\n                            \"CityAndState\": {\n                                \"City\": \"FRANCA\",\n                                \"State\": \"SP\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"CLARO S/A\"\n                        },\n                        {\n                            \"Origin\": \"SERASA EXPERIAN\",\n                            \"QueryDate\": \"2019-03-27T00:00:00\",\n                            \"Name\": \"HANESBRANDS\",\n                            \"CityAndState\": {\n                                \"City\": \"NATAL\",\n                                \"State\": \"RN\"\n                            }\n                        },\n                        {\n                            \"Origin\": \"CDL - RECIFE / PE\",\n                            \"QueryDate\": \"2019-03-26T00:00:00\",\n                            \"Name\": \"MARANTE PLAZA HOTEL\",\n                            \"CityAndState\": {\n                                \"City\": \"RECIFE\",\n                                \"State\": \"PE\"\n                            }\n                        }\n                    ],\n                    \"Occurrences\": [\n                        {\n                            \"Name\": \"SPC\",\n                            \"TotalValue\": 201790.53999999975,\n                            \"TotalCount\": 543,\n                            \"FirstOccurrenceDate\": \"0001-01-01T00:00:00\",\n                            \"LastOccurrenceDate\": \"2019-03-25T00:00:00\",\n                            \"AdditionalOutputData\": {},\n                            \"Details\": [\n                                {\n                                    \"Origin\": \"SERASA EXPERIAN\",\n                                    \"ExpiringDate\": \"2019-03-01T00:00:00\",\n                                    \"Date\": \"2019-03-25T00:00:00\",\n                                    \"Reason\": \"\",\n                                    \"Value\": 72.15,\n                                    \"Count\": 1,\n                                    \"IssuingPeople\": [],\n                                    \"IssuingCompanies\": [\n                                        {\n                                            \"TaxIdNumber\": \"\",\n                                            \"OfficialName\": \"LIGHT SESA\",\n                                            \"TradeName\": \"\",\n                                            \"Phones\": [\n                                                {\n                                                    \"Number\": \"2820120\",\n                                                    \"AreaCode\": \"800\",\n                                                    \"CountryCode\": \"55\"\n                                                }\n                                            ],\n                                            \"Addresses\": [\n                                                {\n                                                    \"AddressMain\": \"\",\n                                                    \"Number\": \"\",\n                                                    \"Complement\": \"\",\n                                                    \"Neighborhood\": \"\",\n                                                    \"ZipCode\": \"\",\n                                                    \"City\": \"RIO DE JANEIRO\",\n                                                    \"State\": \"RJ\",\n                                                    \"Country\": \"Brazil\"\n                                                }\n                                            ],\n                                            \"AdditionalOutputData\": {\n                                                \"related_company_id_number_0\": \"00000000008118\"\n                                            }\n                                        }\n                                    ],\n                                    \"AdditionalOutputData\": {\n                                    \t\"Contract\": \"201874217113/392\"\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\n    \"ElapsedMilliseconds\": 200,\n    \"Status\": {\n        \"ondemand_credit_spc\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"92717aa4-0b52-4d66-a5b8-191e04308d92","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_credit_spc\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"Result\": [\r\n        {\r\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\r\n            \"CreditData\": [\r\n                {\r\n                    \"Origin\": \"SPC\",\r\n                    \"QueryDate\": \"2018-08-13T00:00:00\",\r\n                    \"BasicData\": {\r\n                        \"TaxIdNumber\": \"xxxxxxxxxxxxxx\",\r\n                        \"TaxIdCountry\": \"Brazil\",\r\n                        \"AlternativeIdNumbers\": {},\r\n                        \"OfficialName\": \"\",\r\n                        \"TradeName\": \"\",\r\n                        \"FoundedDate\": \"2009-11-19T00:00:00\",\r\n                        \"Age\": 8,\r\n                        \"TaxIdStatus\": \"ATIVA\",\r\n                        \"TaxIdOrigin\": \"SPC\",\r\n                        \"Activities\": [],\r\n                        \"LegalNature\": {\r\n                            \"Code\": \"\",\r\n                            \"Activity\": \"\"\r\n                        },\r\n                        \"AdditionalOutputData\": {\r\n                            \"Spelling_0\": \"\",\r\n                            \"Spelling_1\": \"\"\r\n                        }\r\n                    },\r\n                    \"Emails\": [],\r\n                    \"Phones\": [],\r\n                    \"Addresses\": [\r\n                        {\r\n                            \"AddressMain\": \"\",\r\n                            \"Number\": \"\",\r\n                            \"Complement\": \"\",\r\n                            \"Neighborhood\": \"\",\r\n                            \"ZipCode\": \"\",\r\n                            \"City\": \"\",\r\n                            \"State\": \"\",\r\n                            \"Country\": \"\"\r\n                        }\r\n                    ],\r\n                    \"TotalDebts\": 0.0,\r\n                    \"TotalCount\": 0,\r\n                    \"TotalPreviousQueries\": 0,\r\n                    \"PreviousQueries\": [\r\n                        {\r\n                            \"Origin\": \"\",\r\n                            \"QueryDate\": \"2018-08-13T00:00:00\",\r\n                            \"Name\": \"\",\r\n                            \"CityAndState\": {\r\n                                \"City\": \"\",\r\n                                \"State\": \"\"\r\n                            }\r\n                        }\r\n                    ],\r\n                    \"Occurrences\": [\r\n                        {\r\n                            \"Name\": \"SPC\",\r\n                            \"TotalValue\": 0.0,\r\n                            \"TotalCount\": 0,\r\n                            \"FirstOccurrenceDate\": \"2018-08-13T00:00:00\",\r\n                            \"LastOccurrenceDate\": \"2018-08-13T00:00:00\",\r\n                            \"AdditionalOutputData\": {},\r\n                            \"Details\": [\r\n                                {\r\n                                    \"Origin\": \"SERASA EXPERIAN\",\r\n                                    \"ExpiringDate\": \"2018-07-26T00:00:00\",\r\n                                    \"Date\": \"2018-08-13T00:00:00\",\r\n                                    \"Reason\": \"\",\r\n                                    \"Value\": 0.0,\r\n                                    \"Count\": 1,\r\n                                    \"IssuingPeople\": [],\r\n                                    \"IssuingCompanies\": [\r\n                                        {\r\n                                            \"TaxIdNumber\": \"\",\r\n                                            \"OfficialName\": \"\",\r\n                                            \"TradeName\": \"\",\r\n                                            \"Phones\": [\r\n                                                {\r\n                                                    \"Number\": \"\",\r\n                                                    \"AreaCode\": \"\",\r\n                                                    \"CountryCode\": \"\",\r\n                                                    \"HasOptIn\": false\r\n                                                }\r\n                                            ],\r\n                                            \"Addresses\": [],\r\n                                            \"AdditionalOutputData\": {\r\n                                                \"Contract\": \"\"\r\n                                            }\r\n                                        }\r\n                                    ],\r\n                                    \"AdditionalOutputData\": {}\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"QueryId\": \"ff0d3628-0260-4529-88a3-de40e4d7c08d\",\r\n    \"ElapsedMilliseconds\": 200,\r\n    \"Status\": {\r\n        \"ondemand_credit_spc\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"bc70ccab-e77e-4061-a2cd-597fc962781d"},{"name":"\"Simples\"","id":"391e4e97-7817-49f0-a000-2c4aaae3d81a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_simples\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineQuery.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineQuery.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.IdNumber</td>\n<td>Identification Number</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.OfficialName</td>\n<td>Company's official name</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.EntityType</td>\n<td>Type of Entity</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.RelationshipType</td>\n<td>Type of Relationship with the queried company</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.SimplesNacionalStatus</td>\n<td>Status of the Simples Nacional</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.SimeiStatus</td>\n<td>Simei Status</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. PriorPeriodsHeader</td>\n<td>Key that contains a description of the PriorPeriods output (example: DATA INICIAL;DATA FINAL;DETALHAMENTO)</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.PriorPeriods</td>\n<td>Key that contains information of Prior Periods (example: 01/01/2014;31/12/2017;EXCLUIDA POR ATO ADMINISTRATIVO)</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. SimeiPriorPeriodsHeader</td>\n<td>Key that contains a description of the Simei Prior Periods output</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. SimeiPriorPeriods</td>\n<td>Key that contains information of Simei Prior Periods</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData. AppointmentsHeader</td>\n<td>Key that contains a description of the Appointments output</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.Appointment</td>\n<td>Key that contains information of Appointments</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryResultData.DtQuery</td>\n<td>Query Date</td>\n</tr>\n<tr>\n<td>OnlineQuery.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"33f6bf4f-18bd-4632-976e-43762346bb35","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_simples\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Simples\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"SimplesNacionalStatus\": \"NAO OPTANTE PELO SIMPLES NACIONAL\",\n                        \"SimeiStatus\": \"NAO OPTANTE PELO SIMEI\",\n                        \"DtQuery\": \"2019-03-27\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"f5c4deb3-62c8-40c4-945a-85c6b52e0dce\",\n    \"ElapsedMilliseconds\": 1083,\n    \"Status\": {\n        \"ondemand_simples\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"9a154351-fb3a-4d57-8e28-0d47fa6cfe7b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_simples&q=doc{xxxxxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_simples"},{"key":"q","value":"doc{xxxxxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineQuery\": [\n                {\n                    \"Origin\": \"Simples\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL SA\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"SimplesNacionalStatus\": \"NAO OPTANTE PELO SIMPLES NACIONAL\",\n                        \"SimeiStatus\": \"NAO OPTANTE PELO SIMEI\",\n                        \"DtQuery\": \"2019-03-27\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"f5c4deb3-62c8-40c4-945a-85c6b52e0dce\",\n    \"ElapsedMilliseconds\": 1083,\n    \"Status\": {\n        \"ondemand_simples\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"391e4e97-7817-49f0-a000-2c4aaae3d81a"},{"name":"Sintegra","id":"4ac5e5b7-68a5-4ee8-b198-c4dd8958da60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_sintegra\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx},uf{xx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies","description":"<p>Below we list the status of queries by state:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>State</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AL</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>BA</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>CE</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>PB</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>PI</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>RN</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>PR</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>RS</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>DF</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>GO</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>MT</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>MS</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>AC</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>AP</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>RO</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>RR</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>SUFRAMA</td>\n<td>Available</td>\n</tr>\n<tr>\n<td>SP</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>RJ</td>\n<td>Not available</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Available</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["companies"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5d362c27-09ba-45c7-9381-80a0d99b3c10","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_sintegra\",\r\n\t\"q\": \"doc{xxxxxxxxxxxxxx},uf{xx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"Sintegra\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx}, uf{ba}\",\n                    \"QueryResultData\": {\n                        \"IdNumber\": \"xxxxxxxxxxxxxx\",\n                        \"OfficialName\": \"BANCO DO BRASIL S/A.\",\n                        \"BusinessName\": \"\",\n                        \"FoundingDate\": \"\",\n                        \"EntityType\": \"COMPANY\",\n                        \"RelationshipType\": \"SELF\",\n                        \"Address.AddressCore.0\": \"AVENIDA ESTADOS UNIDOS\",\n                        \"Address.Number.0\": \"561\",\n                        \"Address.Complement.0\": \"TERREO\",\n                        \"Address.Neighborhood.0\": \"COMERCIO\",\n                        \"Address.City.0\": \"SALVADOR\",\n                        \"Address.State.0\": \"BA\",\n                        \"Address.ZipCode.0\": \"40116900\",\n                        \"Address.Country.0\": \"\",\n                        \"Phone.CountryCode.0\": \"\",\n                        \"Phone.AreaCode.0\": \"\",\n                        \"Phone.Number.0\": \"33205322\",\n                        \"Phone.Complement.0\": \"\",\n                        \"ContactType.0\": \"\",\n                        \"ProtocolUf\": \"BA\",\n                        \"StateRegistration\": \"043.991.482\",\n                        \"ProtocolTime\": \"27/03/2019\",\n                        \"MainEconomicActivity\": \"Bancos comerciais\",\n                        \"DtRegistration\": \"30/04/1996\",\n                        \"Status\": \"Não Habilitado\",\n                        \"DtStatus\": \"31/10/2011\",\n                        \"Condition\": \"ESPECIAL\",\n                        \"IcmsRegime\": \"NAO CONTRIBUINTE\",\n                        \"DtQuery\": \"2019-03-27\",\n                        \"TimeQuery\": \"17:41:11\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1ef8a308-52e8-40bb-9d61-984215690632\",\n    \"ElapsedMilliseconds\": 58,\n    \"Status\": {\n        \"ondemand_sintegra\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f2dc7f8c-ada1-4eb5-bf42-00317c5b454e","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/companies?Datasets=ondemand_sintegra&q=doc{xxxxxxxxxxxxxx},uf{xx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["companies"],"query":[{"key":"Datasets","value":"ondemand_sintegra"},{"key":"q","value":"doc{xxxxxxxxxxxxxx},uf{xx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"MatchKeys\": \"doc{xxxxxxxxxxxxxx}\",\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"Sintegra\",\n                    \"InputParameters\": \"doc{xxxxxxxxxxxxxx},uf{xx}\",\n                    \"ProtocolNumber\": \"\",\n                    \"BaseStatus\": \"\",\n                    \"AdditionalOutputData\": {\n                        \"IdNumber\": \"\",\n                        \"OfficialName\": \"\",\n                        \"BusinessName\": \"\",\n                        \"FoundingDate\": \"\",\n                        \"EntityType\": \"\",\n                        \"RelationshipType\": \"\",\n                        \"Address.AddressCore.0\": \"\",\n                        \"Address.Number.0\": \"\",\n                        \"Address.Complement.0\": \"\",\n                        \"Address.Neighborhood.0\": \"\",\n                        \"Address.City.0\": \"\",\n                        \"Address.State.0\": \"\",\n                        \"Address.ZipCode.0\": \"\",\n                        \"Address.Country.0\": \"\",\n                        \"Phone.CountryCode.0\": \"\",\n                        \"Phone.AreaCode.0\": \"\",\n                        \"Phone.Number.0\": \"\",\n                        \"Phone.Complement.0\": \"\",\n                        \"ContactType.0\": \"\",\n                        \"ProtocolUf\": \"\",\n                        \"StateRegistration\": \"\",\n                        \"MainEconomicActivity\": \"\",\n                        \"Status\": \"\",\n                        \"DtStatus\": \"\",\n                        \"IcmsRegime\": \"\",\n                        \"Protocol\": \"\",\n                        \"DtProtocol\": \"\",\n                        \"MandadoryIndicatorNfe\": \"\",\n                        \"DtMandatoryStartNfe\": \"\",\n                        \"LastEventNfe\": \"\",\n                        \"DtLastEventNfe\": \"\",\n                        \"MandadoryIndicatorNfce\": \"\",\n                        \"DtMandatoryStartNfce\": \"\",\n                        \"LastEventNfce\": \"\",\n                        \"DtLastEventNfce\": \"\",\n                        \"ProtocolTime\": \"\",\n                        \"Condition\": \"\",\n                        \"Observation\": \"\",\n                        \"Cnae\": \"\",\n                        \"SecondaryActivity\": \"\",\n                        \"FacilityType\": \"\",\n                        \"JuntaComercialInscription\": \"\",\n                        \"ResponsiblePerson\": \"\",\n                        \"DocResponsiblePerson\": \"\",\n                        \"DtExpirationResponsiblePerson\": \"\",\n                        \"EarlyAccreditation\": \"\",\n                        \"MandatoryIndicatorNfe\": \"\",\n                        \"MandatoryIndicatorEfd\": \"\",\n                        \"DtMandatoryStartEfd\": \"\",\n                        \"FlSimples\": \"\",\n                        \"MandatoryIndicatorCte\": \"\",\n                        \"DtMandatoryStartCte\": \"\",\n                        \"StatusSintegra\": \"\",\n                        \"RegistrationNfe\": \"\",\n                        \"INTERNALINFO\": \"\",\n                        \"TaxDomicile\": \"\",\n                        \"SecondaryActivities\": \"\",\n                        \"Ped\": \"\",\n                        \"DtPedStarted\": \"\",\n                        \"IndividualMicroEntrepreneur\": \"\",\n                        \"ExceedStateSublimite\": \"\",\n                        \"RegistrationEfd\": \"\",\n                        \"IssuedElectronicDocument\": \"\",\n                        \"PaymentRegime\": \"\",\n                        \"FormerStateRegistration\": \"\",\n                        \"DtStartActivities\": \"\",\n                        \"Nire\": \"\",\n                        \"EconomicSector\": \"\",\n                        \"ShareCapital\": \"\",\n                        \"CompanySize\": \"\",\n                        \"CollectionRange\": \"\",\n                        \"AboveSubceiling\": \"\",\n                        \"LegalNature\": \"\",\n                        \"UnityType\": \"\",\n                        \"OperatingMethod\": \"\",\n                        \"Mesoregion\": \"\",\n                        \"Microregion\": \"\",\n                        \"TaxRegion\": \"\",\n                        \"Circumscription\": \"\",\n                        \"Are\": \"\",\n                        \"EletronicDataProcessing\": \"\",\n                        \"CarrierRegistration\": \"\",\n                        \"DtCarrierRegistration\": \"\",\n                        \"Permit\": \"\",\n                        \"TaxControl\": \"\",\n                        \"CentralizedRegistration\": \"\",\n                        \"DtFimSuspensao\": \"\",\n                        \"DtConcessaoBaixa\": \"\",\n                        \"DtConcessaoSuspensao\": \"\",\n                        \"DtIntimacao\": \"\",\n                        \"DtBloqueio\": \"\",\n                        \"DtReativacaoAtividades\": \"\",\n                        \"DtNulidadeAtos\": \"\",\n                        \"CurrentStatus\": \"\",\n                        \"EstablishmentNature\": \"\",\n                        \"RegistrationUnit\": \"\",\n                        \"ContributorType\": \"\",\n                        \"Regional\": \"\",\n                        \"SmallFarmProducer\": \"\",\n                        \"Status2\": \"\",\n                        \"DtStatus2\": \"\",\n                        \"DtAccreditation\": \"\",\n                        \"PafEcfRegistered\": \"\",\n                        \"Accounters\": \"\",\n                        \"Representatives\": \"\",\n                        \"FirefighterPermit\": \"\",\n                        \"Iss\": \"\",\n                        \"RealStateRegistration\": \"\",\n                        \"MunicipalPermit\": \"\",\n                        \"StateEnvironmentalPermit\": \"\",\n                        \"HealthSurveillancePermit\": \"\",\n                        \"MunicipalEnvironmentalPermit\": \"\",\n                        \"EstablishmentUsage\": \"\",\n                        \"Fax\": \"\",\n                        \"MailingFax\": \"\",\n                        \"TaxpayerStatus\": \"\",\n                        \"ElectronicInvoice\": \"\",\n                        \"SingleRegistration\": \"\",\n                        \"Revenue\": \"\",\n                        \"InclusionReason\": \"\",\n                        \"DtClosing\": \"\",\n                        \"ClosingReason\": \"\",\n                        \"IrsStatus\": \"\",\n                        \"FlDepositoFechado\": \"\",\n                        \"StatusReason\": \"\",\n                        \"FiscalOccurrence\": \"\",\n                        \"DtInactivityStarted\": \"\",\n                        \"DtRegistrationNfe\": \"\",\n                        \"StateActivity\": \"\",\n                        \"CompanyAidTypes\": \"\",\n                        \"DtStatusExpiration\": \"\",\n                        \"IsSuframa\": \"\",\n                        \"TimeQuery\": \"\"\n                    },\n                    \"QueryDate\": \"0001-01-01T00:00:00\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"1ef8a308-52e8-40bb-9d61-984215690632\",\n    \"ElapsedMilliseconds\": 58,\n    \"Status\": {\n        \"ondemand_sintegra\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4ac5e5b7-68a5-4ee8-b198-c4dd8958da60"}],"id":"fe2a5f40-f7f2-4817-a0ce-43abacc69644","event":[{"listen":"prerequest","script":{"id":"a1dc2e8d-b32b-4ef4-88d0-1502f3accc1b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4247c8d8-9364-42fe-a5fe-1de45d2af4b8","type":"text/javascript","exec":[""]}}],"_postman_id":"fe2a5f40-f7f2-4817-a0ce-43abacc69644","description":""},{"name":"Validation API","item":[{"name":"ABRT Portability History","id":"4212ca0a-0a3b-4735-9f6a-83be851aad10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_portability\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Normalized Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Type of validation</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Main Validation Status</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. OfficialName.[n]</td>\n<td>Communications Company's Official Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. BusinessName.[n]</td>\n<td>Communications Company's Business Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. PortabilityDate.[n]</td>\n<td>Portability Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. PortabilityTime.[n]</td>\n<td>Portability Time</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. CurrentOperator.[n]</td>\n<td>Current telephone carrier</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"2ead401e-bb1b-416c-8b78-280d531f5401","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_phone_portability&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_phone_portability"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{xxxxxxxxxxx}\",\n                    \"NormalizedInputs\": \"phone{xxxxxxxxxxx}\",\n                    \"ValidationType\": \"Portability History\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName.0\": \"\",\n                        \"BusinessName.0\": \"\",\n                        \"CurrentOperator.0\": \"\",\n                        \"OfficialName.1\": \"\",\n                        \"BusinessName.1\": \"\",\n                        \"PortabilityDate.1\": \"\",\n                        \"PortabilityTime.1\": \"\",\n                        \"CurrentOperator.1\": \"\",\n                        \"OfficialName.2\": \"\",\n                        \"BusinessName.2\": \"\",\n                        \"PortabilityDate.2\": \"\",\n                        \"PortabilityTime.2\": \"\",\n                        \"CurrentOperator.2\": \"\",\n                        \"OfficialName.3\": \"\",\n                        \"BusinessName.3\": \"\",\n                        \"PortabilityDate.3\": \"\",\n                        \"PortabilityTime.3\": \"\",\n                        \"CurrentOperator.3\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:58:46.2222875Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"84bea04b-dcd6-4d17-9c23-ee2ecdbb7bbf\",\n    \"ElapsedMilliseconds\": 5020,\n    \"Status\": {\n        \"ondemand_phone_portability\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"8afdf539-78d9-448b-aff1-13161de91270","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_portability\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{2132513142}\",\n                    \"NormalizedInputs\": \"phone{2132513142}\",\n                    \"ValidationType\": \"Phone Operator\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName\": \"EMPRESA BRASILEIRA DE TELECOMUNICACOES S. A.\",\n                        \"BusinessName\": \"Embratel\",\n                        \"LastUpdateDate\": \"27/03/2019\",\n                        \"LastUpdateTime\": \"16:39\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:39:31.0625311Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"84bea04b-dcd6-4d17-9c23-ee2ecdbb7bbf\",\n    \"ElapsedMilliseconds\": 5020,\n    \"Status\": {\n        \"ondemand_phone_portability\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4212ca0a-0a3b-4735-9f6a-83be851aad10"},{"name":"Email Validation","id":"06bc97c2-d22a-4e0f-9916-62b1cf876135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_email\",\r\n\t\"q\": \"email{your_email@mail.com}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Normalized Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Type of validation</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Main Validation Status</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. Account</td>\n<td>Email account</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. Domain</td>\n<td>Email Domain</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. Disposable</td>\n<td>Indicates if the email is disposable</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. RoleAddress</td>\n<td>Indicates if the email is an alias for a group (example: <a href=\"mailto:support@company.com\">support@company.com</a>)</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"3b88acbe-0a6b-457a-a816-7ed0d6ed9124","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_email&q=email{your_email@mail.com}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_email"},{"key":"q","value":"email{your_email@mail.com}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                   \"Origin\": \"BDC E-mail Validation\",\n                    \"InputParameters\": \"email{marcus.rocha@gmail.com}\",\n                    \"NormalizedInputs\": \"email{marcus.rocha@gmail.com}\",\n                    \"ValidationType\": \"E-mail Validation\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"Account\": \"MARCUS.ROCHA\",\n                        \"Domain\": \"GMAIL.COM\",\n                        \"Disposable\": \"FALSE\",\n                        \"RoleAddress\": \"FALSE\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:40:12.5344061Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"5324fde0-5410-423d-9d3c-22e1f83ef6e4\",\n    \"ElapsedMilliseconds\": 471,\n    \"Status\": {\n        \"ondemand_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"eadff718-cfcc-4c91-bdfb-f0f00ba12d26","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_email\",\r\n\t\"q\": \"email{your_email@mail.com}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"BDC E-mail Validation\",\n                    \"InputParameters\": \"email{your_email@mail.com}\",\n                    \"NormalizedInputs\": \"email{your_email@mail.com}\",\n                    \"ValidationType\": \"E-mail Validation\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"Account\": \"\",\n                        \"Domain\": \"\",\n                        \"Disposable\": \"\",\n                        \"RoleAddress\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T20:54:03.5134604Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"5324fde0-5410-423d-9d3c-22e1f83ef6e4\",\n    \"ElapsedMilliseconds\": 471,\n    \"Status\": {\n        \"ondemand_email\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"06bc97c2-d22a-4e0f-9916-62b1cf876135"},{"name":"Phone and Operator Validation at ABRT","id":"81ad3823-8cea-4f06-8e6d-935b59b2c299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_operator\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OnlineCertificates.Origin</td>\n<td>Origin of the data</td>\n</tr>\n<tr>\n<td>OnlineCertificates.InputParameters</td>\n<td>Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.NormalizedInputs</td>\n<td>Normalized Input parameters</td>\n</tr>\n<tr>\n<td>OnlineCertificates.ValidationType</td>\n<td>Type of validation</td>\n</tr>\n<tr>\n<td>OnlineCertificates.MainValidationStatus</td>\n<td>Main Validation Status</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. OfficialName</td>\n<td>Communications Company's Official Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. BusinessName</td>\n<td>Communications Company's Business Name</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. LastUpdateDate</td>\n<td>Last Update Date</td>\n</tr>\n<tr>\n<td>OnlineCertificates.AdditionalValidationDetails. LastUpdateTime</td>\n<td>Last Update Time</td>\n</tr>\n<tr>\n<td>OnlineCertificates.QueryDate</td>\n<td>Query Date</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["validations"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"0a1e328f-9cbd-4a74-93bd-e8ddae20ef9f","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Datasets\": \"ondemand_phone_operator\",\r\n\t\"q\": \"phone{xxxxxxxxxxx}\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/validations"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                    \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{xxxxxxxxxxx}\",\n                    \"NormalizedInputs\": \"phone{xxxxxxxxxxx}\",\n                    \"ValidationType\": \"\",\n                    \"MainValidationStatus\": \"\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName\": \"\",\n                        \"BusinessName\": \"\",\n                        \"LastUpdateDate\": \"\",\n                        \"LastUpdateTime\": \"\"\n                    },\n                    \"QueryDate\": \"2018-08-03T21:03:32.6029729Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"acf22f0d-f0c9-4d62-9b98-f6f37a9a1235\",\n    \"ElapsedMilliseconds\": 7594,\n    \"Status\": {\n        \"ondemand_phone_operator\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"95242c7c-87b9-43c0-8cca-1931f4d02d2b","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/validations?Datasets=ondemand_phone_operator&q=phone{xxxxxxxxxxx}&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["validations"],"query":[{"key":"Datasets","value":"ondemand_phone_operator"},{"key":"q","value":"phone{xxxxxxxxxxx}"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": [\n        {\n            \"OnlineCertificates\": [\n                {\n                     \"Origin\": \"ABRT\",\n                    \"InputParameters\": \"phone{2132513142}\",\n                    \"NormalizedInputs\": \"phone{2132513142}\",\n                    \"ValidationType\": \"Phone Operator\",\n                    \"MainValidationStatus\": \"VALID\",\n                    \"AdditionalValidationDetails\": {\n                        \"OfficialName\": \"EMPRESA BRASILEIRA DE TELECOMUNICACOES S. A.\",\n                        \"BusinessName\": \"Embratel\",\n                        \"LastUpdateDate\": \"27/03/2019\",\n                        \"LastUpdateTime\": \"16:39\"\n                    },\n                    \"QueryDate\": \"2019-03-27T19:39:31.0625311Z\"\n                }\n            ]\n        }\n    ],\n    \"QueryId\": \"84bea04b-dcd6-4d17-9c23-ee2ecdbb7bbf\",\n    \"ElapsedMilliseconds\": 5020,\n    \"Status\": {\n        \"ondemand_phone_portability\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"81ad3823-8cea-4f06-8e6d-935b59b2c299"}],"id":"245650b8-9aed-48b9-80cd-9cc68cd6f291","event":[{"listen":"prerequest","script":{"id":"36ab1cd4-7ea3-4576-a3a7-859c73cda582","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a027757e-04f4-4091-baa3-ff038bbc95c8","type":"text/javascript","exec":[""]}}],"_postman_id":"245650b8-9aed-48b9-80cd-9cc68cd6f291","description":""}],"id":"4fddc673-d15d-4bd0-9573-49a1a19afce0","description":"<p>On Demand services are queries executed in real-time, for which it is neither technically nor viable to maintain offline bases and data history of what was consulted. All services listed here are available for API call separately from the other data.</p>\n<ul>\n<li><strong>Attention:</strong> On Demand queries are not eligible for the discount of 500 free consultations per month, they will always be charged.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"55fe5d64-689d-40a1-9d01-77f57a88eec0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1bfe0146-e6d2-457a-8377-e7d977dffa75","type":"text/javascript","exec":[""]}}],"_postman_id":"4fddc673-d15d-4bd0-9573-49a1a19afce0"},{"name":"Views API ","item":[{"name":"Create","id":"3f13a57d-fb33-48cd-b4f7-3234b3bd610a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"api_name\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Add","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Possible values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Api</td>\n<td>People, Companies, Validations, Custom, Misc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["views","Add"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"382a2371-02a0-47f0-ab81-b4e2f5ff8053","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"api_name\",\r\n\t\"Datasets\": \"seu_dataset1,seu_dataset2,seu_dataset3\",\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"QueryId\": \"70439b46-cbd2-4bd8-8d15-23857eaa4131\",\n    \"ElapsedMilliseconds\": 750,\n    \"Status\": {\n        \"api\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"f25fd723-7d74-46cf-ad90-193095e5509a","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://bigboost.bigdatacorp.com.br/views/Add?Api=api_name&Datasets=seu_dataset1,seu_dataset2,seu_dataset3&View=your_view&AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["views","Add"],"query":[{"key":"Api","value":"api_name"},{"key":"Datasets","value":"seu_dataset1,seu_dataset2,seu_dataset3"},{"key":"View","value":"your_view"},{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\"QueryId\": \"70439b46-cbd2-4bd8-8d15-23857eaa4131\",\r\n\"ElapsedMilliseconds\": 750,\r\n\"Status\": {\r\n\"api\": [\r\n{\r\n\"Code\": 0,\r\n\"Message\": \"OK\"\r\n}\r\n]\r\n}\r\n}"}],"_postman_id":"3f13a57d-fb33-48cd-b4f7-3234b3bd610a"},{"name":"Detail","id":"64b83801-6ba2-4fbf-95c9-cefc5a4c7a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Details","description":"<p>The detail call allows the user to visualize all views that are associated with his <em>AccessToken</em>. The result node contains a list with all associated views as well as the description of each.</p>\n","urlObject":{"protocol":"https","path":["views","Details"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"a9d35497-26ef-4e98-af0a-9e521bd2c488","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\"\r\n}\r\n\r\n"},"url":"https://bigboost.bigdatacorp.com.br/views/Details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"view_name_1\": {\n            \"CreationDate\": \"2018-09-03T21:19:52.7162586Z\",\n            \"LastUpdateDate\": \"2018-09-04T18:39:15.1957757Z\",\n            \"Api\": \"People\",\n            \"Datasets\": \"basic_data,emails\"\n        },\n        \"view_name_2\": {\n            \"CreationDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"LastUpdateDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"Api\": \"Companies\",\n            \"Datasets\": \"basic_data,phones,addresses\"\n        }\n    },\n    \"QueryId\": \"253d6ab1-d620-4518-b9b8-9e516477bc0f\",\n    \"ElapsedMilliseconds\": 20,\n    \"Status\": {\n        \"api\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"},{"id":"b50a0cde-b43d-4227-9b21-646605a8a9a1","name":"GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://bigboost.bigdatacorp.com.br/views/Details?AccessToken=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["views","Details"],"query":[{"key":"AccessToken","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"view_name_1\": {\n            \"CreationDate\": \"2018-09-03T21:19:52.7162586Z\",\n            \"LastUpdateDate\": \"2018-09-04T18:39:15.1957757Z\",\n            \"Api\": \"People\",\n            \"Datasets\": \"basic_data,emails\"\n        },\n        \"view_name_2\": {\n            \"CreationDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"LastUpdateDate\": \"2018-09-04T19:01:22.2353159Z\",\n            \"Api\": \"Companies\",\n            \"Datasets\": \"basic_data,phones,addresses\"\n        }\n    },\n    \"QueryId\": \"253d6ab1-d620-4518-b9b8-9e516477bc0f\",\n    \"ElapsedMilliseconds\": 20,\n    \"Status\": {\n        \"api\": [\n            {\n                \"Code\": 0,\n                \"Message\": \"OK\"\n            }\n        ]\n    }\n}"}],"_postman_id":"64b83801-6ba2-4fbf-95c9-cefc5a4c7a90"},{"name":"Update","id":"1ba81fa8-23a3-4ff0-9618-11844b6a8590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"api_name\",\r\n\t\"Datasets\": \"your_dataset1,your_dataset2,your_dataset3\",\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Possible Values</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Api</td>\n<td>People, Companies, Validations, Custom, Misc</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong>Note:</strong> you can update just one of the 2 fields. There is no need to update both at the same time.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["views","Update"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"132242f7-3ca9-48b3-a9d4-4bd070503ccd","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"api_name\",\r\n\t\"Datasets\": \"your_dataset1,your_dataset2,your_dataset3\",\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"},{"id":"4b087b90-7546-441c-88fa-2392ccaf2779","name":"GET","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"Api\": \"api_name\",\r\n\t\"Datasets\": \"your_dataset1,your_dataset2,your_dataset3\",\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Update"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1ba81fa8-23a3-4ff0-9618-11844b6a8590"},{"name":"Delete","id":"8a484328-4117-4a62-bcd8-663fc81228a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete","urlObject":{"protocol":"https","path":["views","Delete"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"59d46db9-c016-4a38-b757-009a7a50e5f9","name":"GET","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"},{"id":"726a55d2-9d72-464b-ac6c-715ccce9dc8e","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"View\": \"your_view\",\r\n\t\"AccessToken\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/views/Delete"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"QueryId\": \"2e0fcec7-abb5-46c1-aed4-55c7850539c6\",\n  \"ElapsedMilliseconds\": 44,\n  \"Status\": {\n    \"api\": [\n      {\n        \"Code\": 0,\n        \"Message\": \"OK\"\n      }\n    ]\n  }\n}"}],"_postman_id":"8a484328-4117-4a62-bcd8-663fc81228a5"}],"id":"0f8fe655-0f11-4e19-838a-6f36ff65d26c","description":"<p>The Views API allows you to save a set of datasets for use in the other query APIs. The advantage of creating a view is that once it is created, the user will no longer need to inform the set of datasets in the enrichment URL since they will already be associated with the view.</p>\n<p>To perform queries using Views you need to fill in some parameters that are shown in the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>View</td>\n<td>View Name</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Search Keys</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>Access Token</td>\n</tr>\n</tbody>\n</table>\n</div><p>A view acts as an alias for a data set, where all calls are made through HTTP / HTTPS requests via Get or Post. Below is an example of the URL format that should be used for a Get and Post call for a Companies API query:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/companies\">https://bigboost.bigdatacorp.com.br/companies</a>?<br />\nView=<strong>your_view</strong>&amp;<br />\nq=<strong>doc{xxxxxxxxxxxxxx}</strong>&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"View\": \"<strong>your_view</strong>\",<br />\n  \"q\": \"<strong>doc{xxxxxxxxxxxxxx}</strong> \",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"9e9fe9d2-0e19-494e-8bb0-20d0b961f96c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ab14e72-5b82-4ee6-8c35-d08f4ffa4c6c","type":"text/javascript","exec":[""]}}],"_postman_id":"0f8fe655-0f11-4e19-838a-6f36ff65d26c"},{"name":"Events API","item":[{"name":"QueryId","id":"f27bfef8-4abb-4a10-8bf7-33311ad28659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\",\r\n\t\"QueryId\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/events","urlObject":{"protocol":"https","path":["events"],"host":["bigboost","bigdatacorp","com","br"],"query":[],"variable":[]}},"response":[{"id":"5a382fe7-4406-46ef-8728-908233b43225","name":"GET","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://bigboost.bigdatacorp.com.br/events?AccessToken=&QueryId=","protocol":"https","host":["bigboost","bigdatacorp","com","br"],"path":["events"],"query":[{"key":"AccessToken","value":""},{"key":"QueryId","value":""}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QueryDate\": \"2019-01-01T00:00:02.987Z\",\r\n    \"QueryId\": \"\",\r\n    \"UserIp\": \"\",\r\n    \"UserName\": \"\",\r\n    \"Domain\": \"\",\r\n    \"Datasets\": \"\",\r\n    \"Parameters\": \"\",\r\n    \"Result\": \"\",\r\n    \"DatasetsStatus\": {\r\n        \"dataset_name\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    },\r\n    \"Status\": {\r\n        \"Code\": 0,\r\n        \"Message\": \"OK\"\r\n    }\r\n}"},{"id":"b3a39b1e-f151-4d9e-b5e8-b4b3579e7997","name":"POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"AccessToken\": \"\",\r\n\t\"QueryId\": \"\"\r\n}"},"url":"https://bigboost.bigdatacorp.com.br/events"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"QueryDate\": \"2019-01-01T00:00:02.987Z\",\r\n    \"QueryId\": \"\",\r\n    \"UserIp\": \"\",\r\n    \"UserName\": \"\",\r\n    \"Domain\": \"\",\r\n    \"Datasets\": \"\",\r\n    \"Parameters\": \"\",\r\n    \"Result\": \"\",\r\n    \"DatasetsStatus\": {\r\n        \"dataset_name\": [\r\n            {\r\n                \"Code\": 0,\r\n                \"Message\": \"OK\"\r\n            }\r\n        ]\r\n    },\r\n    \"Status\": {\r\n        \"Code\": 0,\r\n        \"Message\": \"OK\"\r\n    }\r\n}"}],"_postman_id":"f27bfef8-4abb-4a10-8bf7-33311ad28659"}],"id":"49cc6e49-db9b-4342-97a6-2d716b0a21b8","description":"<p>Events API allows developers to query our logs using QueryId parameter returned by each query made by them.</p>\n<ul>\n<li><strong>Attention:</strong> queries by QueryId are searched looking at the current and the previous month. It is not possible to query old log events using Events API.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"781f1ceb-106e-4bcb-b4b8-97c52947d8d6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d358b0ef-8963-47c9-8a32-6428b3efd494","type":"text/javascript","exec":[""]}}],"_postman_id":"49cc6e49-db9b-4342-97a6-2d716b0a21b8"}],"id":"60133deb-66a5-4744-827e-683d33aba88c","description":"<p>The BigBoost Integration Guide is a simple guide that shows how to integrate our API with the back-end of your business. If you have any questions during the process, please contact our support via email:</p>\n<p><strong><a href=\"mailto:support.bigboost@bigdatacorp.com.br\">support.bigboost@bigdatacorp.com.br</a></strong></p>\n<p>When performing a query your return is a status list, where each status is linked to a code. Each object within the status list represents a dataset.</p>\n<p>Codes ranging from -100 to -999 are related to problems in the input data:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-100</td>\n<td>User is not enabled to query BigBoost API</td>\n</tr>\n<tr>\n<td>-101</td>\n<td>BigBoost user has expired</td>\n</tr>\n<tr>\n<td>-102</td>\n<td>Invalid q parameter</td>\n</tr>\n<tr>\n<td>-103</td>\n<td>There is no BigBoost API enabled for this user</td>\n</tr>\n<tr>\n<td>-104</td>\n<td>User doesn't have permission to query people API</td>\n</tr>\n<tr>\n<td>-105</td>\n<td>User doesn't have permission to query companies API</td>\n</tr>\n<tr>\n<td>-106</td>\n<td>User doesn't have permission to query validations API</td>\n</tr>\n<tr>\n<td>-107</td>\n<td>User doesn't have permission to query custom API</td>\n</tr>\n<tr>\n<td>-108</td>\n<td>User doesn't have permission to query misc API</td>\n</tr>\n<tr>\n<td>-109</td>\n<td>Dataset not available</td>\n</tr>\n<tr>\n<td>-110</td>\n<td>Dataset does not exist</td>\n</tr>\n<tr>\n<td>-111</td>\n<td>Invalid access token</td>\n</tr>\n<tr>\n<td>-112</td>\n<td>Access token not found</td>\n</tr>\n<tr>\n<td>-113</td>\n<td>Invalid view parameter</td>\n</tr>\n<tr>\n<td>-114</td>\n<td>Doc parameter must be filled out</td>\n</tr>\n<tr>\n<td>-115</td>\n<td>Invalid date. Please check date_format parameter</td>\n</tr>\n<tr>\n<td>-116</td>\n<td>This view already exists. Change view name and try again</td>\n</tr>\n<tr>\n<td>-118</td>\n<td>Email parameter must be filled out</td>\n</tr>\n<tr>\n<td>-119</td>\n<td>Not found in cache</td>\n</tr>\n<tr>\n<td>-120</td>\n<td>Specified locale is not supported</td>\n</tr>\n<tr>\n<td>-121</td>\n<td>Phone parameter must be filled out</td>\n</tr>\n<tr>\n<td>-122</td>\n<td>Name parameter must be filled out</td>\n</tr>\n<tr>\n<td>-123</td>\n<td>Birth date parameter must be filled out</td>\n</tr>\n<tr>\n<td>-124</td>\n<td>View not found</td>\n</tr>\n<tr>\n<td>-125</td>\n<td>Invalid Dataset Syntax</td>\n</tr>\n<tr>\n<td>-126</td>\n<td>Invalid Q Syntax</td>\n</tr>\n<tr>\n<td>-127</td>\n<td>View is not enabled for this API</td>\n</tr>\n<tr>\n<td>-128</td>\n<td>You have reached the query limit for this dataset</td>\n</tr>\n<tr>\n<td>-129</td>\n<td>The IP Address used for this request is not enabled for this user</td>\n</tr>\n</tbody>\n</table>\n</div><p>Codes ranging from -1000 to -1199 are related to login issues:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1000</td>\n<td>Access token is not linked with BigBoost account.</td>\n</tr>\n<tr>\n<td>-1001</td>\n<td>Unable open user session.</td>\n</tr>\n<tr>\n<td>-1002</td>\n<td>Unable to load BigBoost metadata.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Codes ranging from -1200 to -1999 are related to API issues:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1200</td>\n<td>Unexpected error. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1201</td>\n<td>Dataset is too slow. Please try again in a few minutes.</td>\n</tr>\n<tr>\n<td>-1202</td>\n<td>Invalid data source credentials. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1203</td>\n<td>Dataset disabled temporarily.</td>\n</tr>\n<tr>\n<td>-1204</td>\n<td>Unable to create view. Please contact our support team.</td>\n</tr>\n<tr>\n<td>-1205</td>\n<td>Catalog Not Found.</td>\n</tr>\n<tr>\n<td>-1206</td>\n<td>Contract Not Found.</td>\n</tr>\n<tr>\n<td>-1207</td>\n<td>Unable to load query limit for this dataset</td>\n</tr>\n<tr>\n<td>-1208</td>\n<td>Unable to update query limit for this dataset</td>\n</tr>\n</tbody>\n</table>\n</div><p>Codes that range from -2000 onwards are related to on demand queries:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-2000</td>\n<td>Unable to find neural network files to recognize captchas.</td>\n</tr>\n<tr>\n<td>-2001</td>\n<td>Unable to recognize captcha.</td>\n</tr>\n<tr>\n<td>-2002</td>\n<td>Unable to process captcha image.</td>\n</tr>\n<tr>\n<td>-2003</td>\n<td>Website redirected to an unknown page.</td>\n</tr>\n<tr>\n<td>-2004</td>\n<td>Unable to download captcha image.</td>\n</tr>\n<tr>\n<td>-2005</td>\n<td>Unable to parse data.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"selecting-fields-from-a-dataset\">Selecting fields from a dataset</h1>\n<p>When performing a query it is possible to choose the parameters that you want to return in each dataset. The fields that are possible to select are available in the return JSON of each dataset, see the return examples for each. The example below shows a GET and POST call by selecting only name and date of birth in the dataset 'Basic Data' for people:</p>\n<p><strong>Get:</strong></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>? <br />\nDatasets = <strong>basic_data{name, birthdate}</strong> &amp; <br />\nq = doc{xxxxxxxxxxx} &amp; <br />\nAccessToken = <br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body: <br />\n{<br />\n   \"Datasets\": \"<strong>basic_data{name, birthdate}</strong>\", <br />\n   \"q\": \"doc{xxxxxxxxxxx} \", <br />\n   \"AccessToken\": \"\" <br />\n} <br /></p>\n<ul>\n<li><strong>Note:</strong> In ondemand queries it is not possible to perform this selection of fields for return.</li>\n</ul>\n<h1 id=\"reference-date\">Reference Date</h1>\n<p>When you make any queries, you can also pass a reference date as a parameter, using the date format yyyy-MM-dd (for example, 2019-06-05). This date is used as a reference for queries performed in the API or through back-tests, where it returns the data as it was on the date in question.</p>\n<p>The example below shows a GET and POST using a reference date at 'Addresses' dataset for people:</p>\n<p><strong>Get:</strong> <br /></p>\n<p><a href=\"https://bigboost.bigdatacorp.com.br/peoplev2\">https://bigboost.bigdatacorp.com.br/peoplev2</a>?<br />\nDatasets=<strong>addresses</strong>&amp;<br />\nq=doc{xxxxxxxxxxx},referencedate{2018-09-03}&amp;<br />\nAccessToken=<br /></p>\n<p><strong>Post:</strong> <br /></p>\n<p>Body:<br />\n{<br />\n  \"Datasets\": \"<strong>addresses</strong>\",<br />\n  \"q\": \"doc{xxxxxxxxxxx},referencedate{2018-09-03}\",<br />\n  \"AccessToken\": \"\"<br />\n}<br /></p>\n<ul>\n<li><strong>Note:</strong> In case of invalid date, will be consider current date as reference date, which means a query without reference date.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"cd2b2c03-9f6e-405a-a6af-15805887b267","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"29afbb3a-4b77-47bd-9ec7-3d6cf899e80a","type":"text/javascript","exec":[""]}}],"_postman_id":"60133deb-66a5-4744-827e-683d33aba88c"}],"event":[{"listen":"prerequest","script":{"id":"3a931248-2153-42d3-82c4-31d22514006d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"422ac3a2-c89c-4cb4-a3b0-0e9817423355","type":"text/javascript","exec":[""]}}]}