Version 4.0.24.14 (latest)
Get information about all datagroups.
Request
GET
/datagroups
Datatype
Description
Request
Response
200: Datagroup
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
created_at
lock
UNIX timestamp at which this entry was created.
id
lock
Unique ID of the datagroup
model_name
lock
Name of the model containing the datagroup. Unique when combined with name.
name
lock
Name of the datagroup. Unique when combined with model_name.
stale_before
UNIX timestamp before which cache entries are considered stale. Cannot be in the future.
trigger_check_at
lock
UNIX timestamp at which this entry trigger was last checked.
trigger_error
lock
The message returned with the error of the last trigger check.
trigger_value
lock
The value of the trigger when last checked.
triggered_at
UNIX timestamp at which this entry became triggered. Cannot be in the future.
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
Kotlin
https://github.com/looker-open-source/sdk-codegen/blob/main/kotlin/src/test/TestMethods.kt |
TypeScript
https://github.com/looker-open-source/sdk-codegen/blob/main/packages/sdk-node/test/methods.spec.ts |
Swift
https://github.com/looker-open-source/sdk-codegen/blob/main/swift/looker/Tests/lookerTests/smokeTests.swift |