Error
A valid request URL is required to generate request examples{
"results": {
"skipped": [
{
"reason": "<string>",
"name": "<string>"
}
],
"googleSheetsSyncs": [
{
"destination": {
"tabName": "<string>",
"url": "<string>",
"organizationName": "<string>",
"spreadsheetName": "<string>",
"spreadsheetId": "<string>"
},
"includeLinks": true,
"enabled": true,
"timezone": "<string>",
"cron": "<string>",
"message": "<string>",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "google_sheets_sync",
"selectedTabs": null,
"customViewportWidth": null,
"parameters": {},
"filters": {
"tableCalculations": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
},
"metrics": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
},
"dimensions": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
}
},
"resource": {
"slug": "<string>",
"type": "chart"
},
"downloadedAt": "2023-11-07T05:31:56Z"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List Google Sheets syncs as code
Get Google Sheets syncs in code representation
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
googleSheets
/
code
Error
A valid request URL is required to generate request examples{
"results": {
"skipped": [
{
"reason": "<string>",
"name": "<string>"
}
],
"googleSheetsSyncs": [
{
"destination": {
"tabName": "<string>",
"url": "<string>",
"organizationName": "<string>",
"spreadsheetName": "<string>",
"spreadsheetId": "<string>"
},
"includeLinks": true,
"enabled": true,
"timezone": "<string>",
"cron": "<string>",
"message": "<string>",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "google_sheets_sync",
"selectedTabs": null,
"customViewportWidth": null,
"parameters": {},
"filters": {
"tableCalculations": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
},
"metrics": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
},
"dimensions": {
"or": [
{
"target": {
"fieldId": "<string>"
},
"settings": "<unknown>",
"disabled": true,
"required": true,
"caseSensitive": true,
"values": [
"<unknown>"
],
"includeNull": true,
"id": "<string>"
}
],
"id": "<string>"
}
},
"resource": {
"slug": "<string>",
"type": "chart"
},
"downloadedAt": "2023-11-07T05:31:56Z"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI