In the version 4.2.2 API, when I use /module to get a list of modules, the moduleID is always null.
How can I get moduleID through API?
Hello, everyone,
If the moduleId cannot be get, many wedget-related APIs, such as getModuleProperties, cannot be used.
Please help me.
MarkMiura
Self return,
I found that the Module is identified by type, not moduleId.
Adding widgets to the playList is now possible without any problems.
Thanks for sharing this! Is there anything else that you need help with?
It appears that getModuleProperties searches for modules by getById().
Therefore, getModuleProperties will not work correctly without the id.
After all, it seems that the id is not set at the module loading stage.
As a workaround, I will go through the process of getting all the module information with getModules and extracting the properties from it.
getModuleProperties will hopefully be fixed.
version 4.2.2