GET api/suite/v1/project

Returns Project objects.

Request Information

Parameters

NameDescriptionAdditional information
options
Any OData options to apply.

None.

Response Information

Account object.

Response body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewWorld.Logos.WebApi.Models.Suite">
  <Project>
    <Code>sample string 1</Code>
    <Department>sample string 2</Department>
    <Description>sample string 3</Description>
  </Project>
  <Project>
    <Code>sample string 1</Code>
    <Department>sample string 2</Department>
    <Description>sample string 3</Description>
  </Project>
  <Project>
    <Code>sample string 1</Code>
    <Department>sample string 2</Department>
    <Description>sample string 3</Description>
  </Project>
</ArrayOfProject>