get http://<host>:9100/api/versioned/v1/datasets//attributes
List a dataset's attributes
Specifying which attributes to retrieve
The optional parameter
id=<attributeName>
can be included in the query for one or more attributes. If noid
s are specified, the full list of attributes will be returned.
Response Fields
Returns a list of JSON objects. For each attribute, the name and data type are returned.
Field | Description |
---|---|
name | The name of the attribute. |
type | The type of the attribute. Will contain a base type. For certain base types, such as array or map , it will also contain an inner type describing the type contained by the base type (e.g. boolean or int). |