{"info":{"_postman_id":"c52b5e51-8d13-42b6-bb74-4c04b5d4e444","name":"Geckoboard - Shared","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Custom Widgets","item":[{"name":"Text widget","id":"a3a73b42-9966-4f5d-85d7-15c8d1b0eb93","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"api_key\":\"your-api-key\",\"data\": {\"item\":[{\"text\":\"The only true wisdom is in knowing that you know nothing - Socrates\",\"type\":0}]}}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"RAG widget","id":"aa71e6bb-4804-4ca5-8132-5117e6708d5c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\": {\n     \"item\": [\n    {\n      \"value\": 10,\n      \"text\": \"Hulk\"\n    },\n    {\n      \"value\": 22,\n      \"text\": \"Thor\"\n    },\n    {\n      \"value\": 48,\n      \"text\": \"Captain America\"\n    }\n      ]\n  }\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"List widget","id":"226d38f0-c699-4713-8b2f-1c8125286c60","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"api_key\":\"your-api-key\",\n   \"data\":[\n      {\n         \"title\":{\n            \"text\":\"Tony Stark\"\n         },\n         \"label\":{\n            \"name\":\"Billionaire playboy\",\n            \"color\":\"#FF0000\"\n         },\n         \"description\":\"The truth is, I am Ironman.\"\n      },\n      {\n         \"title\":{\n            \"text\":\"Peter Quill\"\n         },\n         \"label\":{\n            \"name\":\"Star Lord\",\n            \"color\":\"#FF0000\"\n         },\n         \"description\":\"I don't learn, it's one of my issues.\"\n      }\n   ]\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Number & Secondary Stat","id":"cbd383e2-d57e-4df2-93f0-c8b66d5f717d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\": {\n  \"item\": [\n    {\n      \"value\": 58723,\n      \"text\": \"Lightsabers sold!\"\n    }\n  ]\n}\n  }"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Bar chart - Simple","id":"8d88ca27-ccc5-4410-9dc4-8f56a207717f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\":{\n  \"x_axis\": {\n    \"labels\": [\"Assemble\", \"Age of Ultron\", \"Infinity War\", \"Endgame\"]\n  },\n  \"series\": [\n    {\n      \"data\": [60, 4, 251, 554]\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Column chart - Simple","id":"fed55a99-8120-4312-9f95-933f8d5c2686","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\":{\n  \"x_axis\": {\n    \"labels\": [\"Assemble\", \"Age of Ultron\", \"Infinity War\", \"Endgame\"]\n  },\n  \"series\": [\n    {\n      \"data\": [60, 4, 251, 554]\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Bar chart - Datetime","id":"37fb3098-5dd1-4465-b035-8ee9fc6592f6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\":  {\n\"x_axis\": {\n    \"type\": \"datetime\",\n    \"labels\": [\n      \"2008\",\n      \"2009\",\n      \"2010\",\n      \"2011\",\n      \"2012\",\n      \"2013\",\n      \"2014\"\n    ]\n  },\n  \"series\": [\n    {\n      \"data\": [\n        290000000,\n        0,\n        200000000,\n        290000000,\n        220000000,\n        370000000,\n        340000000\n      ]\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Bar chart - Mutli Series","id":"5698a355-6643-480c-b8eb-e114f1401817","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"your-api-key\",\n  \"data\":{\n  \"x_axis\": {\n    \"labels\": [\n      \"2008\",\n      \"2009\",\n      \"2010\",\n      \"2011\",\n      \"2012\",\n      \"2013\",\n      \"2014\"\n    ]\n  },\n  \"y_axis\": {\n    \"format\": \"currency\",\n    \"unit\": \"USD\"\n  },\n  \"series\": [\n    {\n      \"name\": \"Marvel\",\n      \"data\": [\n        848000000,\n        0,\n        623900000,\n        819000000,\n        1500000000,\n        1800000000,\n        1500000000\n      ]\n    },\n    {\n      \"name\": \"DC\",\n      \"data\": [\n        533000000,\n        0,\n        0,\n        0,\n        448000000,\n        291000000,\n        0\n      ]\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Map","id":"5c31addf-85d6-41f6-98e0-e97f1bec7e67","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n   \"api_key\":\"your-api-key\",\n   \"data\":{  \n      \"points\":{  \n         \"point\":[  \n            {  \n               \"city\":{  \n                  \"city_name\":\"London\",\n                  \"country_code\":\"UK\"\n               }\n            },\n            {  \n               \"city\":{  \n                  \"city_name\":\"New York\",\n                  \"country_code\":\"US\",\n                  \"region_code\":\"NY\"\n               }\n            },\n            {  \n               \"latitude\":\"48.2921\",\n               \"longitude\":\"25.9358\"\n            },\n            {  \n               \"latitude\":\"2.4607\",\n               \"longitude\":\"31.4942\"\n            },\n            {  \n               \"host\":\"geckoboard.com\"\n            },\n            {  \n               \"ip\":\"178.125.193.227\"\n            }\n         ]\n      }\n   }\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Leaderboard","id":"dd538e87-05ed-47cd-aa8a-ba74070612c4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"api_key\":\"your-api-key\",\n  \"data\":{\n  \"items\": [\n    {\n      \"label\": \"Peter Parker\",\n      \"value\": 234,\n      \"previous_rank\": 2\n    },\n    {\n      \"label\": \"Tony Stark\",\n      \"value\": 232,\n      \"previous_rank\": 1\n    },\n    {\n      \"label\": \"Bucky Barnes\",\n      \"value\": 230\n    },\n    {\n      \"label\": \"Natasha Romanov\",\n      \"value\": 220\n    },\n    {\n      \"label\": \"Steve Rogers\",\n      \"value\": 215,\n      \"previous_rank\": 7\n    },\n    {\n      \"label\": \"Peter Quill\",\n      \"value\": 200\n    },\n    {\n      \"label\": \"Groot\",\n      \"value\": 195,\n      \"previous_rank\": 5\n    },\n    {\n      \"label\": \"Gamora\",\n      \"value\": 190\n    },\n    {\n      \"label\": \"Bruce Banner\",\n      \"value\": 185\n    },\n    {\n      \"label\": \"Drax\",\n      \"value\": 182,\n      \"previous_rank\": 11\n    },\n    {\n      \"label\": \"Thanos\",\n      \"value\": 178,\n      \"previous_rank\": 10\n    },\n    {\n      \"label\": \"Nebula\",\n      \"value\": 172\n    },\n    {\n      \"label\": \"Steven Strange\",\n      \"value\": 166\n    },\n    {\n      \"label\": \"Carol Danvers\",\n      \"value\": 162\n    }\n  ]\n}}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Monitoring","id":"5d4cfdfd-9d8e-4688-a76f-0070705f2625","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n   \"api_key\":\"your-api-key\",\n   \"data\":{\n  \"status\": \"Up\",\n  \"downTime\": \"1029 days ago\",\n  \"responseTime\": \"593 ms\"\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Geck-O-Meter","id":"30d5675d-24ef-4483-9878-5c687eb2fe64","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\n  \"item\": 3,\n  \"min\": {\n    \"value\": 0\n  },\n  \"max\": {\n    \"value\": 6\n  }\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Line chart","id":"1ba8c38f-8b87-4075-8985-4865e56854ab","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\n  \"y_axis\": {\n    \"format\": \"currency\",\n    \"unit\": \"USD\"\n  },\n  \"series\": [\n    {\n      \"name\": \"GBP -> USD\",\n      \"data\": [\n        1.62529,\n        1.56991,\n        1.50420,\n        1.52265,\n        1.55356,\n        1.51930,\n        1.52148,\n        1.51173,\n        1.55170,\n        1.61966,\n        1.59255,\n        1.63762\n      ]\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Bullet Graph","id":"814868b0-f9fa-462b-9652-cb52623c9282","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\n  \"orientation\": \"horizontal\",\n  \"item\": {\n    \"label\": \"Revenue 2014 YTD\",\n    \"sublabel\": \"(U.S. $ in millions)\",\n    \"axis\": {\n      \"point\": [\"0\", \"200\", \"400\", \"600\", \"800\", \"1000\"]\n    },\n    \"range\": {\n      \"red\": {\n        \"start\": 0,\n        \"end\": 400\n      },\n      \"amber\": {\n        \"start\": 401,\n        \"end\": 700\n      },\n      \"green\": {\n        \"start\": 701,\n        \"end\": 1000\n      }\n    },\n    \"measure\": {\n      \"current\": {\n        \"start\": \"0\",\n        \"end\": \"500\"\n      },\n      \"projected\": {\n        \"start\": \"100\",\n        \"end\": \"900\"\n      }\n    },\n    \"comparative\": {\n      \"point\": \"600\"\n    }\n  }\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Funnel widget","id":"f233992b-c818-4c19-a453-b7aa18f85a70","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\n  \"item\":[\n    {\n      \"value\":\"87809\",\n      \"label\":\"Step1\"\n    },\n    {\n      \"value\":\"70022\",\n      \"label\":\"Step2\"\n    },\n    {\n      \"value\":\"63232\",\n      \"label\":\"Step 3\"\n    },\n    {\n      \"value\":\"53232\",\n      \"label\":\"Step 4\"\n    },\n    {\n      \"value\":\"32123\",\n      \"label\":\"Step 5\"\n    },\n    {\n      \"value\":\"23232\",\n      \"label\":\"Step 6\"\n    },\n    {\n      \"value\":\"12232\",\n      \"label\":\"Step 7\"\n    },\n    {\n      \"value\":\"2323\",\n      \"label\":\"Step 8\"\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Pie chart","id":"37445d23-c3c6-4e10-81fc-6dd5564b1055","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\n  \"item\": [\n    {\n      \"value\": 100,\n      \"label\": \"May\",\n      \"color\": \"13699c\"\n    },\n    {\n      \"value\": 160,\n      \"label\": \"June\",\n      \"color\": \"198acd\"\n    },\n    {\n      \"value\": 300,\n      \"label\": \"July\",\n      \"color\": \"60b8ec\"\n    },\n    {\n      \"value\": 140,\n      \"label\": \"August\",\n      \"color\": \"a4d7f4\"\n    }\n  ]\n}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]},{"name":"Highchart","id":"b318f511-a649-4c9c-ad0e-f854f8710ee4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"your-api-key\",\n    \"data\": {\"highchart\": \"{chart:{style: {color: \\\"#b9bbbb\\\"},renderTo:\\\"container\\\",backgroundColor:\\\"transparent\\\",lineColor:\\\"rgba(35,37,38,100)\\\",plotShadow: false,},credits:{enabled:false},title:{style: {color: \\\"#b9bbbb\\\"},text:\\\"Monthly Average Temperature\\\"},xAxis:{categories:[\\\"Jan\\\",\\\"Feb\\\",\\\"Mar\\\",\\\"Apr\\\",\\\"May\\\",\\\"Jun\\\",\\\"Jul\\\",\\\"Aug\\\",\\\"Sep\\\",\\\"Oct\\\",\\\"Nov\\\",\\\"Dec\\\"]},yAxis:{title:{style: {color: \\\"#b9bbbb\\\"}, text:\\\"Temperature\\\"}},legend:{itemStyle: {color: \\\"#b9bbbb\\\"}, layout:\\\"vertical\\\",align:\\\"right\\\",verticalAlign:\\\"middle\\\",borderWidth:0},series:[{color:\\\"#108ec5\\\",name:\\\"NewYork\\\",data:[17.0,22.0,24.8,24.1,20.1,14.1,8.6,2.5]},{color:\\\"#52b238\\\",name:\\\"Berlin\\\",data:[13.5,17.0,18.6,17.9,14.3,9.0,3.9,1.0]},{color:\\\"#ee5728\\\",name:\\\"London\\\",data:[11.9,15.2,17.0,16.6,14.2,10.3,6.6,4.8]}]}\"}\n}"},"url":"https://push.geckoboard.com/v1/send/your-widget-key"},"response":[]}],"id":"c642ff58-2cba-4903-887e-ec8187c26038"},{"name":"Datasets","item":[{"name":"Datasets authentication","id":"a126961b-a0d5-4c71-bceb-0f59e805ed7a","request":{"auth":{"type":"basic","basic":{"username":"your-api-key","showPassword":false}},"method":"GET","header":[],"url":"https://api.geckoboard.com/"},"response":[]},{"name":"Create dataset","id":"752b185c-783c-491e-80bb-fc767682dfeb","request":{"auth":{"type":"basic","basic":{"username":"your-api-key","showPassword":false}},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n \t\"id\": \"postman_example\",\n\t\t\"fields\": {\n\t\t\t\"fruit\": {\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"name\": \"Fruit\"\n\t\t\t},\n\t\t\t\"cost\": {\n\t\t\t\t\"type\":\"money\",\n\t\t\t\t\"name\":\"Cost\",\n\t\t\t\t\"currency_code\": \"USD\"\n\t\t\t},\n    \t\t\"date\": {\n        \t\t\"type\": \"date\",\n        \t\t\"name\": \"Date\"\n    \t\t},\n    \t\t\"quantity\": {\n    \t\t\t\"type\": \"number\",\n    \t\t\t\"name\": \"Quantity\"\n    \t\t}\n\t\t}\n}"},"url":"https://api.geckoboard.com/datasets/postman_example/"},"response":[]},{"name":"Add or append data","id":"b3951427-a833-4096-a481-f1765180bbd2","request":{"auth":{"type":"basic","basic":{"username":"your-api-key","showPassword":false}},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\t\"data\": [\n    {\n\t\t\"cost\": 750,\n\t\t\"date\": \"2018-02-01\",\n\t\t\"fruit\": \"Avocados\",\n\t\t\"quantity\": 2000\n\t},\n\t{\n\t\t\"cost\": 400,\n\t\t\"date\": \"2018-02-02\",\n\t\t\"fruit\": \"Apples\",\n\t\t\"quantity\": 1200\n\t},\n\t{\n\t\t\"cost\": 600,\n\t\t\"date\": \"2018-02-03\",\n\t\t\"fruit\": \"Pineapples\",\n\t\t\"quantity\": 600\n\t},\n\t{\n\t\t\"cost\": 1000,\n\t\t\"date\": \"2018-02-04\",\n\t\t\"fruit\": \"Avocados\",\n\t\t\"quantity\": 300\n\t},\n\t{\n\t\t\"cost\": 500,\n\t\t\"date\": \"2018-02-05\",\n\t\t\"fruit\": \"Bananas\",\n\t\t\"quantity\": 1000\n\t},\n\t\t{\n\t\t\"cost\": 700,\n\t\t\"date\": \"2018-02-06\",\n\t\t\"fruit\": \"Kiwis\",\n\t\t\"quantity\": 850\n\t},\n\t\t{\n\t\t\"cost\": 895,\n\t\t\"date\": \"2018-02-07\",\n\t\t\"fruit\": \"Watermelons\",\n\t\t\"quantity\": 200\n\t},\n\t\t{\n\t\t\"cost\": 1200,\n\t\t\"date\": \"2018-02-08\",\n\t\t\"fruit\": \"Oranges\",\n\t\t\"quantity\": 3000\n\t},\t\n\t\t{\n\t\t\"cost\": 675,\n\t\t\"date\": \"2018-02-09\",\n\t\t\"fruit\": \"Pitayas\",\n\t\t\"quantity\": 300\n\t},\t\n\t\t{\n\t\t\"cost\": 400,\n\t\t\"date\": \"2018-02-10\",\n\t\t\"fruit\": \"Apples\",\n\t\t\"quantity\": 1100\n\t},\n\t\t{\n\t\t\"cost\": 500,\n\t\t\"date\": \"2018-02-11\",\n\t\t\"fruit\": \"Figs\",\n\t\t\"quantity\": 850\n\t},\t\n\t\t{\n\t\t\"cost\": 350,\n\t\t\"date\": \"2018-02-12\",\n\t\t\"fruit\": \"Grapefruit\",\n\t\t\"quantity\": 700\n\t}\t\n\t]\n}"},"url":"https://api.geckoboard.com/datasets/postman_example/data"},"response":[]},{"name":"Replace data","id":"8ce69cae-00ed-485c-86fe-70f68ac036b8","request":{"auth":{"type":"basic","basic":{"username":"your-api-key","showPassword":false}},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\t\"data\": [\n    {\n\t\t\"cost\": 750,\n\t\t\"date\": \"2018-02-01\",\n\t\t\"fruit\": \"Avocados\",\n\t\t\"quantity\": 2000\n\t},\n\t{\n\t\t\"cost\": 400,\n\t\t\"date\": \"2018-02-02\",\n\t\t\"fruit\": \"Apples\",\n\t\t\"quantity\": 1200\n\t},\n\t{\n\t\t\"cost\": 600,\n\t\t\"date\": \"2018-02-03\",\n\t\t\"fruit\": \"Pineapples\",\n\t\t\"quantity\": 600\n\t},\n\t{\n\t\t\"cost\": 1000,\n\t\t\"date\": \"2018-02-04\",\n\t\t\"fruit\": \"Avocados\",\n\t\t\"quantity\": 300\n\t},\n\t{\n\t\t\"cost\": 500,\n\t\t\"date\": \"2018-02-05\",\n\t\t\"fruit\": \"Bananas\",\n\t\t\"quantity\": 1000\n\t},\n\t\t{\n\t\t\"cost\": 700,\n\t\t\"date\": \"2018-02-06\",\n\t\t\"fruit\": \"Kiwis\",\n\t\t\"quantity\": 850\n\t},\n\t\t{\n\t\t\"cost\": 895,\n\t\t\"date\": \"2018-02-07\",\n\t\t\"fruit\": \"Watermelons\",\n\t\t\"quantity\": 200\n\t},\n\t\t{\n\t\t\"cost\": 1200,\n\t\t\"date\": \"2018-02-08\",\n\t\t\"fruit\": \"Oranges\",\n\t\t\"quantity\": 3000\n\t},\t\n\t\t{\n\t\t\"cost\": 675,\n\t\t\"date\": \"2018-02-09\",\n\t\t\"fruit\": \"Pitayas\",\n\t\t\"quantity\": 300\n\t},\t\n\t\t{\n\t\t\"cost\": 400,\n\t\t\"date\": \"2018-02-10\",\n\t\t\"fruit\": \"Apples\",\n\t\t\"quantity\": 1100\n\t},\n\t\t{\n\t\t\"cost\": 500,\n\t\t\"date\": \"2018-02-11\",\n\t\t\"fruit\": \"Figs\",\n\t\t\"quantity\": 850\n\t},\t\n\t\t{\n\t\t\"cost\": 350,\n\t\t\"date\": \"2018-02-12\",\n\t\t\"fruit\": \"Grapefruit\",\n\t\t\"quantity\": 700\n\t}\t\n\t]\n}"},"url":"https://api.geckoboard.com/datasets/postman_example/data"},"response":[]},{"name":"Delete a dataset","id":"951270ba-92fc-4565-8a43-c0c6c230af1b","request":{"auth":{"type":"basic","basic":{"username":"your-api-key","showPassword":false}},"method":"DELETE","header":[],"url":"https://api.geckoboard.com/datasets/postman_example"},"response":[]}],"id":"b22a3da2-05d5-41a3-a693-6a076e429681"}]}