MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.ActionLogResults Class Reference

A Result of an abbreviated collection of Action Logs (ActionLogIndexItems). More...

Properties

string AgentUuid [get, set]
 This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be an RFC 4122 compliant UUID. agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your ActionLog request to be accepted. More...
 
string MoxiWorksAgentId [get, set]
 This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be a string that may take the form of an email address, or a unique identification string. Agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your ActionLog request to be accepted. More...
 
string MoxWorksContactId [get, set]
 This is the Moxi Works Platform ID of the Contact which the ActionLog objects are associated with. This will be an RFC 4122 compliant UUID. This data is required and must reference a valid Moxi Works Contact ID for your ActionLog Index request to be accepted. This is the same as the moxi_works_contact_id attribute of the Contact response. More...
 
string PartnerContactId [get, set]
 This is the unique identifer you use in your system that has been associated with the Contact that you are creating an ActionLog entry about. You should have already created the Contact record on the Moxi Works Platform using Contact Create before attempting to use your system’s contact ID to show ActionLog entries for the Contact. Your request will be rejected if the Contact record does not exist. More...
 
List< ActionLogIndexItemActions = new List<ActionLogIndexItem>() [get, set]
 The actions array contains a list of ActionLogIndexItem representing ActionLog entries. More...
 

Detailed Description

A Result of an abbreviated collection of Action Logs (ActionLogIndexItems).

Property Documentation

◆ Actions

List<ActionLogIndexItem> MoxiWorks.Platform.ActionLogResults.Actions = new List<ActionLogIndexItem>()
getset

The actions array contains a list of ActionLogIndexItem representing ActionLog entries.

◆ AgentUuid

string MoxiWorks.Platform.ActionLogResults.AgentUuid
getset

This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be an RFC 4122 compliant UUID. agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your ActionLog request to be accepted.

◆ MoxiWorksAgentId

string MoxiWorks.Platform.ActionLogResults.MoxiWorksAgentId
getset

This is the Moxi Works Platform ID of the agent which an ActionLog entry is associated with. This will be a string that may take the form of an email address, or a unique identification string. Agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your ActionLog request to be accepted.

◆ MoxWorksContactId

string MoxiWorks.Platform.ActionLogResults.MoxWorksContactId
getset

This is the Moxi Works Platform ID of the Contact which the ActionLog objects are associated with. This will be an RFC 4122 compliant UUID. This data is required and must reference a valid Moxi Works Contact ID for your ActionLog Index request to be accepted. This is the same as the moxi_works_contact_id attribute of the Contact response.

◆ PartnerContactId

string MoxiWorks.Platform.ActionLogResults.PartnerContactId
getset

This is the unique identifer you use in your system that has been associated with the Contact that you are creating an ActionLog entry about. You should have already created the Contact record on the Moxi Works Platform using Contact Create before attempting to use your system’s contact ID to show ActionLog entries for the Contact. Your request will be rejected if the Contact record does not exist.


The documentation for this class was generated from the following file: