You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
---
|
||||
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
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
Token = "ya29.a0AcM612zdAe2M8Ywdxt7xmK1VAAj2m3yjTdP1Ap8cFmqbE8lVngjIAujPtjc_c94MCuKNLfn7MSssBd6NfMXDQDrHMUv7Fgjp7cjuXk68n...";
|
||||
Identifier = "1ybexzLz6S_cthsQNdMkNbOlAD3yjFzdArRm_589T_FQ";
|
||||
|
||||
Result = OPI_GoogleSheets.GetSpreadsheet(Token, Identifier);
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user