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=1020&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1040&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1000&ordering=-end_planned",
    "results": [
        {
            "id": 6425,
            "title": {
                "de": "Lab Rotation BioTechMed: Die Verfolgung der Tumorspur: Die Quelle der zirklierenden Tumorzellen und zirkulierenden Tumor-DNA",
                "en": "Lab Rotation BioTechMed:Tracking the Trace: Shedding light on the source of circulating tumor cells and circulating tumor DNA"
            },
            "short": "Lab Rotation BioTechMed",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-11T01:00:00+01:00",
            "begin_effective": "2021-01-11T01:00:00+01:00",
            "end_planned": "2021-07-10T02:00:00+02:00",
            "end_effective": "2021-07-10T02:00:00+02:00",
            "assignment": "2021-01-26T12:06:35+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66435,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2325
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6425-66435-10"
            ]
        },
        {
            "id": 6335,
            "title": {
                "de": "EULAR Empfehlungen zur Anwendung von telematischer Patientenbetreuung bei Patienten mit rheumatischen Erkrankungen",
                "en": "EULAR points to consider for remote care in rheumatic and musculoskeletal diseases (RMDs)"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-11-20T01:00:00+01:00",
            "begin_effective": "2020-12-01T01:00:00+01:00",
            "end_planned": "2021-07-01T02:00:00+02:00",
            "end_effective": "2021-11-30T01:00:00+01:00",
            "assignment": "2020-11-17T11:28:44+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66227,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6335-66227-10"
            ]
        },
        {
            "id": 5125,
            "title": {
                "de": "Rolle metabolischer Lipasen in Thrombozyten",
                "en": "Role of metabolic lipases in platelets"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-07-01T02:00:00+02:00",
            "begin_effective": "2018-03-01T01:00:00+01:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-08-31T02:00:00+02:00",
            "assignment": "2017-11-15T12:51:27+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P30882",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5125-51904-10",
                "5125-107151-12",
                "5125-106493-12"
            ]
        },
        {
            "id": 5614,
            "title": {
                "de": "Studie über den Effekt einer Schrittmacher-Implantation auf den Blutdruck",
                "en": "Effect of pacemaker implantation on blood pressure study"
            },
            "short": "PACE-BP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-07-01T02:00:00+02:00",
            "begin_effective": "2019-07-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2019-01-11T15:17:10+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 81519,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5614-81519-10"
            ]
        },
        {
            "id": 5532,
            "title": {
                "de": "Antisense & Allele-spezifische Transkription in Krebsformen\r\n",
                "en": "Antisense and Allele-specific Transcription in Human Cancer\r\n"
            },
            "short": "Antisense",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2018-11-05T11:01:31+01:00",
            "program": 86,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 94195,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5532-94195-10"
            ]
        },
        {
            "id": 6218,
            "title": {
                "de": "Die Rolle der mitochondrialen Kalziumhomöostase im Alterungsprozess",
                "en": "Elucidation of changes in mitochondrial Ca2+ homeostasis during aging and their impact on age-related cellular dysfunction"
            },
            "short": "Mitochondrial Ca2+ homeostasis and aging",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-07-01T02:00:00+02:00",
            "begin_effective": "2020-09-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2021-08-31T02:00:00+02:00",
            "assignment": "2020-07-30T12:04:56+02:00",
            "program": 69,
            "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": "J4205",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6218-85069-10"
            ]
        },
        {
            "id": 6177,
            "title": {
                "de": "Einfluss von Oligosacchariden der humanen Milch auf kardiovaskuläre Erkrankungen",
                "en": "Exploring the impact of human milk oligosaccharides in cardiovascular disease"
            },
            "short": "HMO",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-07-01T02:00:00+02:00",
            "begin_effective": "2020-08-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2021-07-31T02:00:00+02:00",
            "assignment": "2020-06-30T16:39:47+02:00",
            "program": 69,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79755,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J4031",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6177-79755-10"
            ]
        },
        {
            "id": 6051,
            "title": {
                "de": "Untersuchungen zu immunregulatorischen Funktion von Nr4a1 in aggressiven Lymphomen",
                "en": "Investigation of the immunregulorischen Funktion von Nr4a1 in aggressive lymphoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-02-01T01:00:00+01:00",
            "begin_effective": "2020-02-01T01:00:00+01:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2021-06-30T02:00:00+02:00",
            "assignment": "2020-02-11T09:56:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59183,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-35",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6051-59183-10"
            ]
        },
        {
            "id": 5792,
            "title": {
                "de": "Effekte von Dianbetes-assoziierter Hyperglykämie auf Proliferation und Apoptose des Trophoblasten im ersten Trimesters der Schwangerschaft",
                "en": "Gestational Age-dependent Effects of Hyperglycemia on Early Trophoblast Proliferation and Apoptosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-09-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2019-05-10T14:11:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51632,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "17950",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5792-59816-12",
                "5792-61680-12",
                "5792-51632-10",
                "5792-100010-12"
            ]
        },
        {
            "id": 6199,
            "title": {
                "de": "Zonulin und affektive Erkrankungen",
                "en": "Zonulin in affective disorders"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-07-01T02:00:00+02:00",
            "begin_effective": "2020-07-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2020-07-13T11:41:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50654,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6199-50654-10"
            ]
        },
        {
            "id": 6330,
            "title": {
                "de": "Optische Emissions-Spektroskopie an Gewebeproben",
                "en": "Optische Emissions-Spektroskopie an Gewebeproben"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-07-01T02:00:00+02:00",
            "begin_effective": "2020-07-01T02:00:00+02:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2020-11-10T10:23:11+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14112,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52001,
            "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": [
                "6330-52001-10"
            ]
        },
        {
            "id": 5951,
            "title": {
                "de": "Humanmilch Oligosaccharide und perinataler Mikrobentransfer",
                "en": "Human Milk Oligosaccharides and Perinatal Microbial Transfer"
            },
            "short": "TRAMIC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-07-01T02:00:00+02:00",
            "begin_effective": "2019-11-01T01:00:00+01:00",
            "end_planned": "2021-06-30T02:00:00+02:00",
            "end_effective": "2024-04-30T02:00:00+02:00",
            "assignment": "2019-11-05T12:01:55+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 88993,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI784",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5951-88993-10",
                "5951-96034-12",
                "5951-61680-12",
                "5951-95608-12",
                "5951-109522-12",
                "5951-109521-12",
                "5951-105059-12",
                "5951-106929-12",
                "5951-114573-12",
                "5951-116821-12",
                "5951-125774-12",
                "5951-122128-12",
                "5951-122576-12",
                "5951-124255-12"
            ]
        },
        {
            "id": 6173,
            "title": {
                "de": "PROVIT-Metabolomics",
                "en": "PROVIT-Metabolomics"
            },
            "short": "PROVIT-Metabolomics",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-06-19T02:00:00+02:00",
            "begin_effective": "2020-06-19T02:00:00+02:00",
            "end_planned": "2021-06-19T02:00:00+02:00",
            "end_effective": "2021-06-19T02:00:00+02:00",
            "assignment": "2020-06-29T13:34:32+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 79771,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6173-79771-10"
            ]
        },
        {
            "id": 6604,
            "title": {
                "de": "MICU1 reguliert mitochondriale Bioenergetik durch Ca2+ abhängige Kontrolle der \"Cristae Junction\" und des mitochondrialen Membranepotentials",
                "en": "MICU1 regulates mitochondrial bioenergetics by Ca2+-dependent control of the cristae junction and mitochondrial membrane potential \r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-06-01T02:00:00+02:00",
            "begin_effective": "2021-06-01T02:00:00+02:00",
            "end_planned": "2021-06-01T02:00:00+02:00",
            "end_effective": "2022-05-31T02:00:00+02:00",
            "assignment": "2021-05-31T13:19:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90394,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-64",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6604-90394-10"
            ]
        },
        {
            "id": 6545,
            "title": {
                "de": "Folder-\"Mediterrane Ernährung für die Psyche- Information zur Ernährung bei psychischen Erkrankungen\"",
                "en": "Folder-\"Mediterranean Diet for Mental Health- Information regarding diet and psychiatric disorders\"\r\n\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-02-01T01:00:00+01:00",
            "begin_effective": "2021-02-01T01:00:00+01:00",
            "end_planned": "2021-06-01T02:00:00+02:00",
            "end_effective": "2021-06-01T02:00:00+02:00",
            "assignment": "2021-04-29T10:33:50+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 84449,
            "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": [
                "6545-84449-10"
            ]
        },
        {
            "id": 6169,
            "title": {
                "de": "Etablierung von in virto Modellen für die Krebsfroschung",
                "en": "Establishing in vitro model for cancer research"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-05-01T02:00:00+02:00",
            "begin_effective": "2020-05-01T02:00:00+02:00",
            "end_planned": "2021-05-31T02:00:00+02:00",
            "end_effective": "2021-10-31T02:00:00+02:00",
            "assignment": "2020-06-24T10:49:00+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59183,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6169-100134-12",
                "6169-59183-10",
                "6169-65239-12",
                "6169-79614-12",
                "6169-51930-12"
            ]
        },
        {
            "id": 5491,
            "title": {
                "de": "Zirkulierende Tumor DNA bei Patienten mit Prostatakarzinom: Analysen der Androgen Rezeptor Achse und DNA Reparaturgene aus Plasma-DNA",
                "en": "ctDNA in prostate cancer patients: Analyses of androgene receptors axis and DNA damage repair genes from plasma DNA "
            },
            "short": "Liquid Biopsy",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-06-01T02:00:00+02:00",
            "begin_effective": "2018-06-01T02:00:00+02:00",
            "end_planned": "2021-05-31T02:00:00+02:00",
            "end_effective": "2021-12-31T01:00:00+01:00",
            "assignment": "2018-09-20T15:34:55+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57423,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 710",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5491-57423-10"
            ]
        },
        {
            "id": 5882,
            "title": {
                "de": "Open European Quantum Key Distribution Testbed",
                "en": "Open European Quantum Key Distribution Testbed"
            },
            "short": "OPENQKD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-06-01T02:00:00+02:00",
            "begin_effective": "2019-09-02T02:00:00+02:00",
            "end_planned": "2021-05-31T02:00:00+02:00",
            "end_effective": "2023-02-28T01:00:00+01:00",
            "assignment": "2019-08-12T11:09:18+02:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "857156",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5882-51449-10"
            ]
        },
        {
            "id": 6053,
            "title": {
                "de": "HDHL-INTIMIC: Knowledge Platform on Food, Diet, Intestinal Microbiomics and Human Health",
                "en": "HDHL-INTIMIC: Knowledge Platform on Food, Diet, Intestinal Microbiomics and Human Health"
            },
            "short": "JPI KP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-06-01T02:00:00+02:00",
            "begin_effective": "2019-06-01T02:00:00+02:00",
            "end_planned": "2021-05-30T02:00:00+02:00",
            "end_effective": "2022-05-30T02:00:00+02:00",
            "assignment": "2020-02-12T10:56:07+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 6152,
            "title": {
                "de": "Supplementierung von omega-3 Fettsäuren als Ergänzung zur intravitrealen Therapie des diabetischen Makulaödems",
                "en": "Omega-3 fatty acids supplementation as adjunct to intravitreal treatment of \r\ndiabetic macular edema\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-02-01T01:00:00+01:00",
            "begin_effective": "2020-02-01T01:00:00+01:00",
            "end_planned": "2021-05-01T02:00:00+02:00",
            "end_effective": "2023-01-31T01:00:00+01:00",
            "assignment": "2020-06-05T11:00:45+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50850,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2194
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6152-50850-10"
            ]
        }
    ]
}