GroupVoteHistoryRequest: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 7: Line 6:
{
{
AgentData Single
AgentData Single
{ AgentID LLUUID }
{ AgentID LLUUID }
{ SessionID LLUUID }
{ SessionID LLUUID }
}
}
{
{
GroupData Single
GroupData Single
{ GroupID LLUUID }
{ GroupID LLUUID }
}
}
{
{
Line 21: Line 20:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Requests all of the archived proposals for a given group.  The agent must have the power in the group to be able to view archived proposals.
<b><tt>TransactionID</tt></b> - This transcation ID is used as a way to keep track of what replies go with what request.  This ID should be unique for each new request.
[[Category:Messages]]
[[Category:Messages]]
[[Category:Group Messages]]

Latest revision as of 15:57, 11 July 2009

Message Layout

{
	GroupVoteHistoryRequest Low NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		GroupData	Single
		{	GroupID			LLUUID	}
	}
	{
		TransactionData Single
		{	TransactionID	LLUUID	}
	}
}

Usage and Notes

Requests all of the archived proposals for a given group. The agent must have the power in the group to be able to view archived proposals.

TransactionID - This transcation ID is used as a way to keep track of what replies go with what request. This ID should be unique for each new request.