546
edits
Epoximator (talk | contribs) No edit summary |
Epoximator (talk | contribs) |
||
Line 87: | Line 87: | ||
when type = N | when type = N | ||
* 293 NOTIFYGET | * 293 NOTIFYGET | ||
: {int4 | : {int4 relid}|{int4 type}|{int2 count}|{int4 date}|{str relname}|{int2 reltype}|{int2 priority} | ||
: {int4 date}|{int4 fid} | : {int4 date}|{int4 fid} | ||
: ... | : ... | ||
Line 99: | Line 99: | ||
> NOTIFYGET type=N&id=2369&s=xxxxx | > NOTIFYGET type=N&id=2369&s=xxxxx | ||
< 293 NOTIFYGET | < 293 NOTIFYGET | ||
2369|2|2|1157526622|Bleach | 2369|2|2|1157526622|Bleach|1|1 | ||
1157526611|259847 | 1157526611|259847 | ||
1157526622|259848 | 1157526622|259848 | ||
OR | |||
'''Command string:''' | |||
* NOTIFYHIST type=N&id={int4 id} | |||
'''Possible Replies:'''<br> | |||
: {int4 fid_0}|{int4 date_0} | |||
: ... | |||
: {int4 fid_n}|{int4 date_n} | |||
'''Info:''' | |||
Returns the last 25 entries related to the specified (id) notification subscription which are not acknowledged. | |||
'''Comments:''' | '''Comments:''' | ||
The current system doesn't store fids, only count, when i think about it. This has to be approved by exp himself.--[[User:Epoximator|Epoximator]] 10:33, 24 September 2006 (UTC) | The current system doesn't store fids, only count, when i think about it. This has to be approved by exp himself.--[[User:Epoximator|Epoximator]] 10:33, 24 September 2006 (UTC) | ||
:Err.. it does actually. still one bit missing, though --[[User:Epoximator|Epoximator]] 14:41, 2 January 2008 (CET) | |||
== Misc Commands == | == Misc Commands == |
edits