Get an auto-generated business description
get/instances/{instanceId}/businessDescription
Given an instance ID for a dataset generate a description for that dataset. The dataset must have a subtype such as CAStable or SASTable. Date formats will default to en-US if the Accept-Language header is not specified or a non-supported language.
1This dataset contains information about health. This dataset contains information about the following entities: <b>individual</b>.2This dataset contains information from multiple <b>city</b> and <b>state</b> locations.3The most important columns are <b>date</b>.4The storage format is <b>ORC</b>.5The frequency of observations is <b>yearly</b>. The data was collected on <b>4/19/22</b>.6The data contains outliers and has values that could be considered <b>private</b>.7
Name | Type | Required | Description |
---|---|---|---|
region | string | false | The region code to use for formatting dates in the description |
suppressMostImportantColumns | boolean | false | Set to true to suppress the "most important columns" aspect of the description. Defaults to false. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema |