Parameter | Type | Description |
---|---|---|
dataset_id | string | The unique identifier of the dataset |
Header | Type | Description |
---|---|---|
Authorization | string | Your API key for authentication |
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the dataset |
fields | object | Contains metadata about each field in the dataset |
fields
object contains the following attributes:
Attribute | Type | Description |
---|---|---|
type | string | Data type of the field (e.g., text , number , url ) |
active | boolean | Indicates if the field is currently active |
required | boolean | Indicates if the field is mandatory (if applicable) |
description | string | Brief description of the field |
dataset_id
is correct and exists in the dataset list.