User Authored

Allows authenticated users to retrieve their own publications.

URL

http://api.mendeley.com/oapi/library/documents/authored/

Request Method

GET

Requires Authentication

Yes

Parameters

  • page: Page Number -- In order to retrieve document_ids for users with more than 1 page of publications. NOTE: page starts at 0.

Returns

  • 200 OK & JSON
  • 401 Unauthorized
  • 404 Not Found

Request Example

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"]
}

Developer Forum