Allows authenticated users to retrieve their own publications. URLhttp://api.mendeley.com/oapi/library/documents/authored/ Request MethodRequires AuthenticationParameters- page: Page Number -- In order to retrieve document_ids for users with more than 1 page of publications. NOTE: page starts at 0.
Returns200 OK & JSON 401 Unauthorized - 404 Not Found
GET http://api.mendeley.com/oapi/library/documents/authored/
Response Example{
"total_results": 1,
"total_pages": 1,
"current_page": 0,
"items_per_page": 20,
"document_ids": [
"2937576181"]
} |
|