GET api/Getproject?search={search}&username={username}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
search | string |
Required |
|
username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetprojectName | 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-05-16T01:51:38.7113514+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-05-16T01:51:38.7113514+07:00", "CTRTIME_STR": "sample string 4", "DESC": "sample string 5", "PROJECTINFO1": "sample string 6", "PROJECTINFO2": "sample string 7", "PROJECTINFO3": "sample string 8" } ]