/bio/ppis

  • Description

    Retrieve all PPIs in the biology layer.

  • URL (PATH)

    /bio/ppis?token={token}

  • Method

    GET

  • Authentication

    Optional (token)

  • Request parameters & Path variables
    Parameter Description
    token
    [alphanumeric]
    optional
    Optional access key to save the current query in your profile
  • Example request
                                         https://disnet.ctb.upm.es/api/disnet/bio/ppis?token=eJtdWrIisOiJt...
                                    
  • Success response (application/json)
                                        {
      "token": null,
      "authorized": false,
      "authorizationMessage": null,
      "responseCode": "200",
      "responseMessage": "OK",
      "errorsFound": [],
      "data": [
        {
          "protein1Id": "A0A087WXM9",
          "protein2Id": "O75915"
        },
        {
          "protein1Id": "A0A096LP49",
          "protein2Id": "Q9Y2H1"
        },
        ...
      ]
    }