Mendeley
Website: https://www.mendeley.com/ API Reference: https://dev.mendeley.com/methods/#introduction
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | Client ID. Could be found at https://dev.mendeley.com/myapps.html | |
start_date | string | Start date. | |
client_secret | string | Client secret. Could be found at https://dev.mendeley.com/myapps.html | |
query_for_catalog | string | Query for catalog search. Query for catalog search | Polar Bear |
client_refresh_token | string | Refresh token. Use cURL or Postman with the OAuth 2.0 Authorization tab. Set the Auth URL to https://api.mendeley.com/oauth/authorize, the Token URL to https://api.mendeley.com/oauth/token, and use all as the scope. | |
name_for_institution | string | Name for institution. The name parameter for institutions search | City University |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
annotations | id | DefaultPaginator | ✅ | ✅ |
catalog_search | id | DefaultPaginator | ✅ | ❌ |
identifier_types | uuid | DefaultPaginator | ✅ | ❌ |
profile | id | DefaultPaginator | ✅ | ✅ |
trashed | id | DefaultPaginator | ✅ | ✅ |
groups | id | DefaultPaginator | ✅ | ✅ |
folders | id | DefaultPaginator | ✅ | ✅ |
files | id | DefaultPaginator | ✅ | ✅ |
documents | id | DefaultPaginator | ✅ | ✅ |
subject_areas | uuid | DefaultPaginator | ✅ | ❌ |
institutions | id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
client_id
string
client_refresh_token
string
client_secret
string
name_for_institution
string
query_for_catalog
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.10 | 2025-07-05 | 62565 | Update dependencies |
0.0.9 | 2025-06-28 | 62155 | Update dependencies |
0.0.8 | 2025-06-21 | 61865 | Update dependencies |
0.0.7 | 2025-06-14 | 61154 | Update dependencies |
0.0.6 | 2025-05-24 | 59843 | Update dependencies |
0.0.5 | 2025-05-03 | 59297 | Update dependencies |
0.0.4 | 2025-04-26 | 58827 | Update dependencies |
0.0.3 | 2025-04-19 | 58180 | Update dependencies |
0.0.2 | 2025-04-12 | 57676 | Update dependencies |
0.0.1 | 2025-04-08 | 57512 | Initial release by @btkcodedev via Connector Builder |