You can specify a set of documents to mark as read or unread for an agent by using the AgentChangeDocsReadStatus
action. For details on this action, refer to the IDOL Server Reference. For example:
http://12.3.4.56:9030/action=AgentChangeDocsReadStatus&UserName=Administrator&AgentName=Global+Warming&DocRefs=1234,5678,2953
This action modifies the agent called Global Warming
for the Administrator
user, and marks the documents with the IDs 1234
, 5678
, and 2953
as read, so that they do not return in the agent results.