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=157940&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157942,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157920&ordering=imported",
    "results": [
        {
            "id": 11700,
            "title": "A blood protein monitor for the continuous measurement of blood volume changes during hemodialysis.",
            "abstract": null,
            "authors": [
                "Schneditz, D",
                "Pogglitsch, H",
                "Horina, J",
                "Binswanger, U"
            ],
            "year": 1990,
            "source": "Kidney Int. 1990; 38(2):342-346",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DP87700021",
            "pubmed": "2205752",
            "doi": "10.1038/ki.1990.207",
            "pmc": null,
            "organizations": [
                "11700-14010"
            ],
            "persons": [
                "11700-51717-6",
                "11700-51834-2"
            ],
            "imported": null,
            "journal": "KIDNEY INT",
            "issn": "0085-2538",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.058,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.975609756097561,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 22014,
            "title": "Ocular haemodynamics and colour contrast sensitivity in patients with type 1 diabetes.",
            "abstract": null,
            "authors": [
                "Findl, O",
                "Dallinger, S",
                "Rami, B",
                "Polak, K",
                "Schober, E",
                "Wedrich, A",
                "Ries, E",
                "Eichler, HG",
                "Wolzt, M",
                "Schmetterer, L"
            ],
            "year": 2000,
            "source": "BRIT J OPHTHALMOL 2000 84: 493-498.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086842400011",
            "pubmed": "10781513",
            "doi": "10.1136/bjo.84.5.493",
            "pmc": "PMC1723479",
            "organizations": [],
            "persons": [
                "22014-53938-6"
            ],
            "imported": null,
            "journal": "BRIT J OPHTHALMOL",
            "issn": "0007-1161",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.948,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.75609756097561,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": false
        }
    ]
}