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=152640&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 152641,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152620&ordering=year",
    "results": [
        {
            "id": 212150,
            "title": "Consensus Report on Glucagon-Like Peptide-1 Receptor Agonists as Adjunctive Treatment for Individuals With Type 1 Diabetes Using an Automated Insulin Delivery System.",
            "abstract": null,
            "authors": [
                "Shah, VN",
                "Peters, AL",
                "Umpierrez, GE",
                "Sherr, JL",
                "Akturk, HK",
                "Aleppo, G",
                "Bally, L",
                "Cengiz, E",
                "Cinar, A",
                "Dungan, K",
                "Fabris, C",
                "Jacobs, PG",
                "Lal, RA",
                "Mader, JK",
                "Masharani, U",
                "Prahalad, P",
                "Schmidt, S",
                "Zijlstra, E",
                "Ho, CN",
                "Ayers, AT",
                "Tian, T",
                "Aaron, RE",
                "Klonoff, DC"
            ],
            "year": 2025,
            "source": "J Diabetes Sci Technol. 2025; 19(1):191-216",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001350416800001",
            "pubmed": "39517127",
            "doi": "10.1177/19322968241291512",
            "pmc": "PMC11571606",
            "organizations": [
                "212150-14080"
            ],
            "persons": [
                "212150-50877-6"
            ],
            "imported": "2024-11-18T09:31:25+01:00",
            "journal": "J DIABETES SCI TECHN",
            "issn": "1932-2968",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF DIABETES SCIENCE AND TECHNOLOGY; ",
            "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": true,
            "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": true
        }
    ]
}