List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

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:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

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:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=158460&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158462,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158440&ordering=year",
    "results": [
        {
            "id": 220779,
            "title": "Anxiety und digitale Gesundheitskompetenz bei erwachsenen Personen – Ein Scoping Review",
            "abstract": "Hintergrund: Rund 30% der Österreicher:innen haben Schwierigkeiten, Aufgaben im Bereich der digitalen Gesundheitskompetenz (dGK) korrekt umzusetzen. Im Speziellen die Beurteilung der Vertrauenswürdigkeit von gefundenen Informationen wird als schwierig oder sehr schwierig eingestuft. Gegensätzlich dazu hat vermehrtes Suchen von Gesundheitsinformationen Auswirkungen auf Ängste, genauer gesagt fördert dieses Verhalten das Auftreten einer „Gesundheits-Anxiety“. In der Literatur wird ein Zusammenhang zwischen der Nutzung des Internets, Anxiety und Stress hergestellt. Welche Zusammenhänge nun zwischen der digitalen Gesundheitskompetenz und dem Auftreten von Anxiety bei erwachsenen Personen in der Literatur beschrieben werden, soll in dieser Arbeit geklärt werden.",
            "authors": [
                "Bergthaler, K"
            ],
            "year": 2026,
            "source": "Masterstudium; Interprofessionelle Gesundheitswissenschaften; [ Masterarbeit ] Medizinische Universität Graz; 2026. pp. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2026-02-09T08:35:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 220803,
            "title": "Muster urologischer Notfälle und Zuweisungen",
            "abstract": null,
            "authors": [
                "Helm, T"
            ],
            "year": 2026,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2026. pp. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2026-02-09T08:35:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}