getDataType
Fetch a single data type record by its ID. Provide the required data_id parameter to retrieve the record details returned in a success response with a record array.
Instructions
Get a single data type - Fetch a single datatype record. Read-only.
Use when: fetching one data type's record by ID.
Required: data_id.
See also: listDataTypes (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | Data type primary key |