GET api/Request/getAllProjectsList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProjectsList
NameDescriptionTypeAdditional information
ProjectCode

string

None.

ProjectName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProjectCode": "sample string 1",
    "ProjectName": "sample string 2"
  },
  {
    "ProjectCode": "sample string 1",
    "ProjectName": "sample string 2"
  }
]

text/plain

Sample:
[{"ProjectCode":"sample string 1","ProjectName":"sample string 2"},{"ProjectCode":"sample string 1","ProjectName":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfProjectsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AndroidWebAPI.Models"><ProjectsList><ProjectCode>sample string 1</ProjectCode><ProjectName>sample string 2</ProjectName></ProjectsList><ProjectsList><ProjectCode>sample string 1</ProjectCode><ProjectName>sample string 2</ProjectName></ProjectsList></ArrayOfProjectsList>