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=impactfactor_norm
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=impactfactor_norm",
    "results": [
        {
            "id": 76777,
            "title": "Endogenous thrombin potential in 3183 participants of the Ludwigshafen Risk and Cardiovascular Health (LURIC) study.",
            "abstract": null,
            "authors": [
                "Prüller, F",
                "Payer, S",
                "Ramschak, H",
                "Tiran, B",
                "Böhm, B",
                "März, W"
            ],
            "year": 2007,
            "source": "Journal of Thrombosis and Haemostasis2007; 5(S2):O-T-91--XXIst Congress of the International Society on Thrombosis and Haemostasis (ISTH); JUL 6-12, 2007; Geneva, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76777-14028"
            ],
            "persons": [
                "76777-51906",
                "76777-57144"
            ],
            "imported": "2008-02-27T15:34:27+01:00",
            "journal": null,
            "issn": "1538-7933",
            "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": 67992,
            "title": "Freeze-controlled crystallisation of human tear fluid",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Rabensteiner, DF",
                "Wachswender, C",
                "Kirchengast, S",
                "Krenn, K",
                "Ettinger, K",
                "Wedrich, A"
            ],
            "year": 2007,
            "source": "Supplement to the European Journal of Ophthalmology2007; 17: 20-20.-Joint Congress of SOE/AAO 2007; June 9-12, 2007; Vienna, AUSTRIA.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67992-14043"
            ],
            "persons": [
                "67992-53938"
            ],
            "imported": "2007-08-07T10:54:11+02:00",
            "journal": null,
            "issn": "1120-6721",
            "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
        }
    ]
}