Get the headers for an auto-generated business description
head/instances/{instanceId}/businessDescription
Given an instance ID for a dataset, get the headers for 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.
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 | |
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 |