getDataType
Retrieve a single data type record by its ID. Get the details of a specific data type for your directory site.
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 |