Difference between revisions of "Access Object"

From EPrints Documentation
Jump to: navigation, search
m (Built in Fields: fixed a layout typo)
(link to API page)
Line 17: Line 17:
 
<tr><td>referent_docid</td><td>[[text field]]</td><td>The id of the document requested (if it was a full-text request).</td></tr>
 
<tr><td>referent_docid</td><td>[[text field]]</td><td>The id of the document requested (if it was a full-text request).</td></tr>
 
</table>
 
</table>
 +
 +
== See Also ==
 +
* [[API:EPrints/DataObj/Access|EPrints::DataObj::Access]] - API page

Revision as of 15:59, 18 February 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Data Objects: Access - Document - EPrint - Event Queue - File - History - Import - Login Ticket - Request - Saved Search - Subject - User


Built in Fields

Field NameTypeDescription
accessidint field
datestamptime fieldDate/time the request occurred (not when the request was eventually served!).
requester_idtext fieldThe identity of the requesting user, currently their IP address but this may change in future.
requester_user_agenttext fieldThe user agent string given by the user's web browser (useful for robots detection).
requester_countrytext fieldThe country the user made the request from (if available).
requester_institutiontext fieldThe institution the user made the request from (if available).
referring_entity_idtext fieldThe location from which the user has come (either a web page or eprint id).
service_type_idtext fieldThe type of object requested, currently one of "?fulltext=yes" or "?abstract=yes"
referent_idtext fieldThe id of the eprint requested.
referent_docidtext fieldThe id of the document requested (if it was a full-text request).

See Also