Versions Compared

Key

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

Searching with the Genesis API

...

 How do I check which version of Genesis API I have installed?

  • Go to %Program Files (x86)%\Esha Research\GenesisAPI\bin
  • Right-click on the GenesisApi.dll and select the Details tab from the dialog that pops up

I get an error when making a request that has special characters (e.g. &).  How do I handle that?

...

In addition to the above, for applicable Request calls, make sure to include the EditDetails section as illustrated in the example requests of this documentation.  For example:

Code Block
languagetextcollapsetrue
        "EditDetails":{
            "EditMessage":"Creating New Ingredient",
            "EditCaller":{
                "Name":"Our PLM System"
            }
        }

...