From b190dad6899f6955fea69d8f44230c2e502ad798 Mon Sep 17 00:00:00 2001 From: Sjoerd Barten Date: Tue, 18 Jun 2024 10:09:33 +0200 Subject: [PATCH] Add files via upload --- PostAPI.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 PostAPI.json diff --git a/PostAPI.json b/PostAPI.json new file mode 100644 index 0000000..16a4709 --- /dev/null +++ b/PostAPI.json @@ -0,0 +1,15 @@ +POST https://klant.sjoerdlohuis.nl/maq/wp-json/maq/v1/sites/2/stations/2/import HTTP/1.1 +Host: maq-observations.nl +Accept: application/json +Authorization: ApiKey +Content-Type: text/csv + +TIMESTAMP,NO2,NO,NOx +yyyy-mm-dd HH:MM:SS UTC,ppb,ppb,ppb +2022-12-30 23:00:10,4.5,-2.9,1.6 +2022-12-30 23:00:15,4.5,-2.8,1.7 +2022-12-30 23:00:20,4.6,-2.9,1.7 +2022-12-30 23:00:25,4.6,-2.9,1.7 +2022-12-30 23:00:30,4.5,-2.9,1.6 +2022-12-30 23:00:35,4.1,-2.9,1.2 +2022-12-30 23:00:40,3.7,-3.0,0.8 \ No newline at end of file