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=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 152642,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152620&ordering=-imported",
    "results": [
        {
            "id": 17538,
            "title": "Bacitracin for lubrication: an allergen for more convenience?",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 2005,
            "source": "J AMER ACAD DERMATOL. 2005; 52(6): 1114-1115. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000229513500044",
            "pubmed": "15928651",
            "doi": "10.1016/j.jaad.2005.03.016",
            "pmc": null,
            "organizations": [
                "17538-14047"
            ],
            "persons": [
                "17538-51346-2"
            ],
            "imported": "2005-09-17T13:29:45+02:00",
            "journal": "J AMER ACAD DERMATOL",
            "issn": "0190-9622",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.402,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.897435897435898,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 4482,
            "title": "The inhibitory effect of vasoactive drugs on intestinal motility is reduced during endotoxinemia",
            "abstract": null,
            "authors": [
                "Fruhwald, SM",
                "Scholl, G",
                "Herk, E",
                "Holzer, P",
                "Metzler, H"
            ],
            "year": 2002,
            "source": "INTENS CARE MED 2002 28: 362-362.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000178345900361",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "4482-14044"
            ],
            "persons": [
                "4482-51611",
                "4482-51938"
            ],
            "imported": "2005-08-24T18:44:32+02:00",
            "journal": "INTENS CARE MED",
            "issn": "0342-4642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.041,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.764705882352941,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "CRITICAL CARE MEDICINE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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
        }
    ]
}