get_document_type
Retrieve a document type by providing its ID. Get details such as name and matching rules.
Instructions
Fetch a document type by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_type_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| slug | No | ||
| match | No | ||
| owner | No | ||
| document_count | No | ||
| is_insensitive | No | ||
| user_can_change | No | ||
| matching_algorithm | No |