Allows you to specify a set of documents to mark as read or unread for an agent.
http://12.3.4.56:9000/action=AgentChangeDocsReadStatus&UserName=Administrator&AgentName=Global+Warming&DocRefs=1234,5678,2953&MarkAsRead=True
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.
Parameter | Description | Required |
---|---|---|
AgentName | The name of the agent to modify. | see Comments |
AID | The ID of the agent to modify. | see Comments |
DocRefs | A comma-separated list of document references to mark as read or unread. | |
MarkAsRead | Whether to mark the document as read. | |
UID | The ID of the user that owns the agent. | see Comments |
UserName | The name of the user that owns the agent. | see Comments |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
ResponseFormat | The format of the action output. |
You must set the following parameters for AgentChangeDocsReadStatus
:
|