ListEventChildIDs

From The Contingency Market

Jump to: navigation, search

Contents

ListEventChildIDs(ulSessionID,uSequenceID,sIntegrity,sEventID,sPattern)

List the ids of the specified event's child events that have a parameter name matching a given pattern.

PARAMETERS

ulong ulSessionID 
ID of authenticated session.
uint uSequenceID 
Sequence number.
string sIntegrity 
md5("ipaddr(sid,seq)->ListEventChildIDs(sEventID,sPattern)/secret").
string sEventID 
ID of event whose children's ids should be listed (blank for root event).
string sPattern 
Wildcarded search pattern compared against event parameter name. Empty matches all. % any string. _ any char. [a-z] char in range. [^a-z] char not in range.

RETURNS

[ {sID} ]

string sID 
32 digit hex representing this event's globally unique id.

FAULTS

Session. Event.

TEST

ListEventChildIDs() according to the respective template currently returns 'df1368d0ed15426dae8b1ff569845204', '1a0ed2b6465a49ffbd220c5a9566724a', '0acd61a53c8c4d0d8844ba6358f1a894', 'eac50a39c62c45febda07ca90060fb68', '8cccb523030746a49557a812654c2106'.

Views
Personal tools