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": 3286,
            "title": "Changes in serum interleukin-6 concentrations in obese children and adolescents during a weight reduction program.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Sudi, KM",
                "Aigner, R",
                "Borkenstein, M"
            ],
            "year": 2001,
            "source": "Int J Obes Relat Metab Disord. 2001; 25(11):1640-1643",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171828900012",
            "pubmed": "11753584",
            "doi": "10.1038/sj.ijo.0801808",
            "pmc": null,
            "organizations": [
                "3286-14091",
                "3286-14107"
            ],
            "persons": [
                "3286-51654-6",
                "3286-51963-2"
            ],
            "imported": null,
            "journal": "INT J OBESITY",
            "issn": "0307-0565",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.196,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.78,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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": true
        },
        {
            "id": 3322,
            "title": "Lumbar disc herniation mimicking meralgia paresthetica: case report.",
            "abstract": null,
            "authors": [
                "Trummer, M",
                "Flaschka, G",
                "Unger, F",
                "Eustacchio, S"
            ],
            "year": 2000,
            "source": "Surg Neurol. 2000; 54(1):80-81",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089781300026",
            "pubmed": "11024511",
            "doi": "10.1016%2FS0090-3019%2800%2900264-0",
            "pmc": null,
            "organizations": [
                "3322-14050"
            ],
            "persons": [
                "3322-51969-6",
                "3322-53653-2",
                "3322-81970-6"
            ],
            "imported": null,
            "journal": "SURG NEUROL",
            "issn": "0090-3019",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.018,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.617647058823529,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "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
        }
    ]
}