List biddings.

Fields

id (integer)

Primary key.

title (string)

Title of bidding.

short (string)

Short description of bidding.

description (string)

Full description of bidding.

mode (string)

Mode of submission.

url (string)

URL to web presence.

short (boolean)

Bidding running or not.

funders (integer[])

List of foreign keys to funders for this bidding.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • funders
  • deadlines
  • endowments

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • running

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • title: iexact, contains, icontains
  • mode: iexact, contains, icontains
  • funders: in
  • start: gt, gte, lt, lte, date
GET /v1/research/bidding/?format=api&offset=20
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 23,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/bidding/?format=api&limit=20",
    "results": [
        {
            "id": 1036,
            "title": "EIT Health: New Models to Deliver Healthcare 2026",
            "short": "Deadline: 06.05.2026

\r\nThe New Models to Deliver Healthcare (NMDH) Call aims to bridge the gap between proven, market-ready health solutions at Innovation Maturity Level (IML) 8 to 9 and their adoption in real-world healthcare systems. This call offers funding for collaborative, industry-led, payor-supported and patient-centric projects that implement and scale value-based healthcare models.", "description": "Projects must be led by a commercialising entity providing a CE-marked digital medical or in-vitro diagnostics device at IML 8–9. Consortia must include at least two organisations from different countries and represent at least two sectors from industry, research, or education. Key roles in the consortium should include: \r\n
  • Commercialising entity (providing the CE-marked device)\r\n
  • Healthcare provider\r\n
  • Health economics partner\r\n
  • IT integration partner\r\n
  • Payor (at minimum as a formal advisor with a signed letter of involvement)
    \r\n\r\nThis call supports projects that aim to implement, scale, and demonstrate the impact of innovative healthcare solutions in practice.", "mode": "online", "url": "https://eithealth.eu/opportunity/nmdh-call/", "running": false, "start": "2026-02-27T14:03:43+01:00", "funders": [ 10 ], "deadlines": [ 2520 ], "endowments": [ 1169 ] }, { "id": 927, "title": "LExA – Leadership Excellence Award in Research", "short": "Deadline: 22.05.2026

    \r\nDas Career Center der Ludwig Boltzmann Gesellschaft vergibt auch 2026 wieder den Leadership Excellence Award in Research-LExA für herausragende und innovative Führungsqualitäten in der Forschung. ", "description": "Diese Auszeichnung stellt eine wichtige Ergänzung zu bestehenden Forschungspreisen dar und zielt darauf ab, das Thema Führung im wissenschaftlichen Umfeld sichtbarer zu machen und die Relevanz von Führungskompetenzen im wissenschaftlichen Umfeld zu unterstreichen. Mit dem \"Leadership Excellence Award in Research\" sollen gezielt Personen ausgezeichnet werden, die sich diesen Herausforderungen nicht nur stellen, sondern sie kompetent und positiv bewältigen und damit auch Vorbild und Inspiration für den wissenschaftlichen Nachwuchs sind. ", "mode": "online", "url": "https://cc.lbg.ac.at/lexa/", "running": false, "start": "2026-02-27T14:02:42+01:00", "funders": [ 2963 ], "deadlines": [ 2518 ], "endowments": [ 1059 ] }, { "id": 1035, "title": "EIT Health: Innovation Validation Call 2026", "short": "Deadline: 06.05.2026

    \r\nEIT Health is calling for innovative digital and AI-powered medical technologies that are at an Innovation Maturity Level (IML) 6 and ready for clinical validation and market launch. Selected projects will be awarded funding to run pivotal clinical studies, collect real-world evidence to demonstrate safety and efficacy, apply for regulatory approval, and prepare for market commercialisation.", "description": "Projects must be led by a commercialising company and involve consortia of at least two organisations from different countries, representing at least two sides of the Knowledge Triangle (industry, research, education).\r\nThe goal is for solutions to start at IML 6 and reach IML 7 by the end of the project.", "mode": "online", "url": "https://eithealth.eu/opportunity/innovation-validation/", "running": false, "start": "2026-02-27T14:03:19+01:00", "funders": [ 10 ], "deadlines": [ 2519 ], "endowments": [ 1168 ] } ] }