Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

If a different template and/or version number are required, they can be entered in via the drop-down menus when creating the serial number

3. Create product or get product details using REST API

  1. Check out the GadkeeperAPI - Products page for details on how to perform basic product operations on GadgetKeeper API using cURL or a REST API tool.
  2. Four product operations are possible with the GadgetKeeper API:
    • Create product with given details (Product Id is returned)
    • Get product details from product Id
    • Get a list of products with their details (JSON array is returned)
    • Delete product with given Id

     3. If product Id is required, open the "Information" section of the product, and double-click on the Id number to copy it
     4. If an API Key is required, see see instructions here.

4. Add serial key or get serial key details using REST API

...

 

...

...

    • Create serial number(s) with given details for product with given Id
    • Get serial number details with given serial number Id and product Id
    • Get array of all serial numbers and details for a given product
    • Delete serial number with given serial number Id and product Id

     3. If product Id is required, open the "Information" section of the product, and double-click on the Id number to copy it
     4. If a serial number Id is required, open the "Serial Numbers" section of the product, select the serial number, and
         double-click on the Id number in the details section to copy it
     5. If an API Key is required, see see instructions here.
     6. For more information on REST API, see: