Publication List
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:
personscategorydocumentorganization_authorship
Filters
To filter for exact value matches:
?<fieldname>=<value>
Possible exact filters:
yearcategorydocumentpersons
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,ltesci:iexact,contains,icontains,startswith,istartswithpubmed:iexact,contains,icontains,startswith,istartswithdoi:iexact,contains,icontains,startswith,istartswithpmc:iexact,contains,icontains,startswith,istartswithorganization_authorship:inimpact:isnull,gt,gte,lt,lteimported:isnull,gt,gte,lt,lte,date
GET /v1/research/publication/?format=api&offset=158520&ordering=imported
{ "count": 158522, "next": null, "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158500&ordering=imported", "results": [ { "id": 16114, "title": "Dermoscopy of subcorneal hematoma", "abstract": null, "authors": [ "Zalaudek, I", "Soyer, HP", "Argenziano, G", "Braun, R" ], "year": 2005, "source": "J AMER ACAD DERMATOL 2005 52: P144-P144.", "category": 2, "document_type": 9, "sci": "ISI:000227632400570", "pubmed": null, "doi": null, "pmc": null, "organizations": [ "16114-14047" ], "persons": [ "16114-50151" ], "imported": null, "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": 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": 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 } ] }