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=1620&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=1640&ordering=begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1600&ordering=begin_effective",
    "results": [
        {
            "id": 6210,
            "title": {
                "de": " Etablierung von eHealth in der Rehabilitation onkologischer HNO-PatientInnen",
                "en": "Establishment of eHealth in rehabilitation of patients with ENT associated malignancies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2020-07-22T12:27:50+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50670,
            "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": [
                "6210-50670-10"
            ]
        },
        {
            "id": 6618,
            "title": {
                "de": "Programmlinie Therapie: The Better Life in Osteoarthritis Registry-Projects",
                "en": "Programe Therapy: The Better Life in Osteoarthritis Registry-Projects"
            },
            "short": "BLOAR",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2021-06-15T11:02:24+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 53560,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6618-53560-10",
                "6618-77590-12"
            ]
        },
        {
            "id": 6395,
            "title": {
                "de": "Ernährungsinformationen für sportliche Jugendliche.",
                "en": "Nutritional information for sporty youths."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-08-31T02:00:00+02:00",
            "end_effective": "2022-02-28T01:00:00+01:00",
            "assignment": "2021-01-11T12:03:08+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 88711,
            "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": [
                "6395-88711-10"
            ]
        },
        {
            "id": 7724,
            "title": {
                "de": "Immunzell-Profiling bei chronischen Lungenerkrankungen",
                "en": "Inflammatory profiling in chronic lung disease"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2023-08-22T16:42:09+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100911,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 844",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7724-57409-12",
                "7724-97528-12",
                "7724-111487-12",
                "7724-100911-10"
            ]
        },
        {
            "id": 6587,
            "title": {
                "de": "Phänotypisierung und Mechanismen der humanen diabetischen Kardiomyopathie",
                "en": "Phenotyping and Candidate Mechanisms\r\nof Human Diabetic Cardiomyopathy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2021-05-19T12:48:52+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100924,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                151
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6587-89639-12",
                "6587-101322-12",
                "6587-100924-10"
            ]
        },
        {
            "id": 6371,
            "title": {
                "de": "Eine randomisierte, kontrollierte, einfachblinde Studie zum Vergleich von Ropivacain und Dexmedetomidin mittels LIA oder USRA bezüglich Schmerzmittelverbrauch, Wohlbefinden, Schmerzempfindung, Funktionalität und Zufriedenheit",
                "en": "A randomised, controlled, single-blind study comparing ropivacaine and dexmedetomidine by LIA or USRA in terms of analgesic consumption, well-being, pain perception, functionality and satisfaction"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-02-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-05-01T02:00:00+02:00",
            "end_effective": "2021-12-31T01:00:00+01:00",
            "assignment": "2020-12-15T17:26:13+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 100927,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6371-94962-12",
                "6371-100927-10",
                "6371-59379-11"
            ]
        },
        {
            "id": 6407,
            "title": {
                "de": "Einzelzell-RNA-Sequenzierung von Speicheldrüsenbiopsien von Patient*innen mit primärem Sjögren-Syndrom",
                "en": "Single cell RNA sequencing of salivary gland biopsies of patients with primary Sjögren‘s Syndrome"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-01-01T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2021-01-12T15:01:07+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 105947,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                87
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6407-105947-10",
                "6407-106927-12",
                "6407-111407-12"
            ]
        },
        {
            "id": 6420,
            "title": {
                "de": "Zusammenhang zwischen Nichtalkoholischer Fettlebererkrankung (NAFLD) und Helicobacter Pylori Infektionen: Eine ein-zentrische, prospektive Studie ",
                "en": "NON-ALCOHOLIC FATTY LIVER DISEASE AND ITS POTENTIAL RELATIONSHIP WITH HELICOBACTER PYLORI INFECTION: A SINGLE-CENTER PROSPECTIVE STUDY"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2021-01-20T17:31:30+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 90044,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6420-90044-10"
            ]
        },
        {
            "id": 6363,
            "title": {
                "de": "Identifikation von Signaltransduktionswegen im Rahmen der extralymphatischen Transition des diffus großzelligen B-Zell Lymphoms  ",
                "en": "Identification of intracellular signaling-transduction pathways with regard to lymphatic tissue infiltration  in diffuse large B cell lymphoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-08-01T02:00:00+02:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-09-01T02:00:00+02:00",
            "end_effective": "2023-01-01T01:00:00+01:00",
            "assignment": "2020-12-10T11:45:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 94596,
            "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": [
                "6363-94596-10"
            ]
        },
        {
            "id": 6486,
            "title": {
                "de": "COMET - Common Mechanisms in Autoimmune Diseases",
                "en": "COMET - Common Mechanisms in Autoimmune Diseases"
            },
            "short": "COMET",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2021-03-09T17:46:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2527
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6486-51831-10"
            ]
        },
        {
            "id": 6478,
            "title": {
                "de": "Trimethylamine-N-Oxide (TMAO) und Polyphenole bei PatientInnen mit Anorexia nervosa",
                "en": "Trimethylamine-N-Oxide (TMAO) and polyphenols in anorexia nervosa patients"
            },
            "short": "ILSD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2023-03-31T02:00:00+02:00",
            "assignment": "2021-03-04T09:27:48+01:00",
            "program": null,
            "subprogram": null,
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 84449,
            "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": [
                "6478-84449-10"
            ]
        },
        {
            "id": 6517,
            "title": {
                "de": "Mechanismen der Humanen Diabetischen Kardiomyopathie",
                "en": "Mechanisms of Human Diabetic Cardiomyopathy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-04T01:00:00+01:00",
            "begin_effective": "2021-01-04T01:00:00+01:00",
            "end_planned": "2022-09-30T02:00:00+02:00",
            "end_effective": "2022-09-30T02:00:00+02:00",
            "assignment": "2021-04-07T12:19:57+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1886
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "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": 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": 6349,
            "title": {
                "de": "Central Repository for Digital Pathology",
                "en": "Central Repository for Digital Pathology"
            },
            "short": "BIGPICTURE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-02-01T01:00:00+01:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-01-31T01:00:00+01:00",
            "assignment": "2020-11-30T11:10:17+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": " 945358",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6349-51663-10"
            ]
        },
        {
            "id": 6370,
            "title": {
                "de": "Untersuchung der Insulinabhängigen globalen und lokalen H2O2 und NO• Signaltransduktionswegen  in Kardiomyozyten",
                "en": "Shining a Light on Global and Local H2O2 and NO• Signals in Cardiac Insulin Signaling"
            },
            "short": "Insulin med. Radikalbldg. Herzmuskelzell",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-10-30T01:00:00+01:00",
            "begin_effective": "2021-02-01T01:00:00+01:00",
            "end_planned": "2020-10-30T01:00:00+01:00",
            "end_effective": "2022-07-31T02:00:00+02:00",
            "assignment": "2020-12-15T12:00:05+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J4113-B31",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 6387,
            "title": {
                "de": "Ist der Energiestoffwechsel von kolorektalen Karzinomen als therapeutisches Target geeignet?",
                "en": "Targeting colorectal cancer metabolism"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2021-03-01T01:00:00+01:00",
            "end_planned": "2022-02-28T01:00:00+01:00",
            "end_effective": "2023-02-28T01:00:00+01:00",
            "assignment": "2020-12-22T14:59:48+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "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-57",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 6466,
            "title": {
                "de": "Immuno-Metabolismus",
                "en": "SFB IMMUNOMETABOLISM:\r\nMetabolic maintenance of tissue integrity by macrophages"
            },
            "short": "SFB IMMUNOMETABOLISM - Mikrobiom-Makroph",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-03-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2029-02-28T01:00:00+01:00",
            "assignment": "2021-02-22T11:41:50+01:00",
            "program": 67,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 90021,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "F83-B ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6466-50944-12",
                "6466-65782-12",
                "6466-65966-12",
                "6466-90021-10",
                "6466-91470-12",
                "6466-95832-12",
                "6466-99612-12",
                "6466-100035-12",
                "6466-105927-12",
                "6466-104024-12",
                "6466-109121-12",
                "6466-100806-12",
                "6466-106195-12",
                "6466-111455-12",
                "6466-111471-12",
                "6466-111949-12",
                "6466-112149-12",
                "6466-130315-12",
                "6466-135402-12",
                "6466-135463-12"
            ]
        },
        {
            "id": 6414,
            "title": {
                "de": "Prostaglandin und Cannabinoid Rezeptoren in der EoE",
                "en": "Prostaglandin and cannabinoid receptors in EoE"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-03-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2021-01-18T12:19:12+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 56687,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI887",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6414-56687-10"
            ]
        },
        {
            "id": 6488,
            "title": {
                "de": "Umwidmung von Xenobiotika-Rezeptor Liganden fuer die Behandlung von A1AT Mangel",
                "en": "Repurposing of xenobiotic receptor ligands to treat A1AT deficient liver disease"
            },
            "short": "drug repurposing",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2021-03-01T01:00:00+01:00",
            "end_planned": "2022-09-30T02:00:00+02:00",
            "end_effective": "2024-09-30T02:00:00+02:00",
            "assignment": "2021-03-10T11:43:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50593,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-62",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6488-50593-10"
            ]
        }
    ]
}