Error
A valid request URL is required to generate request examples{
"results": {
"offset": 123,
"total": 123,
"missingSlugs": [
"<string>"
],
"externalConnections": [
{
"customHeaders": {},
"oauthScopes": [
"<string>"
],
"apiKeyLocation": "header",
"apiKeyName": "<string>",
"rateLimitPerMinute": 123,
"timeoutMs": 123,
"requestMaxBytes": 123,
"responseMaxBytes": 123,
"allowedContentTypes": [
"<string>"
],
"allowedMethods": [
"GET"
],
"allowedPathPrefixes": [
"<string>"
],
"instructions": "<string>",
"origin": "<string>",
"authType": "none",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "external_connection",
"allowDataAppBuilderLinking": true,
"allowBrowserImages": true
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List external connections as code
Get data-app external connections in code representation. Enterprise only; requires the manage ExternalConnection permission. Secrets are never included.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
code
/
externalConnections
Error
A valid request URL is required to generate request examples{
"results": {
"offset": 123,
"total": 123,
"missingSlugs": [
"<string>"
],
"externalConnections": [
{
"customHeaders": {},
"oauthScopes": [
"<string>"
],
"apiKeyLocation": "header",
"apiKeyName": "<string>",
"rateLimitPerMinute": 123,
"timeoutMs": 123,
"requestMaxBytes": 123,
"responseMaxBytes": 123,
"allowedContentTypes": [
"<string>"
],
"allowedMethods": [
"GET"
],
"allowedPathPrefixes": [
"<string>"
],
"instructions": "<string>",
"origin": "<string>",
"authType": "none",
"name": "<string>",
"slug": "<string>",
"version": 123,
"contentType": "external_connection",
"allowDataAppBuilderLinking": true,
"allowBrowserImages": true
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI