TYM Plugin

TYM Plugin

Plugin for getting information about TYM products and attachments.

Name For Model
tym
Website
tym.world
Update Date
8 months ago
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 IdHTTP MethodDescription
1getProductsGETGet a list of products
2getAllProductsGETGet all products
3getProductsByNodeNameGETGet products by node name
4getAttachmentsGETGet attachments for a model