FogBugz XML API: Views


Follow

Overview

Use the View command from the XML API to retrieve specific information about the available elements.

Information

To display information about different items, use commands as indicated in the table below. See Full XML API documentation for more information.

 

S.no

Item

Command

Available Arguments

1 Project cmd=viewProject

ixProject or sProject

2 Area cmd=viewArea

ixArea or (sArea and ixProject)

3 Person cmd=viewPerson

ixPerson or sEmail
(If this is left off, the user currently logged in is returned)

4 Milestone cmd=viewFixFor

ixFixFor or (sFixFor and ixProject)

5 Category cmd=viewCategory

ixCategory

6 Priority cmd=viewPriority

ixPriority

7 Status cmd=viewStatus

ixStatus or (sStatus and  ixCategory)

8 Mailbox cmd=viewMailbox

ixMailbox

9 Template cmd=viewTemplate

ixTemplate