GET api/project_types
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of project_typesName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ProjectDescr | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "ProjectDescr": "sample string 2" }, { "Id": 1, "ProjectDescr": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfproject_types xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <project_types> <Id>1</Id> <ProjectDescr>sample string 2</ProjectDescr> </project_types> <project_types> <Id>1</Id> <ProjectDescr>sample string 2</ProjectDescr> </project_types> </ArrayOfproject_types>