cURL
curl --request GET \ --url https://example.com/v1/api/data/v2/datasources/{DATASET_ID}/schemas/latest \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "schema": { "columns": [ { "type": "STRING", "name": "Example Column", "id": "col_1", "visible": true, "metadata": { "colLabel": "Example Column Label", "colFormat": "", "isEncrypted": false } } ] } }
Retrieves the latest schema definition for a given Dataset ID.
Domo Developer Token for authentication.
The ID of the Dataset.
"aa7d9422-9abe-4581-bbf3-4a8cb5d3fc25"
OK. Returns the schema object.
Show child attributes