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=1920&ordering=begin_planned
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=1940&ordering=begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1900&ordering=begin_planned",
    "results": [
        {
            "id": 7619,
            "title": {
                "de": "Umfassende genetische Analyse von Patienten und Patientinnen mit Auftreten einer Krebserkrankung in jüngerem Alter",
                "en": "Comprehensive genetic analysis of patients with onset of cancer at a younger age"
            },
            "short": "CotY",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-05-01T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2025-04-30T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2023-06-16T10:50:35+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57423,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                52
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7619-57423-10"
            ]
        },
        {
            "id": 7555,
            "title": {
                "de": "METACOG - eine Pilotstudie: Beurteile dich selbst! Die Übereinstimmung zwischen Selbsteinschätzung und tatsächlichem Leistungsniveau und deren Auswirkung auf das Funktionsniveau von Menschen mit psychischen Erkrankungen \r\n",
                "en": "METACOG a pilot study: Judge yourself! The association between self-assessment and actual performance levels and its impact on the functioning of people with mental illness"
            },
            "short": "METACOG pilot",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-05-01T02:00:00+02:00",
            "begin_effective": "2023-05-01T02:00:00+02:00",
            "end_planned": "2024-04-30T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-05-11T10:55:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79733,
            "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": [
                "7555-79733-10",
                "7555-86429-12",
                "7555-91818-12",
                "7555-113091-12"
            ]
        },
        {
            "id": 7578,
            "title": {
                "de": "STEUERUNG MULTIMODALER THERAPIEN GEGEN MINIMALE RESTERKRANKUNGEN DURCH FLÜSSIGBIOPSIEN",
                "en": "GUIDING MULTI-MODAL THERAPIES AGAINST MINIMAL RESIDUAL DISEASE BY LIQUID BIOPSIES\r\n"
            },
            "short": "GUIDE.MRD ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-05-01T02:00:00+02:00",
            "begin_effective": "2023-05-01T02:00:00+02:00",
            "end_planned": "2027-04-30T02:00:00+02:00",
            "end_effective": "2028-04-30T02:00:00+02:00",
            "assignment": "2023-05-19T10:58:07+02:00",
            "program": null,
            "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": "101112066",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7578-50899-10",
                "7578-76215-12",
                "7578-104199-12",
                "7578-116101-12",
                "7578-120331-12",
                "7578-121409-12"
            ]
        },
        {
            "id": 8633,
            "title": {
                "de": "Messung der bukkalen Knochen- und Mukosadicke mittels Ultraschall und künstlicher Intelligenz in der dentalen Implantologie",
                "en": "Ultrasound assessment of buccal bone and mucosal thickness using artificial intelligence aided segmentation in dental implantology"
            },
            "short": "Ultimate-Project",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-05-01T02:00:00+02:00",
            "begin_effective": "2023-05-01T02:00:00+02:00",
            "end_planned": "2026-01-01T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2025-01-31T15:35:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14111,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 125157,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                35
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8633-125157-10"
            ]
        },
        {
            "id": 8087,
            "title": {
                "de": "Die Bedeutung der Lipidhydrolyse für die Regeneration der Lunge nach bakterieller\r\nLungenentzündung.",
                "en": "Importance of lipid hydrolysis for lung regeneration after bacterial\r\npneumonia."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2023-06-01T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2024-03-15T09:14:48+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 65966,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8087-65966-10"
            ]
        },
        {
            "id": 7672,
            "title": {
                "de": "Nachhaltige und grüne Elektronik in der Kreislaufwirtschaft",
                "en": "Sustainable and green electronics for circular economy"
            },
            "short": "SUSTRONICS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2026-05-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2023-07-10T11:21:51+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51809,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10,
                416
            ],
            "funder_projectcode": "101112109 und FO999899269",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7672-98005-12",
                "7672-51809-10",
                "7672-104611-12"
            ]
        },
        {
            "id": 7658,
            "title": {
                "de": "Mechanistic Studies of the Vascular and Cardiac Effects of the Aqueous Calyx Extract of Hibiscus sabdariffa ",
                "en": "Mechanistic Studies of the Vascular and Cardiac Effects of the Aqueous Calyx Extract of Hibiscus sabdariffa "
            },
            "short": "AQUECALYX",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2025-11-30T01:00:00+01:00",
            "assignment": "2023-07-06T11:49:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7658-57932-10"
            ]
        },
        {
            "id": 7612,
            "title": {
                "de": "Kombination von \"secondary bioinformatics\" und \"spatial transcriptomics\" zur Analyse des größten Datensets von Transkriptomdaten der humanen Placenta im Verlauf der Schwangerschaft und bei Präeklampsie",
                "en": "Combining secondary bioinformatics and spatial transcriptomics to analyze the largest data set of transcriptome data of the human placenta in the course of normal pregnancy and in preeclampsia"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2023-06-12T13:52:14+02:00",
            "program": 207,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 54142,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7612-54142-10"
            ]
        },
        {
            "id": 7757,
            "title": {
                "de": "ROBo(o)st- VoRn dabei beim Forschen",
                "en": "ROBo(o)st- VoRn dabei beim Forschen"
            },
            "short": "ROBoost",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2023-09-12T15:20:25+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50654,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999900572",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7757-50654-10"
            ]
        },
        {
            "id": 7461,
            "title": {
                "de": "ActiHeal: Rolle des ribosomalen Proteins S6 in der Heilung",
                "en": "ActiHeal: role of ribosomal protein S6 in healing"
            },
            "short": "ActiHeal",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2023-03-27T14:38:06+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 80111,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P 36483",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7461-80111-10"
            ]
        },
        {
            "id": 7774,
            "title": {
                "de": "Die Inzidenz der Hyperfibrinolyse während natürlicher Geburt und Sectio caesarea",
                "en": "The incidence of hyperfibrinolysis during vaginal delivery and cesarean section "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2023-11-30T01:00:00+01:00",
            "end_effective": "2024-03-31T01:00:00+01:00",
            "assignment": "2023-09-19T17:12:41+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 60097,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": "GZ: FIF-A 16-0361/2023-0001 CRM:0055218",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7774-58422-11",
                "7774-60097-10"
            ]
        },
        {
            "id": 7414,
            "title": {
                "de": "Melanome in der Schwangerschaft",
                "en": "Melanoma in Pregnancy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-03-01T01:00:00+01:00",
            "end_planned": "2024-05-31T02:00:00+02:00",
            "end_effective": "2024-05-31T02:00:00+02:00",
            "assignment": "2023-02-23T09:31:26+01: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": [
                1743
            ],
            "funder_projectcode": "MEFO-88",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7414-50442-10"
            ]
        },
        {
            "id": 7627,
            "title": {
                "de": "Tissue©ell",
                "en": "Tissue©ell"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2024-01-31T01:00:00+01:00",
            "end_effective": "2024-01-31T01:00:00+01:00",
            "assignment": "2023-06-20T17:34:23+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 105228,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1310
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7627-105228-10"
            ]
        },
        {
            "id": 8108,
            "title": {
                "de": "Immunantwort gegen Orthohantaviren",
                "en": "Immuneresponse to orthohantaviruses"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2024-12-01T01:00:00+01:00",
            "end_effective": "2024-12-01T01:00:00+01:00",
            "assignment": "2024-03-22T10:42:15+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14046,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 94596,
            "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": [
                "8108-94596-10"
            ]
        },
        {
            "id": 7645,
            "title": {
                "de": "Charakterisierung von P2Y-Rezeptoren in T-Zell-Subtypen: Eine Möglichkeit zur Wiederherstellung einer gesunden Immunfunktion bei älteren Menschen?",
                "en": "Characterization of P2Y receptors in T cell subsets: A tool to restore healthy immune function in the elderly?"
            },
            "short": "P2Y receptors on T cells in the elderly",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-08-01T02:00:00+02:00",
            "end_planned": "2023-07-31T02:00:00+02:00",
            "end_effective": "2024-07-31T02:00:00+02:00",
            "assignment": "2023-07-03T16:30:15+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 95212,
            "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": [
                "7645-95212-10"
            ]
        },
        {
            "id": 7795,
            "title": {
                "de": "Entwicklung und biologische Charakterisierung eines nanoskaligen Wirkstoffdarreichungssystems für den einbau von multiresistenzumgehenden RNA Konstrukten",
                "en": "Development and biological characterization of nanoscale drug delivery systems, incorporating multidrug resistence-reversing RNA constructs"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2025-09-30T02:00:00+02:00",
            "assignment": "2023-10-03T13:43:33+02:00",
            "program": 207,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 113130,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7795-113130-10"
            ]
        },
        {
            "id": 7711,
            "title": {
                "de": "Der Zusammenhang von Herzmechanik und kardialem Remodeling",
                "en": "Linking cardiac biomechanics to reverse remodeling"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2024-03-01T01:00:00+01:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2026-02-28T01:00:00+01:00",
            "assignment": "2023-08-08T13:51:39+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 79791,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P 37063",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7711-79791-10"
            ]
        },
        {
            "id": 7717,
            "title": {
                "de": "Metrologie für Genomprofilerstellung zur Unterstützung der Krebsfrüherkennung und Präzisionsmedizin",
                "en": "Metrology for genomic profiling to support early cancer detection and precision medicine"
            },
            "short": "GenomeMET",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-07-01T02:00:00+02:00",
            "begin_effective": "2023-09-01T02:00:00+02:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2023-08-10T15:15:02+02:00",
            "program": 239,
            "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": "22HLT06",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7717-51870-10"
            ]
        },
        {
            "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": 7654,
            "title": {
                "de": "Die Rolle des Prostaglandin D2 Rezeptor 2 in der Tumor-Mikroumgebung des Dickdarmkarzinoms",
                "en": "The role of prostaglandin D2 receptor 2 in the tumor microenvironment of colon cancer"
            },
            "short": "Prostaglandin D2 Rezeptor_Dickdarmkarzin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-08-01T02:00:00+02:00",
            "begin_effective": "2023-08-01T02:00:00+02:00",
            "end_planned": "2024-07-31T02:00:00+02:00",
            "end_effective": "2024-07-31T02:00:00+02:00",
            "assignment": "2023-07-04T15:23:03+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 99558,
            "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": [
                "7654-99558-10"
            ]
        }
    ]
}