Skip to end of metadata
Go to start of metadata

Scenario:

  1. Many API commands sent to GadgetKeeper involve interacting with a "property" of a "thing"
  2. A typical command would either set/get property details or create/delete a property
  3. These commands need a both a "Thing Id" and a "Property Id" in order to perform the interaction
  4. The "Thing Id" is obtained as shown in Thing Id
  5. The "Property Id" is obtained as shown the the following procedure:

Procedure:

  1. In the "Things" tab, select the desired "thing" to open its tab
  2. In the "Properties" section of this tab, select the property to open the "Details" panel for it
  3. Double click on the Id to select it, and then copy the Property Id

 

If authorization is needed for the API command, an API Key must be obtained as shown here.

  • No labels