The summary information methods allow you to get aggregate information for your projects.
<Projects> <Project ProjectID="1234" Name="Hamilton Paving"> <Deadlines Status="red" Description="This project has 2 overdue items. 1 overdue item is assigned to me."/> <Resources Status="green" Description="This project is using 14% of its resource budget."/> <Financial Status="green" Description="This project is using 27% of its financial budget."/> </Project> <Project ProjectID="1235" Name="Northstar Awnings"> <Deadlines Status="green" Description="This project does not have any overdue items"/> <Resources Status="red" Description="This project is over its resource budget."/> <Financial Status="red" Description="This project is over its financial budget."/> </Project> </Projects>
<Items> <Item ProjectID="1234" ProjectName="Hamilton Paving" ItemID="7" ItemType="Task" Name="Development: Phase 1"> <Resp Initials="BB">bill.bubbagum@gmail.com</Resp> <DueOn>2008-07-24</DueOn> </Item> <Item ProjectID="1235" ProjectName="Hamilton Paving" ItemID="6" ItemType="Task" Name="Project Supervision"> <Resp Initials="AB">alex.bubbagum@gmail.com</Resp> <DueOn>2008-07-31</DueOn> </Item> </Items>
<Activity> <Item ActivityID="252" ProjectID="1234" ProjectName="Hamilton Paving" ItemID="78" ItemType="Time" Name="Installation"> <ActionDate>2008-09-04</ActionDate> <Action>ADDED</Action> <By>MB</By> <Resp>MB</Resp> </Item> <Item ActivityID="130" ProjectID="1325" ProjectName="Admin Time" ItemID="61" ItemType="Time" Name="General administration"> <ActionDate>2008-09-04</ActionDate> <Action>REMOVED from project</Action> <By>MB</By> </Item> </Activity>
<Activity ProjectID="1234" ProjectName="Hamilton Paving" ActivityID="252" Read="true"/>
Introduction
Projjex™ Basics
Authentication
Documentation
Using Remote JSON
.NET developers can download our .NET API Wrapper. The wrapper simplifies using the Projjex™ API by returning .NET objects.