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=imported
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=imported",
    "results": [
        {
            "id": 16113,
            "title": "Using non-invasive uterine electromyography in patients undergoing labor induction at term.",
            "abstract": null,
            "authors": [
                "Schlembach, D",
                "Maner, WL",
                "MacKay, LB",
                "Saade, GR",
                "Hankins, GDV",
                "Garfield, RE"
            ],
            "year": 2005,
            "source": "J SOC GYNECOL INVESTIGATION 2005 12: 352A-352A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000227329101381",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J SOC GYNECOL INVESTIGATION",
            "issn": "1071-5576",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.887,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.87719298245614,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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
        },
        {
            "id": 16112,
            "title": "The placental scavenger receptor class B type-I undergoes spatio-developmental changes in human pregnancy.",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Hirschmugl, B",
                "Andiel, I",
                "Maier, A",
                "Hiden, U",
                "Wadack, C"
            ],
            "year": 2005,
            "source": "J SOC GYNECOL INVESTIGATION 2005 12: 228A-229A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000227329100449",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "16112-14038"
            ],
            "persons": [
                "16112-50674",
                "16112-56938",
                "16112-51632"
            ],
            "imported": null,
            "journal": "J SOC GYNECOL INVESTIGATION",
            "issn": "1071-5576",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.887,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.87719298245614,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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
        }
    ]
}