TYM Plugin
Plugin for getting information about TYM products and attachments.
- Name For Model
- tym
- Website
- tym.world
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 2 months ago
- Contact
- [email protected]
- Description For Model
- The TYM Plugin is designed to facilitate the management and querying of TYM products and attachments. The plugin provides four primary functions: retrieving a list of products based on specific parameters, obtaining all products, getting products by their node name, and fetching attachments for a specific model. When using the getProducts function, you can specify parameters such as the parent product, the number of products to skip and limit, the order of products, and the culture for localization. The 'getAllProducts' function retrieves all products without any filtering or sorting. The 'getProductsByNodeName' function allows you to fetch products based on their node names, and you can choose to ignore attachments if needed. Lastly, the getAttachments function fetches attachments for a specific model.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getProducts | GET | Get a list of products |
2 | getAllProducts | GET | Get all products |
3 | getProductsByNodeName | GET | Get products by node name |
4 | getAttachments | GET | Get attachments for a model |