1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00
Vitaly the Alpaca (bot) e975cf8626 Main build (Jenkins)
2024-10-12 23:29:51 +03:00

937 B

sidebar_position
2

Get spreadsheet

Gets information about the spreadsheet by ID

Function GetSpreadsheet(Val Token, Val Identifier) Export

Parameter CLI option Type Description
Token --token String Token
Identifier --spreadsheet String Spreadsheet identifier

Returns: Map Of KeyAndValue - serialized JSON response from Google


    Token      = "ya29.a0AcM612yQIsgMPiOdOLBSBoiVfcCBuJ5T9HRP5lB04ipL2jQDnyuXGmn-IkxMKqss53fPz99sXRoX3_ZJt6s_N7YSfVzI88y_uUa2euM32...";
    Identifier = "187aOtcDnHwx1wmHhU-QuGHMWyqZptBif9IVa_tBanNk";

    Result = OPI_GoogleSheets.GetSpreadsheet(Token, Identifier);
    
  oint gsheets GetSpreadsheet --token %token% --spreadsheet "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc"