Resource | Method | Description |
---|---|---|
https://api.elsevier.com/content/abstract/citations | GET |
Citation Overview API:
|
Citation Overview API:
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, text/xml, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
X-ELS-ResourceVersion | xsd:string |
|
httpAccept | xsd:string options: application/json, text/xml, application/xml |
|
access_token | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
ver | xsd:string |
|
start | xsd:string |
Numeric value representing the results offset (i.e. starting position for the search results). The maximum for this value is a system-level default (varies with search cluster) minus the number of results requested. If not specified the offset will be set to zero (i.e. first search result) ex. start=5 |
count | xsd:string |
Numeric value representing the maximum number of results to be returned for the search. If not provided this will be set to a system default based on service level. In addition the number cannot exceed the maximum system default â?? if it does an error will be returned. ex. count=10 |
view | xsd:string default: STANDARD options: STANDARD |
|
field | xsd:string |
This alias represents the name of specific fields that should be returned. The list of fields include all of the fields returned in the response payload (see view). Multiple fields can be specified, delimited by commas. |
sort | xsd:string options: sort-year, rowTotal |
Represents the sort field name and order. A plus in front of the sort field name indicates ascending order, a minus indicates descending order. If sort order is not specified (i.e. no + or -) then the order defaults to ascending (ASC). Only one sort field can be specified at a time. +/-{field name} ex. sort=+sort-year |
date | xsd:string |
Represents the date range associated with the search, with the lowest granularity being year. ex. date=2002-2007 |
citation | xsd:string options: exclude-self, exclude-books |
Allows for the exclusion of self-citations. The default behavior is to include all citations. |
author_id | xsd:string |
Exclude citations for specified author. Ignored if citation=exclude-books One or more author identifiers can be requested. |
scopus_id | xsd:string |
One or more document identifiers can be requested. |
doi | xsd:string |
One or more document identifiers can be requested. |
pii | xsd:string |
One or more document identifiers can be requested. |
pubmed_id | xsd:string |
One or more document identifiers can be requested. |
application/json | Citation Overview JSON Response:
|
abstractCitationResp.json |
text/xml | Citation Overview XML Response:
|
abstractCitationResp.xml |
application/xml | Citation Overview XML Response:
|
abstractCitationResp.xml |
text/xml | Invalid Request:
|
invalidRequest.xml |
text/xml | Authentication Error:
|
authError.xml |
text/xml | Invalid HTTP Method:
|
invalidHttpMethod.xml |
text/xml | Invalid Mime Type:
|
invalidAcceptHeader.xml |
text/xml | Quota Exceeded:
|
quotaExceeded.xml |
text/xml | Generic Error:
|
genericError.xml |