function doRequest() {
// GET Request with params
var authHeader = 'Basic ZWhvY2hhMTJfQ29jaGlzZV8......=';
var options = {
'method' : 'get',
'contentType' : 'application/json',
'accept' : 'application/json',
'muteHttpExceptions': true,
'headers' : {
Authorization : authHeader
}
};
// Call the API
var response = UrlFetchApp.fetch('https://xxx.xxx/rest/query/8a5f90c66e1a2e4b016e1c14a7141800/resultat?limite=1000&valeurNumeriqueFormatee=false', options);
var result = JSON.parse(response);
Logger.log(result);
}
Met vriendelijke groet,
|
|
|
|
|
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/1d19f3d7-eb4e-4a0e-aa65-524c591b9e6f%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAHjvmF6VjKhmJT2OXHQBm512%3DMT%3DiYPxGd9Q%3DA8BLNavcuS8hw%40mail.gmail.com.
'accept' : 'application/json',
I tested my request beforehand in Postman.
my url is :
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/1d19f3d7-eb4e-4a0e-aa65-524c591b9e6f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Met vriendelijke groet,
|
|
|
|
|
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/1d19f3d7-eb4e-4a0e-aa65-524c591b9e6f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAHjvmF6VjKhmJT2OXHQBm512%3DMT%3DiYPxGd9Q%3DA8BLNavcuS8hw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/3da8bacf-8110-495d-9a92-e818a7a046fd%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAHjvmF7WGFzz7GE9Rgp301DjYaGCR%2BVhngigzLM_S96DqmByfQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/CAJbJSrGzwzOYFsdHADU6s48r%3Did1PQbqz3jtf2k7UpRuL30zTA%40mail.gmail.com.