Data management and advertising for life sciences

API - Application Program Interface


How to use the web-service API

  1. ADD
    • Adds a new record.
    • Donor details, sample details, reports, text files, image files and all the other eGenVar entities are added the same way.
  2. TAG
    • Attach a tag to a record. 
  3. RELATE
    • Record a relationship.
    • This records information like a file was derived from a nother.
  4. SEARCH
    • Search using tags or entities attributes (e.g. name of a sample)
  5. RELATE
    • Record a relationship.
    • This records information like a file was derived from a nother.
  6. DELETE
    • Delete records
  7. UPDATE
    • Update information

Technical details.

The EGDMS uses web-services, which is a way for machines or programs to communicate with each other, without any barriers like the operating system or the programming language. In practice however, initial configurations to connect to the web-service may take time, specially if you are not experienced with how SOAP and REST works. To overcome this, we are providing clients in multiple languages. Currently we have Java, R, Python and we will extend the list if there are requests.