Get All Datagroups

Version 4.0.24.6 (latest)

Get information about all datagroups.

Request

GET /datagroups
Datatype
Description
Request
HTTP Request

Response

200: Datagroup

Datatype
Description
(array)
can
object
Operations the current user is able to perform on this object
created_at
integer
UNIX timestamp at which this entry was created.
id
string
Unique ID of the datagroup
model_name
string
Name of the model containing the datagroup. Unique when combined with name.
name
string
Name of the datagroup. Unique when combined with model_name.
stale_before
integer
UNIX timestamp before which cache entries are considered stale. Cannot be in the future.
trigger_check_at
integer
UNIX timestamp at which this entry trigger was last checked.
trigger_error
string
The message returned with the error of the last trigger check.
trigger_value
string
The value of the trigger when last checked.
triggered_at
integer
UNIX timestamp at which this entry became triggered. Cannot be in the future.

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

Examples