Version 4.0.24.14
Get information about all Integrations.
Request
GET
/integrations
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields.
integration_hub_id
Filter to a specific provider
Response
200: Integration
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
id
lock
ID of the integration.
integration_hub_id
lock
ID of the integration hub.
label
lock
Label for the integration.
description
lock
Description of the integration.
enabled
Whether the integration is available to users.
params
Expand IntegrationParam definition...
name
Name of the parameter.
label
lock
Label of the parameter.
description
lock
Short description of the parameter.
required
lock
Whether the parameter is required to be set to use the destination. If unspecified, this defaults to false.
has_value
lock
Whether the parameter has a value set.
value
The current value of the parameter. Always null if the value is sensitive. When writing, null values will be ignored. Set the value to an empty string to clear it.
user_attribute_name
When present, the param's value comes from this user attribute instead of the 'value' parameter. Set to null to use the 'value'.
sensitive
lock
Whether the parameter contains sensitive data like API credentials. If unspecified, this defaults to true.
per_user
lock
When true, this parameter must be assigned to a user attribute in the admin panel (instead of a constant value), and that value may be updated by the user as part of the integration flow.
delegate_oauth_url
lock
When present, the param represents the oauth url the user will be taken to.
supported_formats
supported_action_types
supported_formattings
supported_visualization_formattings
supported_download_settings
icon_url
lock
URL to an icon for the integration.
uses_oauth
lock
Whether the integration uses oauth.
required_fields
Expand IntegrationRequiredField definition...
tag
lock
Matches a field that has this tag.
any_tag
all_tags
privacy_link
lock
Link to privacy policy for destination
delegate_oauth
lock
Whether the integration uses delegate oauth, which allows federation between an integration installation scope specific entity (like org, group, and team, etc.) and Looker.
installed_delegate_oauth_targets
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
Examples
Ruby
https://github.com/looker-open-source/sdk-codegen/blob/main/examples/ruby/test_integrations.rb |
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt |
Swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift |