You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"raw": "{{baseUrl}}/rest/data/Opportunity/graph?filter={\"status\":{\"$in\":[\"Nova\",\"Em Visitação\",\"Contrato\",\"Ofertando Imóveis\",\"Proposta\"]}}&graphConfig={\"type\":\"bar\",\"categoryField\":\"status\",\"aggregation\":\"count\",\"xAxis\":{\"field\":\"status\",\"label\":\"Status\"},\"yAxis\":{\"field\":\"code\",\"label\":\"Quantidade\"},\"title\":\"Oportunidades por Status\"}",
769
799
"host": ["{{baseUrl}}"],
@@ -789,7 +819,13 @@
789
819
"name": "Graph - Bar Chart by Status (Sum Values)",
790
820
"request": {
791
821
"method": "GET",
792
-
"header": [],
822
+
"header": [
823
+
{
824
+
"key": "Authorization",
825
+
"value": "{{authToken}}",
826
+
"type": "text"
827
+
}
828
+
],
793
829
"url": {
794
830
"raw": "{{baseUrl}}/rest/data/Opportunity/graph?filter={\"status\":{\"$in\":[\"Nova\",\"Em Visitação\",\"Contrato\",\"Ofertando Imóveis\",\"Proposta\"]}}&graphConfig={\"type\":\"bar\",\"categoryField\":\"status\",\"aggregation\":\"sum\",\"xAxis\":{\"field\":\"status\",\"label\":\"Status\"},\"yAxis\":{\"field\":\"amount.value\",\"label\":\"Valor Total\"},\"title\":\"Valor Total por Status\"}",
795
831
"host": ["{{baseUrl}}"],
@@ -815,7 +851,13 @@
815
851
"name": "Graph - Bar Chart by Director",
816
852
"request": {
817
853
"method": "GET",
818
-
"header": [],
854
+
"header": [
855
+
{
856
+
"key": "Authorization",
857
+
"value": "{{authToken}}",
858
+
"type": "text"
859
+
}
860
+
],
819
861
"url": {
820
862
"raw": "{{baseUrl}}/rest/data/Opportunity/graph?filter={\"status\":{\"$in\":[\"Nova\",\"Em Visitação\",\"Contrato\",\"Ofertando Imóveis\",\"Proposta\"]}}&graphConfig={\"type\":\"bar\",\"categoryField\":\"_user.director.nickname\",\"aggregation\":\"count\",\"xAxis\":{\"field\":\"_user.director.nickname\",\"label\":\"Diretor\"},\"yAxis\":{\"field\":\"code\",\"label\":\"Quantidade\"},\"title\":\"Oportunidades por Diretor\"}",
821
863
"host": ["{{baseUrl}}"],
@@ -841,7 +883,13 @@
841
883
"name": "Graph - Pie Chart",
842
884
"request": {
843
885
"method": "GET",
844
-
"header": [],
886
+
"header": [
887
+
{
888
+
"key": "Authorization",
889
+
"value": "{{authToken}}",
890
+
"type": "text"
891
+
}
892
+
],
845
893
"url": {
846
894
"raw": "{{baseUrl}}/rest/data/Opportunity/graph?filter={\"status\":{\"$in\":[\"Nova\",\"Em Visitação\",\"Contrato\",\"Ofertando Imóveis\",\"Proposta\"]}}&graphConfig={\"type\":\"pie\",\"categoryField\":\"status\",\"aggregation\":\"count\",\"yAxis\":{\"field\":\"code\"},\"title\":\"Distribuição por Status\"}",
0 commit comments