Version 4.0.24.18 (latest)
Get information about a datagroup.
Request
GET
/datagroups/{datagroup_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
datagroup_id
ID of datagroup.
Response
200: Datagroup
Datatype
Description
(object)
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