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=158520&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158522,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158500&ordering=impactfactor_norm",
    "results": [
        {
            "id": 213909,
            "title": "Virtual Experience and Interactive Training Environments with Bio-signal-based Indicators for Cognitive Decline: Results of the SmartAktiv Study",
            "abstract": null,
            "authors": [
                "Paletta, L",
                "Linzer, A",
                "Pszeida, M",
                "Berger, U",
                "Zuschnegg, J",
                "Dini, A",
                "Draxler, S",
                "Kratky, W",
                "Schultz, A",
                "Schneeberger, M",
                "Weiss, W",
                "Orgel, T",
                "Pfitzer, T",
                "Russegger, S",
                "Goldgruber, J",
                "Koini, M",
                "Schuessler, S"
            ],
            "year": 2025,
            "source": "16th International Conference on Applied Human Factors and Ergonomics; JUL 26-30, 2025; Orlando, Florida. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213909-14024",
                "213909-14051"
            ],
            "persons": [
                "213909-59566"
            ],
            "imported": "2025-02-07T11:36:54+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213705,
            "title": "Clinical comparison of bridging plate systems in complex \r\nmandibular reconstruction – a randomized controlled trial",
            "abstract": null,
            "authors": [
                "Rieder, M",
                "Remschmidt, B",
                "Schwaiger, M",
                "Steyer, G",
                "Zemann, W",
                "Pau, M",
                "Walnner, J"
            ],
            "year": 2025,
            "source": "29. Jahreskongress OEGMKG; JAN 27–31, 2025; Bad Hofgastein. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213705-14057",
                "213705-14112"
            ],
            "persons": [
                "213705-105581",
                "213705-52001",
                "213705-76910",
                "213705-104560",
                "213705-65823",
                "213705-94150"
            ],
            "imported": "2025-02-04T12:04:43+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}