Overview
Subscribe or unsubscribe from Cases or Wikis through the FogBugz XML API.
Information
- To subscribe, send
cmd=subscribe
. The available arguments are:ixBug
orixWikiPage
,ixPerson
(Only Admins may use this parameter). - To unsubscribe, send
cmd=unsubscribe
. The available arguments are:ixBug
orixWikiPage
,ixPerson
(Only Admins may use this parameter). - To check if you are subscribed to a case, use
cmd=search&q=xxx&cols=fSubscribed
(where xxx
is the case number)
See also the full XML API documentation.