get_datasource_type
Retrieve a datasource type's details from GIMS Automation. Optionally exclude properties and methods to get only basic type information for large responses.
Instructions
Get a datasource type. Use include_properties=false and include_methods=false to get only basic type info (useful when full response is too large)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_id | Yes | Type ID | |
| include_methods | No | Include methods with code (default: true) | |
| include_properties | No | Include properties (default: true) |