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=600&ordering=-begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2266,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=620&ordering=-begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=580&ordering=-begin_planned",
    "results": [
        {
            "id": 7521,
            "title": {
                "de": "Behandlung von Klarzellsarkomen mit Lurbinectedin",
                "en": "Treatment of Clear Cell Sarcoma with Lurbinectedin"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-05-01T02:00:00+02:00",
            "end_planned": "2023-06-01T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-04-19T16:41:14+02:00",
            "program": null,
            "subprogram": null,
            "organization": 27477,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 106294,
            "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": [
                "7521-106294-10"
            ]
        },
        {
            "id": 7646,
            "title": {
                "de": "Pilotprojekt DigiDiab Assistenz Mobile Pflege",
                "en": "Pilot DigiDiab Assistant Domiciliary Nursing Care"
            },
            "short": "DigiDiab",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2024-11-30T01:00:00+01:00",
            "end_effective": "2025-08-31T02:00:00+02:00",
            "assignment": "2023-07-03T17:39:49+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 65558,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7646-54235-12",
                "7646-65558-10",
                "7646-99971-12"
            ]
        },
        {
            "id": 7181,
            "title": {
                "de": "Eukaryotischer Translationsinitiationsfaktor 4E (eIF4E) als neues Therapeutisches Ziel in der Behandlung und Therapie von Psoriasis",
                "en": "Eukaryotischer Translationsinitiationsfaktor 4E (eIF4E) als neues Therapeutisches Ziel in der Behandlung und Therapie von Psoriasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2024-05-31T02:00:00+02:00",
            "assignment": "2022-09-26T15:02:49+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 84167,
            "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": [
                "7181-84167-10"
            ]
        },
        {
            "id": 7462,
            "title": {
                "de": "Antigenpräsentation und Immunopathologie in Herzinsuffizienz.",
                "en": "Antigen Presentation and Immunopathology in Heart Failure."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-10-01T02:00:00+02:00",
            "end_planned": "2026-11-30T01:00:00+01:00",
            "end_effective": "2027-09-30T02:00:00+02:00",
            "assignment": "2023-03-27T14:48:02+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 114311,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "36588",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7462-58906-11",
                "7462-75758-12",
                "7462-82985-12",
                "7462-111433-12",
                "7462-114311-10",
                "7462-119268-12",
                "7462-122751-12",
                "7462-127062-12"
            ]
        },
        {
            "id": 7407,
            "title": {
                "de": "Bioorthogonal Implantable Iontronic Switch to Temporally Control the Local Release of Chemotherapeutics",
                "en": "Bioorthogonal Implantable Iontronic Switch to Temporally Control the Local Release of Chemotherapeutics"
            },
            "short": "bioSWITCH",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-03-01T01:00:00+01:00",
            "end_planned": "2025-12-31T01:00:00+01:00",
            "end_effective": "2027-02-28T01:00:00+01:00",
            "assignment": "2023-02-17T11:53:05+01:00",
            "program": 218,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 98848,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101099963",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7407-99703-11",
                "7407-57129-12",
                "7407-98848-10",
                "7407-107229-12",
                "7407-114534-12",
                "7407-119850-12",
                "7407-122232-12"
            ]
        },
        {
            "id": 7303,
            "title": {
                "de": "Ansprechverhalten auf Kombinationstherapie von Trp53-Hotspot-Mutanten in hepatozellulärem Karzinom.",
                "en": "Trp53 hotspot mutants’ response to HCC combination therapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2022-12-15T01:00:00+01:00",
            "end_planned": "2023-07-31T02:00:00+02:00",
            "end_effective": "2023-09-30T02:00:00+02:00",
            "assignment": "2022-12-15T12:16:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-84",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7238,
            "title": {
                "de": "Lebensverlängerung durch [Ca2+]mito-induzierte ROS",
                "en": "Promotion of lifespan by mitochondrial Ca2+-induced ROS"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2026-11-30T01:00:00+01:00",
            "end_effective": "2026-11-30T01:00:00+01:00",
            "assignment": "2022-10-31T13:29:37+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P36591",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7238-85069-10",
                "7238-93963-12",
                "7238-104201-12",
                "7238-111432-12",
                "7238-112109-12",
                "7238-116510-12",
                "7238-117501-12",
                "7238-121350-12",
                "7238-119167-12"
            ]
        },
        {
            "id": 7228,
            "title": {
                "de": "Real-world Evidenz für Entscheidungen bei Diabetes",
                "en": "Real-world evidence for decisions in diabetes"
            },
            "short": "REDDIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-12-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2026-11-30T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2022-10-21T13:02:22+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50877,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095556",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7228-50877-10",
                "7228-87054-12",
                "7228-100522-12",
                "7228-99940-12",
                "7228-117401-12",
                "7228-118223-12",
                "7228-121710-12",
                "7228-124113-12"
            ]
        },
        {
            "id": 7358,
            "title": {
                "de": "SCIence outreach: Beispiel der BIObanken in EUropa",
                "en": "SCIence outreach: The example of BIObanks in Europe"
            },
            "short": "SCIBIOEU",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-12-15T01:00:00+01:00",
            "end_planned": "2024-05-31T02:00:00+02:00",
            "end_effective": "2025-06-14T02:00:00+02:00",
            "assignment": "2023-01-31T09:46:42+01:00",
            "program": 220,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51870,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "2022-1-EL01-KA220-HED-000088145 (Agreement Number)",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7358-51870-10"
            ]
        },
        {
            "id": 7264,
            "title": {
                "de": "PHYSIK-BASIERTE MASCHINEN-LERNEN BASIERTE PRÄDIKTION UND RÜCKBILDUNG VON GESTÖRTER NÜCHTERNGLUKOSE",
                "en": "PHYSICS INFORMED MACHINE LEARNING-BASED PREDICTION AND REVERSION OF IMPAIRED FASTING GLUCOSE MANAGEMENT"
            },
            "short": "PRAESIIDIUM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-10-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-11-22T17:00:14+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50877,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101095672",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7264-50877-10",
                "7264-87054-12",
                "7264-118223-12"
            ]
        },
        {
            "id": 7210,
            "title": {
                "de": "Analyse der Sauerstoffradikal- und Ionenhomöostase im Dravet-Syndrom",
                "en": "Analysis of reactive oxygen species and ion homeostasis in Dravet syndrome"
            },
            "short": "Dravet-Synrom",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-10-15T02:00:00+02:00",
            "end_planned": "2023-10-31T01:00:00+01:00",
            "end_effective": "2023-10-14T02:00:00+02:00",
            "assignment": "2022-10-12T11:10:46+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-80",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7210-85069-10"
            ]
        },
        {
            "id": 7255,
            "title": {
                "de": "Pilot und ATCO aeromedical - Diabetes",
                "en": "Pilot and ATCO aeromedical - Diabetes"
            },
            "short": "EASA-Diabetes",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-10-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-11-16T13:53:19+01:00",
            "program": 211,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50877,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": 3,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7255-50877-10",
                "7255-87054-12",
                "7255-115130-12",
                "7255-117401-12",
                "7255-121710-12",
                "7255-122513-12"
            ]
        },
        {
            "id": 7466,
            "title": {
                "de": "3D-Druck von ultrafeinen Geweben im Weltraum für Anti-Aging-Lösungen auf der Erde",
                "en": "3D Printing of Ultra-fideLity tissues using Space for anti-ageing solutions on Earth"
            },
            "short": "PULSE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2023-04-01T02:00:00+02:00",
            "end_planned": "2027-10-31T02:00:00+02:00",
            "end_effective": "2028-03-31T02:00:00+02:00",
            "assignment": "2023-03-31T12:24:29+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": [
                10
            ],
            "funder_projectcode": "101099346",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7466-57932-10"
            ]
        },
        {
            "id": 7221,
            "title": {
                "de": "Datengestützte Reanimation am Notarzteinsatzfahrzeug Univ.-Klinikum LKH Graz",
                "en": "Data-Driven Resuscitation at the Emergency Physician Response Car University Hospital Graz"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2024-03-30T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-10-17T13:19:31+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14070,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 74176,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457,
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7221-74176-10"
            ]
        },
        {
            "id": 7142,
            "title": {
                "de": "Sichere Medikation: Erforschung und Entwicklung eines idealtypischen digitalen Medikationsprozesses in Krankenhäusern",
                "en": "Safe medication: Research and development of an ideal digital medication process in hospitals"
            },
            "short": "SiMed",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2023-09-30T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2022-08-25T10:26:12+02:00",
            "program": 228,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 78071,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999896682",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7142-78071-10",
                "7142-91769-12",
                "7142-50877-12",
                "7142-87054-12",
                "7142-92002-12",
                "7142-112609-12",
                "7142-115130-12"
            ]
        },
        {
            "id": 7239,
            "title": {
                "de": "T3-induzierte mitochondriale Ca2+ Veränderung in Krebszellen",
                "en": "T3-induced rewiring of mitochondrial Ca2+ in cancer cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2023-03-01T01:00:00+01:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2022-10-31T13:31:29+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P36235",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7239-85069-10"
            ]
        },
        {
            "id": 7274,
            "title": {
                "de": "Regulatoren der LPL, Lipide, und Atherosklerose",
                "en": "Regulators of LPL, Lipids, and Athersoclerosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2023-10-16T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2027-10-15T02:00:00+02:00",
            "assignment": "2022-11-30T11:16:34+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14079,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 96032,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": 8,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1117",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7274-96032-10"
            ]
        },
        {
            "id": 7375,
            "title": {
                "de": "Augmented Reality supported Functional Brain Mapping for Navigated Surgery Preparation and Education",
                "en": "Augmented Reality unterstütztes funktionelles Gehirnmapping für navigierte Operationsplanung und Ausbildung"
            },
            "short": "nARvibrain",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2023-02-06T12:33:45+01:00",
            "program": 126,
            "subprogram": null,
            "organization": 14054,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57389,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7375-57389-10"
            ]
        },
        {
            "id": 7328,
            "title": {
                "de": "ANEMONE: Die Antwort in der Mikroumgebung: Resistenz des malignen Pleuramesothelioms gegen alte und neue Medikamente",
                "en": "ANEMONE: The ANswer within the microEnvironment: Malignant pleural mesothelioma resistance to Old and NEw drugs "
            },
            "short": "ANEMONE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-11-01T01:00:00+01:00",
            "end_planned": "2025-10-01T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2023-01-11T10:20:33+01:00",
            "program": 112,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 100911,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I6102",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7328-100911-10",
                "7328-119328-12"
            ]
        },
        {
            "id": 7246,
            "title": {
                "de": "Die Funktion verschiedener Ionenkanäle in kardiovaskulären Erkrankungen",
                "en": "Function of various ion channels in cardiovascular diseases"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-12-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-01T01:00:00+01:00",
            "assignment": "2022-11-07T13:51:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2802
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7246-85069-10"
            ]
        }
    ]
}