List projects.

Fields

id (integer)

Primary key.

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:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

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:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=440&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2244,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=460&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=420&ordering=-begin_effective",
    "results": [
        {
            "id": 8172,
            "title": {
                "de": "Entschlüsselung der Rolle der metabolischen Reprogrammierung in Neutrophilen bei Lungenkrebs",
                "en": "Deciphering the Role of Metabolic Reprogramming in Neutrophils During Lung Cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-02-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-01-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2024-05-02T11:23:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 115261,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894,
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8172-115261-10"
            ]
        },
        {
            "id": 7288,
            "title": {
                "de": "Früherkennung von Bauchspeicheldrüsenkrebsg durch Liquid biopsies",
                "en": "PANcreatic CAncer Initial Detection via liquid biopsy\r\n"
            },
            "short": "PANCAID",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2027-12-30T01:00:00+01:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2022-12-05T10:24:50+01:00",
            "program": 219,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101096309",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7288-50899-10",
                "7288-76215-12",
                "7288-120331-12"
            ]
        },
        {
            "id": 7227,
            "title": {
                "de": "Erforschung neuer Biomarker zur Früherkennung von Transplantatabstoßung",
                "en": "Novel Biomarker for the detection of heart transplant rejection"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-10-21T11:29:34+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 72301,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2801
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7227-60377-12",
                "7227-72301-10",
                "7227-91265-12",
                "7227-101322-12",
                "7227-110289-12"
            ]
        },
        {
            "id": 7622,
            "title": {
                "de": "EVI 2.0 - Evidenzbasierte Informationen zur Unterstützung von gesundheitskompetenten Entscheidungen",
                "en": "EVI 2.0 - Evidence-based health information to increase health literacy"
            },
            "short": "EVI 2.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-06-19T11:56:03+02:00",
            "program": null,
            "subprogram": null,
            "organization": 27964,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51117,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7622-51117-10"
            ]
        },
        {
            "id": 7335,
            "title": {
                "de": "Entwicklung neuer Screeningverfahren von Anti-Aging Wirkstoffen in fluoreszierenden Fadenwürmern",
                "en": "Development of new screening methods to analyze anti-aging compounds in fluorescent nematodes"
            },
            "short": "WormScreen",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2023-01-17T13:50:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7335-85069-10"
            ]
        },
        {
            "id": 7300,
            "title": {
                "de": "QCI: Proof of Concept – Secure Connectivity Austria",
                "en": "QCI: Proof of Concept – Secure Connectivity Austria"
            },
            "short": "QCI-CAT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-03-31T02:00:00+02:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-12-14T15:09:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10,
                999
            ],
            "funder_projectcode": "101091642",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7300-51663-10"
            ]
        },
        {
            "id": 7228,
            "title": {
                "de": "Real-world Evidenz für Entscheidungen bei Diabetes",
                "en": "Real-world evidence for decisions in diabetes"
            },
            "short": "REDDIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2026-11-30T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2022-10-21T13:02:22+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50877,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095556",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7228-50877-10",
                "7228-87054-12",
                "7228-100522-12",
                "7228-99940-12",
                "7228-117401-12",
                "7228-118223-12",
                "7228-121710-12",
                "7228-124113-12"
            ]
        },
        {
            "id": 7264,
            "title": {
                "de": "PHYSIK-BASIERTE MASCHINEN-LERNEN BASIERTE PRÄDIKTION UND RÜCKBILDUNG VON GESTÖRTER NÜCHTERNGLUKOSE",
                "en": "PHYSICS INFORMED MACHINE LEARNING-BASED PREDICTION AND REVERSION OF IMPAIRED FASTING GLUCOSE MANAGEMENT"
            },
            "short": "PRAESIIDIUM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-10-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-11-22T17:00:14+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50877,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095672",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7264-50877-10",
                "7264-87054-12",
                "7264-118223-12"
            ]
        },
        {
            "id": 7358,
            "title": {
                "de": "SCIence outreach: Beispiel der BIObanken in EUropa",
                "en": "SCIence outreach: The example of BIObanks in Europe"
            },
            "short": "SCIBIOEU",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-12-15T01:00:00+01:00",
            "end_planned": "2024-05-31T02:00:00+02:00",
            "end_effective": "2025-06-14T02:00:00+02:00",
            "assignment": "2023-01-31T09:46:42+01:00",
            "program": 220,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51870,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "2022-1-EL01-KA220-HED-000088145 (Agreement Number)",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7358-51870-10"
            ]
        },
        {
            "id": 7303,
            "title": {
                "de": "Ansprechverhalten auf Kombinationstherapie von Trp53-Hotspot-Mutanten in hepatozellulärem Karzinom.",
                "en": "Trp53 hotspot mutants’ response to HCC combination therapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2022-12-15T01:00:00+01:00",
            "end_planned": "2023-07-31T02:00:00+02:00",
            "end_effective": "2023-09-30T02:00:00+02:00",
            "assignment": "2022-12-15T12:16:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-84",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7238,
            "title": {
                "de": "Lebensverlängerung durch [Ca2+]mito-induzierte ROS",
                "en": "Promotion of lifespan by mitochondrial Ca2+-induced ROS"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2026-11-30T01:00:00+01:00",
            "end_effective": "2026-11-30T01:00:00+01:00",
            "assignment": "2022-10-31T13:29:37+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P36591",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7238-85069-10",
                "7238-93963-12",
                "7238-104201-12",
                "7238-111432-12",
                "7238-116510-12",
                "7238-121350-12",
                "7238-119167-12"
            ]
        },
        {
            "id": 7299,
            "title": {
                "de": "OES Gewebeproben – Phase 2",
                "en": "OES Gewebeproben – Phase 2"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": null,
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": null,
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2022-12-12T14:54:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 86408,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7299-86408-10"
            ]
        },
        {
            "id": 7246,
            "title": {
                "de": "Die Funktion verschiedener Ionenkanäle in kardiovaskulären Erkrankungen",
                "en": "Function of various ion channels in cardiovascular diseases"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-01T01:00:00+01:00",
            "assignment": "2022-11-07T13:51:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2802
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7246-85069-10"
            ]
        },
        {
            "id": 7236,
            "title": {
                "de": "Der Effekt von prä-operativer Flüssigkeitsgabe auf den Blutdruck bei Narkose-Einleitung",
                "en": "Effect of Pre-operative Intravenous Crystalloids on Post-Induction Blood Pressure\r\n"
            },
            "short": "Preop Fluid Study",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-11-01T01:00:00+01:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2024-06-01T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2022-10-28T17:08:41+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 107954,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 1097",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7236-95708-11",
                "7236-97332-12",
                "7236-100461-12",
                "7236-107954-10"
            ]
        },
        {
            "id": 7176,
            "title": {
                "de": "BioMedAI TWINNING",
                "en": "BioMedAI TWINNING"
            },
            "short": "BioMedAI TWINNING",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2022-09-21T15:03:17+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101079183",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7176-51449-10",
                "7176-99976-12",
                "7176-119452-12",
                "7176-125115-12",
                "7176-132902-12"
            ]
        },
        {
            "id": 7221,
            "title": {
                "de": "Datengestützte Reanimation am Notarzteinsatzfahrzeug Univ.-Klinikum LKH Graz",
                "en": "Data-Driven Resuscitation at the Emergency Physician Response Car University Hospital Graz"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2024-03-30T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-10-17T13:19:31+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14070,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 74176,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457,
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7221-74176-10"
            ]
        },
        {
            "id": 7338,
            "title": {
                "de": "Augmented Reality unterstützte funktionelle Gehirnkartierung für navigierte Operationsvorbereitung und Ausbildung",
                "en": "Augmented Reality supported Functional Brain Mapping for Navigated Surgery Preparation and Education"
            },
            "short": "nARvibrain",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-08-31T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2023-01-18T14:32:30+01:00",
            "program": 126,
            "subprogram": null,
            "organization": 14054,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57389,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7338-57389-10",
                "7338-60744-12",
                "7338-118409-12",
                "7338-119690-12"
            ]
        },
        {
            "id": 7375,
            "title": {
                "de": "Augmented Reality supported Functional Brain Mapping for Navigated Surgery Preparation and Education",
                "en": "Augmented Reality unterstütztes funktionelles Gehirnmapping für navigierte Operationsplanung und Ausbildung"
            },
            "short": "nARvibrain",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2023-02-06T12:33:45+01:00",
            "program": 126,
            "subprogram": null,
            "organization": 14054,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57389,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7375-57389-10"
            ]
        },
        {
            "id": 7328,
            "title": {
                "de": "ANEMONE: Die Antwort in der Mikroumgebung: Resistenz des malignen Pleuramesothelioms gegen alte und neue Medikamente",
                "en": "ANEMONE: The ANswer within the microEnvironment: Malignant pleural mesothelioma resistance to Old and NEw drugs "
            },
            "short": "ANEMONE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-10-01T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2023-01-11T10:20:33+01:00",
            "program": 112,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 100911,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I6102",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7328-100911-10",
                "7328-119328-12"
            ]
        },
        {
            "id": 7262,
            "title": {
                "de": "Vascular Health in Aging and Disease",
                "en": "Vascular Health in Aging and Disease"
            },
            "short": "VascHealth",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2027-08-31T02:00:00+02:00",
            "end_effective": "2027-10-31T02:00:00+02:00",
            "assignment": "2022-11-18T11:08:56+01:00",
            "program": 241,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 58906,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7262-50747-12",
                "7262-58906-10",
                "7262-60041-12",
                "7262-74174-12",
                "7262-51904-12"
            ]
        }
    ]
}