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=1760&ordering=begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1780&ordering=begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1740&ordering=begin_effective",
    "results": [
        {
            "id": 6956,
            "title": {
                "de": "Immunantwort bei Puumala und anderen Orthohantavirusinfektionen und Generierung von Antikörpern aus peripheren mononuklären Zellen infizierter Individuen",
                "en": "Immune response to Puumala and related Orthohantavirus infections and generation of antibodies from peripheral blood mononuclear cells (PBMCs) of infected individuals"
            },
            "short": "Puumala/Hanta Virus Immune response",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-02-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-03-10T13:53:28+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29164,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51976,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": "33-329 ex 20/21",
            "edudract_number": null,
            "persons": [
                "6956-51976-10"
            ]
        },
        {
            "id": 6947,
            "title": {
                "de": "Integrated Services for Infectious Disease Outbreak Research",
                "en": "Integrated Services for Infectious Disease Outbreak Research"
            },
            "short": "ISIDORe",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-09-01T02:00:00+02:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2024-08-30T02:00:00+02:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2022-03-04T11:47:38+01:00",
            "program": 210,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101046133",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6947-51663-10"
            ]
        },
        {
            "id": 6884,
            "title": {
                "de": "Einzelzellanalyse in Leberkrebs",
                "en": "Single cell analysis of liver cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-02-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2022-08-01T02:00:00+02:00",
            "end_effective": "2023-01-31T01:00:00+01:00",
            "assignment": "2022-01-19T10:14:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-74",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6884-89979-10"
            ]
        },
        {
            "id": 6916,
            "title": {
                "de": "Korrelation von Tumorgröße und -biologie mit der Freisetzung von ctDNA bei Darmkrebs im Frühstadium",
                "en": "Correlation of tumor size and -biologie with ctDNA release in early colorectal cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2023-01-01T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-02-10T13:46:10+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-36",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6916-50899-10"
            ]
        },
        {
            "id": 6927,
            "title": {
                "de": "Charakterisierung der therapierelevanten epigenetischen Grundlagen des fortgeschrittenen Lungenkarzinom ",
                "en": "Characterizing the epigenetics of lung cancer progression to inform\r\npersonalized treatment"
            },
            "short": "epiLUAD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2022-02-15T12:48:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 109087,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-77",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6927-109087-10"
            ]
        },
        {
            "id": 6900,
            "title": {
                "de": "Präklinische Anwendung von Mg- basiertem bioresorbierbaren Implantatmaterial in der Orbitachirurgie am Schafmodel",
                "en": "Preclinical application of Mg- based bioresorbable material for orbital floor recon-struction in an animal model "
            },
            "short": "OS-MAG",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-02-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2024-07-31T02:00:00+02:00",
            "assignment": "2022-02-01T14:28:18+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14112,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 87313,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2698
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6900-87313-10"
            ]
        },
        {
            "id": 6880,
            "title": {
                "de": "Individualisierte, optimierte 3D-gedruckte Micro-Implantate zur Behandlung von Glaukomen",
                "en": "Individualized, optimized 3D-printed Micro-Implants for Glaucoma treatment"
            },
            "short": "MIGS3D",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2022-02-15T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2025-08-14T02:00:00+02:00",
            "assignment": "2022-01-17T10:04:01+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 61927,
            "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": [
                "6880-50911-12",
                "6880-61927-10",
                "6880-63490-12",
                "6880-121870-12"
            ]
        },
        {
            "id": 6906,
            "title": {
                "de": "Implementierung der PBMC (Mononukleäre Zellen des peripheren\r\nBlutes) Isolierung als Serviceleistung",
                "en": "Implementation of the PBMC (Mononuclear Cells des\r\nperipheral blood) Isolation as a service\r\nthe Biobank Graz"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-03-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-03-01T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-02-07T15:26:40+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89175,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6906-89175-10"
            ]
        },
        {
            "id": 6936,
            "title": {
                "de": "Epigenetische Regulation der Immunantwort nach COVID-19-Impfung",
                "en": "Epigenetic regulation of immune responses following COVID-19 vaccination"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-02-28T11:42:52+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 78952,
            "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": [
                "6936-78952-10"
            ]
        },
        {
            "id": 6718,
            "title": {
                "de": "Funktion von plazentaren extrazellulären Vesikeln im Stoffwechsel des Feten ",
                "en": "Role of placental extracellular vesicles in fetal metabolism"
            },
            "short": "Land Stmk docfunds DP-iDP Zusatzfin.",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-10-01T02:00:00+02:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2024-09-30T02:00:00+02:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2021-09-30T15:08:30+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50442,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6718-50442-10"
            ]
        },
        {
            "id": 6944,
            "title": {
                "de": "Integriertes Patient*innenmanagement bei Vorhofflimmern: mHealth-Implementierung bis Hybrid-Ablationen",
                "en": "Integrated patient management for atrial fibrillation: implementation of mHealth, hybrid ablations"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-03-03T11:52:28+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 63032,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6944-63032-10"
            ]
        },
        {
            "id": 7337,
            "title": {
                "de": "Struktur und Dynamik von LDL",
                "en": "Structural and Dynamical Exploration of Low Density Lipoprotein"
            },
            "short": "STRUDEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-02-28T01:00:00+01:00",
            "assignment": "2023-01-17T14:59:48+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 83104,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I 6211",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7337-83104-10",
                "7337-98759-12",
                "7337-108903-12"
            ]
        },
        {
            "id": 6736,
            "title": {
                "de": "Verbesserung der Präzisionsonkologie durch Bürgerwissenschaftler (citizen scientists)",
                "en": "Improvement of precision oncology by citizen scientists"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-10-01T02:00:00+02:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-04-30T02:00:00+02:00",
            "end_effective": "2025-04-30T02:00:00+02:00",
            "assignment": "2021-10-11T10:29:47+02:00",
            "program": 120,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77970,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "TCS 101",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6736-77970-10"
            ]
        },
        {
            "id": 6723,
            "title": {
                "de": "Innovative Ernährungs-Schulungen im häuslichen Setting (INES) - Gesundheitsförderung pflegebedürftiger Menschen, pflegender Angehöriger und Personen der 24-h-Betreuung",
                "en": "Innovative nutrition training in the community - health promotion of people in need of care and informal caregivers"
            },
            "short": "INES",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2024-03-31T01:00:00+01:00",
            "assignment": "2021-10-01T13:02:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82963,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                70,
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6723-82963-10"
            ]
        },
        {
            "id": 6951,
            "title": {
                "de": "Towards a novel immunometabolic approach to treat neuroinflammation:\r\ntargeting pyruvate kinase M2 in CD4+ T cells in multiple sclerosis",
                "en": "Ein neuartiger potenzieller immunometabolischer Ansatz für die Behandlung von Neuroinflammation: die Ausrichtung auf Pyruvatkinase M2 in CD4+ T-Zellen bei Multipler Sklerose."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-04-01T02:00:00+02:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2023-09-30T02:00:00+02:00",
            "end_effective": "2023-09-30T02:00:00+02:00",
            "assignment": "2022-03-08T12:16:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107391,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2539
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6951-57435-12",
                "6951-107391-10"
            ]
        },
        {
            "id": 6963,
            "title": {
                "de": "Schwere Immunzytopenie: Register- und Biomarkersignaturstudie",
                "en": "Severe immune cytopenia: registry and biomarker signature study"
            },
            "short": "sic-reg.org",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-04-01T02:00:00+02:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2024-03-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-03-17T15:18:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14092,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85188,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-78",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6963-85188-10"
            ]
        },
        {
            "id": 7198,
            "title": {
                "de": "Wiedereinreichung: Mechanistische Beziehungen zwischen Fibrose, Vorhofflimmern und Schlaganfall: Multi-Skalen, Multi-Physik Simulationen",
                "en": "Resubmission: Mechanistic Relationships Between Fibrosis, Fibrillation, and Stroke: Multi-Scale, Multi-Physics Simulations"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-04-01T02:00:00+02:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2027-03-31T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2022-10-04T13:49:39+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 79791,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                724
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7198-79791-10",
                "7198-119929-12"
            ]
        },
        {
            "id": 6982,
            "title": {
                "de": "Asynchrone Probenvorbereitungs-Systeme",
                "en": "Automated dilution system enabling on-line number based size distribution characterization in liquids"
            },
            "short": "AoDiSys",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-04-01T02:00:00+02:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2023-06-30T02:00:00+02:00",
            "end_effective": "2025-04-30T02:00:00+02:00",
            "assignment": "2022-03-31T11:38:35+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 86770,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999891714",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6982-86770-10",
                "6982-100187-12",
                "6982-107594-12"
            ]
        },
        {
            "id": 6854,
            "title": {
                "de": "In silico Therapieoptimierung unter Verwendung digitaler Zwillingsmodelle der ventrikulären Elektrophysiologie",
                "en": "In silico Therapy Optimization using Digital Twins of Ventricular Electrophysiology"
            },
            "short": "InstaTwin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-04-01T02:00:00+02:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2025-03-31T02:00:00+02:00",
            "end_effective": "2025-03-31T02:00:00+02:00",
            "assignment": "2021-12-21T10:00:52+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 96212,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "891133",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6854-96212-10",
                "6854-102899-12",
                "6854-113912-12"
            ]
        },
        {
            "id": 6820,
            "title": {
                "de": "enFaced 2.0 - AR-Tool für die Gesichtschirurgie",
                "en": "enFaced 2.0 - Instant AR Tool for Maxillofacial Surgery"
            },
            "short": "enFaced 2.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2021-12-09T10:55:12+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14112,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 76910,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1044",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6820-76910-10"
            ]
        }
    ]
}