GET api/HSV/GetProjectStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API_GetProjectStatus_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | byte |
None. |
|
| StatusName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 64,
"StatusName": "sample string 2"
},
{
"ID": 64,
"StatusName": "sample string 2"
}
]