| Resource | Method | Description |
|---|---|---|
| https://api.elsevier.com/analytics/scival/topicCluster/{id} | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/metrics | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/countryId/{countryId} | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/institutionId/{institutionId} | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/scopusSourceId/{sourceId} | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/metrics/countryId/{countryId} | GET |
Topic Cluster Lookup API:
|
| https://api.elsevier.com/analytics/scival/topicCluster/metrics/institutionId/{institutionId} | GET |
Topic Cluster Lookup API:
|
Topic Cluster Lookup API:
| GET | getTopicCluster() |
| id | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| application/json | Topic Cluster JSON Response:
|
JSON Example |
| application/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | topicClusterMetrics() |
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| metricTypes | xs:string (required) options: AuthorCount, CitationCount, CitingPatentCount, FieldWeightedCitationImpact, InstitutionCount, ScholarlyOutput, PatentCitationCount, PatentCitationsPerPublication, PatentCitedPublicationCount, TopAuthors, TopInstitutions, TopJournals, TopKeywords |
This represents the types of metrics desired in the response. More than one can be specified. ex. metrics=CitationCount,AuthorCount |
| topicClusterIds | xs:string |
This represents the SciVal Topic Cluster IDs for which metrics are desired in the response. More than one can be specified. ex. topicClusterIds=12,15 |
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| subjectAreaFilterURI | xs:string default: |
In order to filter metrics on a specific subject area, specify the URI of the subject area here. |
| includeSelfCitations | xs:boolean default: true |
Whether or not to include self-citations in the metric calculations. Note that only certain metrics take this flag into consideration. |
| byYear | xs:boolean default: false |
If set to true, metric values will be returned for each year in the range specified. If set to false, the metric values will be calculated for the entire year range. |
| includedDocs | xs:string default: AllPublicationTypes options: AllPublicationTypes, ArticlesOnly, ArticlesReviews, ArticlesReviewsConferencePapers, ArticlesReviewsConferencePapersBooksAndBookChapters, ArticlesConferencePapers, BooksAndBookChapters |
The document types to include in the metric calculations. Note that only certain metrics take this flag into consideration. |
| application/json | Topic Cluster JSON Response:
|
JSON Example |
| application/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | getTopicClustersByCountryId() |
| countryId | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| limit | xs:int default: 100 |
|
| offset | xs:int default: 0 |
|
| application/json | Topic Cluster JSON Response:
|
JSON Example |
| application/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | getTopicClustersByInstitutionId() |
| institutionId | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| limit | xs:int default: 100 |
|
| offset | xs:int default: 0 |
|
| application/json | Topic Cluster JSON Response:
|
JSON Example |
| application/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | getTopicClustersBySourceId() |
| sourceId | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| limit | xs:int default: 100 |
|
| offset | xs:int default: 0 |
|
| application/json | Topic Cluster JSON Response:
|
JSON Example |
| application/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Topic Cluster XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | countryTopicClusterMetrics() |
| countryId | xs:long | |
| countryId | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| topicClusterId | xs:long |
|
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| metricTypes | xs:string (required) options: CitationCount, ScholarlyOutput, FieldWeightedCitationImpact, PatentCitationCount, PatentCitationsPerPublication, PatentCitedPublicationCount, PublicationShare, PublicationShareGrowth |
This represents the types of metrics desired in the response. More than one can be specified. ex. metrics=CitationCount,ScholarlyOutput |
| application/json | Topic JSON Response:
|
JSON Example |
| application/xml | Topic XML Response:
|
XML Example |
| text/xml | Topic XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |
Topic Cluster Lookup API:
| GET | institutionTopicClusterMetrics() |
| institutionId | xs:long | |
| institutionId | xsd:long |
|
| Accept | xsd:string (required) default: application/json options: application/json, application/xml, text/xml |
|
| Authorization | xsd:string |
|
| X-ELS-APIKey | xsd:string (required) |
|
| X-ELS-Authtoken | xsd:string |
|
| X-ELS-Insttoken | xsd:string |
|
| X-ELS-ReqId | xsd:string |
|
| httpAccept | xsd:string options: application/json, application/xml, text/xml |
|
| access_token | xsd:string |
|
| insttoken | xsd:string |
|
| apiKey | xsd:string |
|
| reqId | xsd:string |
|
| topicClusterId | xs:long |
|
| yearRange | xs:string default: 5yrs options: 3yrs, 3yrsAndCurrent, 3yrsAndCurrentAndFuture, 5yrs, 5yrsAndCurrent, 5yrsAndCurrentAndFuture, 10yrs |
The year range for which to calculate the metric values. For instance, if the current year is 2018, 3yrsAndCurrentAndFuture would be 2015-2019. |
| metricTypes | xs:string (required) options: CitationCount, ScholarlyOutput, FieldWeightedCitationImpact, PublicationShare, PublicationShareGrowth |
This represents the types of metrics desired in the response. More than one can be specified. ex. metrics=CitationCount,ScholarlyOutput |
| application/json | Topic JSON Response:
|
JSON Example |
| application/xml | Topic XML Response:
|
XML Example |
| text/xml | Topic XML Response:
|
XML Example |
| text/xml | Invalid Request:
|
Invalid Request Example |
| text/xml | Authentication Error:
|
Authentication Error Example |
| text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
| text/xml | Invalid HTTP Method:
|
Invalid Method Example |
| text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
| text/xml | Quota Exceeded:
|
Quota Exceeded Example |
| text/xml | Generic Error:
|
Generic Error Example |