Scopus integration (Data). Imported from open-connector.
https://api.elsevier.com/content/search/scopus
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The official Scopus Boolean query, such as TITLE-ABS-KEY(machine learning) AND … |
| view | string | optional | The Scopus Search response view. |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| start | integer | optional | The zero-based result offset. |
| count | integer | optional | The maximum number of results. STANDARD supports up to 200; COMPLETE supports u… |
| sort | string | optional | An official Elsevier sort expression. Prefix a field with + or - and separate u… |
| dateRange | string | optional | The publication year or inclusive year range, such as 2024 or 2020-2024. |
| subjectArea | string | optional | A Scopus subject-area abbreviation such as COMP, MEDI, or SOCI. |
| content | string | optional | The Scopus content category to search. |
| facets | string | optional | An official Elsevier facet expression, including optional bucket dimensions in … |
/abstract/{identifierType}/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifierType | string | required | The identifier namespace used by the supplied value. |
| identifier | string | required | The document identifier in the selected namespace. |
| view | string | optional | The Abstract Retrieval response view. |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| referenceStart | integer | optional | The zero-based result offset. |
| referenceCount | integer | optional | The maximum number of reference records to return, subject to the selected endp… |
/search/author
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The official Scopus Author Search query, such as AUTHLASTNAME(Smith) AND AFFIL(… |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| start | integer | optional | The zero-based result offset. |
| count | integer | optional | The maximum number of results to return. |
| sort | string | optional | An official Elsevier sort expression. Prefix a field with + or - and separate u… |
| facets | string | optional | An official Elsevier facet expression, including optional bucket dimensions in … |
| resolveAliases | boolean | optional | Whether Elsevier should substitute superseded author identifiers with their cur… |
/author/{identifierType}/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifierType | string | required | The identifier namespace used by the supplied value. |
| identifier | string | required | The author identifier in the selected namespace. |
| view | string | optional | The Author Retrieval response view. |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| resolveAliases | boolean | optional | Whether Elsevier should substitute a superseded author profile with its current… |
| referenceStart | integer | optional | The zero-based result offset. |
| referenceCount | integer | optional | The maximum number of reference records to return, subject to the selected endp… |
/search/affiliation
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The official Scopus Affiliation Search query, such as AFFIL(University of Oxfor… |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| start | integer | optional | The zero-based result offset. |
| count | integer | optional | The maximum number of results to return. |
| sort | string | optional | An official Elsevier sort expression. Prefix a field with + or - and separate u… |
| facets | string | optional | An official Elsevier facet expression, including optional bucket dimensions in … |
/affiliation/{identifierType}/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifierType | string | required | The identifier namespace used by the supplied value. |
| identifier | string | required | The affiliation identifier in the selected namespace. |
| view | string | optional | The Affiliation Retrieval response view. |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| referenceStart | integer | optional | The zero-based result offset. |
| referenceCount | integer | optional | The maximum number of reference records to return, subject to the selected endp… |
/serial/title
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | optional | A partial or complete serial source title. |
| issn | string | optional | An ISSN identifying a serial source. |
| publisher | string | optional | A partial publisher name. |
| subjectArea | string | optional | A Scopus subject-area abbreviation such as COMP, MEDI, or SOCI. |
| subjectCode | string | optional | A Scopus subject-area code. |
| contentType | string | optional | The serial source content type. |
| openAccess | string | optional | The serial source open-access filter. |
| dateRange | string | optional | The publication year or inclusive year range, such as 2024 or 2020-2024. |
| view | string | optional | The Serial Title response view. |
| fields | string | optional | A comma-separated list of official Elsevier response fields. Supplying fields o… |
| start | integer | optional | The zero-based result offset. |
| count | integer | optional | The maximum number of results to return. |