0

I'm writing an application which uses the FogBugz XML API. How can I get a list of snippets for a user?

Fog Creek Case FC1678909

flag
related: accessing snippets from a plugin: fogbugz.stackexchange.com/questions/2462 – adambox Apr 16 2010 at 1:34

1 Answer

0

Use cmd=listSnippets to get all global snippets as well as the current user's personal snippets. Set the optional parameter fGlobalOnly=1 to get only site global snippets. See the documentation for more information.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.