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=360&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=380&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=340&ordering=-begin_effective",
    "results": [
        {
            "id": 7933,
            "title": {
                "de": "INTERnational Cooperation of high containment research infrastructures: from Epidemic Preparedness TO\r\nResponse",
                "en": "INTERnational Cooperation of high containment research infrastructures: from Epidemic Preparedness TO\r\nResponse"
            },
            "short": "INTERCEPTOR",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2023-12-15T12:06:13+01:00",
            "program": 210,
            "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
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7933-51663-10"
            ]
        },
        {
            "id": 7842,
            "title": {
                "de": "SARS-CoV-2 Re-Infektionsrisiko und Impfstoffwirksamkeit in Österreich",
                "en": "SARS-CoV-2 Re-Infection Risk and Vaccine efficacy in Austria: SARIVA Study"
            },
            "short": "SARIVA Study",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-09-01T02:00:00+02:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2025-08-30T02:00:00+02:00",
            "end_effective": "2027-12-31T01:00:00+01:00",
            "assignment": "2023-10-19T14:40:41+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53344,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1188",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7842-53344-10"
            ]
        },
        {
            "id": 8061,
            "title": {
                "de": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311\r\n",
                "en": "Modelling Reproductive Failure with Endometrium-On-A-Chip, acib Projekt ID 98.311\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2028-12-31T01:00:00+01:00",
            "end_effective": "2028-12-31T01:00:00+01:00",
            "assignment": "2024-03-01T10:49:01+01:00",
            "program": 94,
            "subprogram": null,
            "organization": 14058,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 96172,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8061-96172-10"
            ]
        },
        {
            "id": 8070,
            "title": {
                "de": "Personalisierte Medizin durch Anwendung eines weiterentwickelten Point-of-Care Gerätes in kardiovaskulären Hochrisiko-Patient*innen (PoCCardio) ",
                "en": "Personalised Medicine by using an Advanced Point-of-Care Tool for Stratified Treatment in High Risk Cardiovascular Patients (PoCCardio) "
            },
            "short": "PoCCardio ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2024-03-07T11:53:01+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51344,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095432 ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8070-51344-10"
            ]
        },
        {
            "id": 7906,
            "title": {
                "de": "INTERACT-EUROPE 100",
                "en": "INTERACT-EUROPE 100"
            },
            "short": "INTERACT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2026-01-01T01:00:00+01:00",
            "end_effective": "2026-11-30T01:00:00+01:00",
            "assignment": "2023-11-28T13:37:15+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 107132,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101129375",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7906-107132-10"
            ]
        },
        {
            "id": 7878,
            "title": {
                "de": "Personalisierte Medizin durch Anwendung eines weiterentwickelten Point-of-Care Gerätes in kardiovaskulären Hochrisiko-Patient*innen (PoCCardio)",
                "en": "Personalised Medicine by using an Advanced Point-of-Care Tool for Stratified Treatment in High Risk Cardiovascular Patients (PoCCardio)"
            },
            "short": "PoCCardio",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-10-01T02:00:00+02:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-09-30T02:00:00+02:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2023-11-14T15:51:22+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 79271,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095432",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7878-79271-10"
            ]
        },
        {
            "id": 7928,
            "title": {
                "de": "Personalisierte Medizin durch Anwendung eines weiterentwickelten Point-of-Care Gerätes in kardiovaskulären Hochrisiko-Patient*innen (PoCCardio) ",
                "en": "Personalised Medicine by using an Advanced Point-of-Care Tool for Stratified Treatment in High Risk Cardiovascular Patients (PoCCardio) "
            },
            "short": "PoCCardio ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2023-12-13T16:44:07+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50838,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095432",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7928-50838-10"
            ]
        },
        {
            "id": 8629,
            "title": {
                "de": "Personalisierte Medizin durch Anwendung eines weiterentwickelten Point-of-Care Gerätes in kardiovaskulären Hochrisiko-Patient*innen (PoCCardio) ",
                "en": "Personalised Medicine by using an Advanced Point-of-Care Tool for Stratified Treatment in High Risk Cardiovascular Patients (PoCCardio) "
            },
            "short": "PoCCardio ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2025-01-30T15:15:33+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89175,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095432 ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8629-89175-10"
            ]
        },
        {
            "id": 7918,
            "title": {
                "de": "Einrichtung einer Chemobibliothek zur Identifizierung neuer Moleküle für die \r\nBehandlung seltener Krankheiten",
                "en": "Establishment of a chemical library for the identification of molecular entities as potential drugs for the treatment of rare diseases"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-15T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2024-06-15T02:00:00+02:00",
            "end_effective": "2025-06-01T02:00:00+02:00",
            "assignment": "2023-12-07T15:25:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107189,
            "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": [
                "7918-50565-12",
                "7918-58736-12",
                "7918-107189-10",
                "7918-116508-12"
            ]
        },
        {
            "id": 7970,
            "title": {
                "de": "Biobanking and Biomolecular resources Research Infrastructure Austria 3.0",
                "en": "Biobanking and Biomolecular resources Research Infrastructure Austria 3.0"
            },
            "short": "BBMRI.at #3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2024-01-16T09:22:44+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89175,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2164
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7970-89175-10"
            ]
        },
        {
            "id": 7905,
            "title": {
                "de": "Biobanking und biomolekulare Ressourcenforschung Infrastruktur Österreich #3",
                "en": "Biobanking and BioMolecular resources research Infrastructure Austria #3"
            },
            "short": "BBMRI.at#3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2023-11-24T14:08:12+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50496,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2164
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7905-50496-10"
            ]
        },
        {
            "id": 7927,
            "title": {
                "de": "Personalised Medicine by using an Advanced Point-of-Care Tool for Stratified Treatment in High Risk Cardiovascular Patients (PoCCardio) ",
                "en": "Personalisierte Medizin durch Anwendung eines weiterentwickelten Point-of-Care Gerätes in kardiovaskulären Hochrisiko-Patient*innen (PoCCardio) "
            },
            "short": "PoCCardio ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2028-11-30T01:00:00+01:00",
            "end_effective": "2028-11-30T01:00:00+01:00",
            "assignment": "2023-12-13T12:21:49+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100924,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095432",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7927-99418-12",
                "7927-100924-10",
                "7927-101037-12"
            ]
        },
        {
            "id": 7837,
            "title": {
                "de": "Gliflozine nach akutem Myokardinfarkt",
                "en": "Understanding positive effects of gliflozins \r\nafter acute myocardial infarction\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2023-10-18T12:46:53+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59317,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1155",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7837-59317-10"
            ]
        },
        {
            "id": 7895,
            "title": {
                "de": "Aberrante basaloide Zellen in der Lungenfibrose",
                "en": "ABC in pulmonary fibrosis"
            },
            "short": "ABC pulmonary fibrosis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2024-11-30T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2023-11-21T15:13:17+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85658,
            "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": [
                "7895-85658-10",
                "7895-50132-12",
                "7895-111587-12",
                "7895-116746-12",
                "7895-126994-12"
            ]
        },
        {
            "id": 7973,
            "title": {
                "de": "Einfluss der pulmonalen Belastungshämodynamik auf die rechtsventrikuläre Funktion",
                "en": "Impact of pulmonary exercise hemodynamics on right ventricular function"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2024-01-16T14:16:04+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79732,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2396
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7973-79732-10"
            ]
        },
        {
            "id": 7907,
            "title": {
                "de": "Untersuchung seltener und häufiger genetischer Varianten und spezifischer Merkmale der COPD-assoziierten pulmonalen Hypertonie",
                "en": "Assessment of rare and common genetic variants and specific traits of COPD-associated pulmonary hypertension"
            },
            "short": "Mid-Career Grant der ÖGP 2023",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-11-07T01:00:00+01:00",
            "begin_effective": "2023-11-07T01:00:00+01:00",
            "end_planned": "2024-11-07T01:00:00+01:00",
            "end_effective": "2024-11-07T01:00:00+01:00",
            "assignment": "2023-11-29T08:21:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 87980,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2396
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7907-87980-10"
            ]
        },
        {
            "id": 7999,
            "title": {
                "de": "Viral Infectiology Research with Advanced Laboratory models - ISIDORe JRA Programme",
                "en": "Viral Infectiology Research with Advanced Laboratory models - ISIDORe JRA Programme"
            },
            "short": "VIRAL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-11-06T01:00:00+01:00",
            "begin_effective": "2023-11-06T01:00:00+01:00",
            "end_planned": "2025-07-31T02:00:00+02:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2024-01-26T09:32:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7999-51663-10"
            ]
        },
        {
            "id": 7549,
            "title": {
                "de": "FXR Leber-Fett Achse",
                "en": "FXR liver adipose axis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-11-01T01:00:00+01:00",
            "end_planned": "2025-12-31T01:00:00+01:00",
            "end_effective": "2027-10-31T02:00:00+02:00",
            "assignment": "2023-05-09T13:15:51+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57377,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P36543",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7549-50626-12",
                "7549-54247-12",
                "7549-57377-10",
                "7549-111969-12",
                "7549-123430-12"
            ]
        },
        {
            "id": 7828,
            "title": {
                "de": "Verständnis der Rolle von großen IA-HDL bei menschlichen Erkrankungen",
                "en": "Understanding the role of large IA-HDL in human disease"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-10-01T02:00:00+02:00",
            "begin_effective": "2023-11-01T01:00:00+01:00",
            "end_planned": "2024-04-30T02:00:00+02:00",
            "end_effective": "2025-10-31T01:00:00+01:00",
            "assignment": "2023-10-16T15:01:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 62749,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-93",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7828-62749-10"
            ]
        },
        {
            "id": 7935,
            "title": {
                "de": "European action for the Diagnosis of Early Non-symptomatic Type 1 diabetes For Intervention",
                "en": "European action for the Diagnosis of Early Non-symptomatic Type 1 diabetes For Intervention"
            },
            "short": "EDENT1FI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-11-01T01:00:00+01:00",
            "begin_effective": "2023-11-01T01:00:00+01:00",
            "end_planned": "2028-10-31T01:00:00+01:00",
            "end_effective": "2028-10-31T01:00:00+01:00",
            "assignment": "2023-12-15T12:09:06+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "GA101132379",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7935-51831-10",
                "7935-50452-12",
                "7935-56667-12",
                "7935-81132-12",
                "7935-90274-12",
                "7935-97867-12",
                "7935-102575-12",
                "7935-109149-12"
            ]
        }
    ]
}