⧼vector-jumptocontent⧽

Access Object: Difference between revisions

From EPrints Documentation
link to API page
added accessid description.
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
<table border="1" cellspacing="0" cellpadding="2">
<table border="1" cellspacing="0" cellpadding="2">
<tr><th>Field Name</th><th>Type</th><th>Description</th></tr>
<tr><th>Field Name</th><th>Type</th><th>Description</th></tr>
<tr><td>accessid</td><td>[[int field]]</td><td></td></tr>
<tr><td>accessid</td><td>[[int field]]</td><td> The ID number of this Access Object (unique within a single repository)</td></tr>
<tr><td>datestamp</td><td>[[time field]]</td><td>Date/time the request occurred (not when the request was eventually served!).</td></tr>
<tr><td>datestamp</td><td>[[time field]]</td><td>Date/time the request occurred (not when the request was eventually served!).</td></tr>
<tr><td>requester_id</td><td>[[text field]]</td><td>The identity of the requesting user, currently their IP address but this may change in future.</td></tr>
<tr><td>requester_id</td><td>[[text field]]</td><td>The identity of the requesting user, currently their IP address but this may change in future.</td></tr>
Line 19: Line 19:


== See Also ==
== See Also ==
* [[API:EPrints/DataObj/Access|EPrints::DataObj::Access]] - API page
* [[API:EPrints/DataObj/Access|EPrints::DataObj::Access]] - API page.
* [[Access Log Dataset]] - Details the functionality of this data objects within the dataset.

Latest revision as of 09:16, 9 March 2022


Built in Fields

Field NameTypeDescription
accessidint field The ID number of this Access Object (unique within a single repository)
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