Get DataSet
Retrieves the details of an existing DataSet.
Parameters
Parameter | Description |
---|---|
DataSet ID | The ID of the DataSet. |
Example Output
{
"id": "08a061e2-12a2-4646-b4bc-20beddb403e3",
"name": "Timeline Feed",
"description": "Important",
"rows": 1,
"columns": 6,
"schema": {
"columns": [
{
"type": "STRING",
"name": "Name"
}
]
},
"createdAt": "2015-12-10T07:06:14Z",
"updatedAt": "2016-02-29T20:56:20.567Z",
"pdpEnabled": false,
"policies": [
{
"id": 8,
"type": "user",
"name": "Only Show Attendees",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": false
}
],
"users": [
27
],
"groups": []
}
]
}
Workflow Library Example
Get Dataset with Domo and Send Results Via Email
Preview this Workflow on desktop