GET api/WorkExp/GetOne?guid={guid}
用GUID取單筆資料
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WEMainDataModels| Name | Description | Type | Additional information |
|---|---|---|---|
| J_UUID |
查詢用的GUID,前端須填值 |
globally unique identifier |
None. |
| W_HADEXP |
是否有工作經驗 0-無 1-有 |
integer |
None. |
| W_MA | string |
None. |
|
| UPDATETIME | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"J_UUID": "9a7dac77-c4e9-45fe-9045-b87a17f0d334",
"W_HADEXP": 2,
"W_MA": "sample string 3",
"UPDATETIME": "2026-04-02T22:51:39.8748806+08:00"
}