Hi, I have a question about InstalledappId.
As I know, InstalledappId is generated by smartthings cloud when user begins COFIGURATION life cycle to install smartApp and it is delivered to smartApp in INITIALIZE phase first.
I know that subscription and schedule API needs InstalledAppId as a parameter.
We create smartApp to implement automation and subscription and schedule APIs are necessary for that and those APIs need InstalledappId.
We can get appId when we create an app via /apps API with POST method.
So my question is why do we need InstalledappId besides appId.
Why it isn’t enough only with appId, why do we have to get InstalledappId to register any subscription or schedule?
Thanks.