Overview
This article describes the step-by-step process to list the available discussion groups and topics using the FogBugz API.
Step-By-Step Guide
- To list all readable discussion groups, send
cmd=editFixFor
. - To list a specific discussion, send
cmd=listDiscussion
. The arguments available are listed below:ixDiscussGroup
fFull
– to list every post use fFull=1, for just main topics use fFull=2.m
– month, omit for current monthy
– year, omit for the current year
Example:
?cmd=listDiscussion&ixDiscussGroup=1&fFull=1&m=2&y=2007
- To list a discussion topic, send
cmd=listDiscussTopic
. The available argument isixDiscussTopic
.
For more information, refer to the complete XML API documentation for FogBugz.