GET /api/test/GetoldList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of model_null_test| Name | Description | Type | Additional information |
|---|---|---|---|
| fId | integer |
None. |
|
| f年分 | date |
None. |
|
| f行事曆_JSON | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fId": 1,
"f年分": "2025-12-06T11:56:17.9359527+08:00",
"f行事曆_JSON": "sample string 1"
},
{
"fId": 1,
"f年分": "2025-12-06T11:56:17.9359527+08:00",
"f行事曆_JSON": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfmodel_null_test xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_0512_2.Models">
<model_null_test>
<fId>1</fId>
<f年分>2025-12-06T11:56:17.9359527+08:00</f年分>
<f行事曆_JSON>sample string 1</f行事曆_JSON>
</model_null_test>
<model_null_test>
<fId>1</fId>
<f年分>2025-12-06T11:56:17.9359527+08:00</f年分>
<f行事曆_JSON>sample string 1</f行事曆_JSON>
</model_null_test>
</ArrayOfmodel_null_test>