GET api/Getprojectselect?username={username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Getproject| Name | Description | Type | Additional information |
|---|---|---|---|
| CMPID | integer |
None. |
|
| PROID | integer |
None. |
|
| PRONM | string |
None. |
|
| CUSTNM | string |
None. |
|
| CTRTIME | date |
None. |
|
| CTRTIME_STR | string |
None. |
|
| DESC | string |
None. |
|
| PROJECTINFO1 | string |
None. |
|
| PROJECTINFO2 | string |
None. |
|
| PROJECTINFO3 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CMPID": 1,
"PROID": 1,
"PRONM": "sample string 2",
"CUSTNM": "sample string 3",
"CTRTIME": "2025-12-15T16:48:39.0005677+07:00",
"CTRTIME_STR": "sample string 4",
"DESC": "sample string 5",
"PROJECTINFO1": "sample string 6",
"PROJECTINFO2": "sample string 7",
"PROJECTINFO3": "sample string 8"
},
{
"CMPID": 1,
"PROID": 1,
"PRONM": "sample string 2",
"CUSTNM": "sample string 3",
"CTRTIME": "2025-12-15T16:48:39.0005677+07:00",
"CTRTIME_STR": "sample string 4",
"DESC": "sample string 5",
"PROJECTINFO1": "sample string 6",
"PROJECTINFO2": "sample string 7",
"PROJECTINFO3": "sample string 8"
}
]