Scenario:
- Many API commands sent to GadgetKeeper involve interacting with a "property" of a "thing"
- A typical command would either set/get property details or create/delete a property
- These commands need a both a "Thing Id" and a "Property Id" in order to perform the interaction
- The "Thing Id" is obtained as shown in Thing Id
- The "Property Id" is obtained as shown the the following procedure:
Procedure:
- In the "Things" tab, select the desired "thing" to open its tab
- In the "Properties" section of this tab, select the property to open the "Details" panel for it
- Double click on the Id to select it, and then copy the Property Id
- The "Property Id" can now be pasted in any API command (REST API, cURL, etc.) that requires a Property Id to access properties of a thing