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": "850d2358-b8b3-4207-b0e5-8a9d019632c4",
"W_HADEXP": 2,
"W_MA": "sample string 3",
"UPDATETIME": "2026-04-02T22:53:37.0704979+08:00"
}