GET api/StudyGarden/GetShow?page={page}&pageSize={pageSize}&titleName={titleName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Required |
|
pageSize | integer |
Required |
|
titleName | string |
Default value is * |
Body Parameters
None.
Response Information
Resource Description
BaseResponseOfListOfel_file_groupName | Description | Type | Additional information |
---|---|---|---|
data | Collection of el_file_group |
None. |
|
msg | string |
None. |
|
code | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "id": 1, "title": "sample string 2", "pic": "sample string 3", "add_man_id": 4, "add_time": "2024-11-25T16:21:19.4014059+08:00", "alter_man_id": 6, "alter_time": "2024-11-25T16:21:19.4014059+08:00", "is_enable": 1, "add_man": "sample string 8", "sort": 9, "is_delete": 10, "delete_time": "2024-11-25T16:21:19.4014059+08:00" }, { "id": 1, "title": "sample string 2", "pic": "sample string 3", "add_man_id": 4, "add_time": "2024-11-25T16:21:19.4014059+08:00", "alter_man_id": 6, "alter_time": "2024-11-25T16:21:19.4014059+08:00", "is_enable": 1, "add_man": "sample string 8", "sort": 9, "is_delete": 10, "delete_time": "2024-11-25T16:21:19.4014059+08:00" } ], "msg": "sample string 1", "code": 2, "total": 3 }
application/xml, text/xml
Sample:
<BaseResponseOfArrayOfel_file_groupwByyLw_Px xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnAPI"> <code>2</code> <msg>sample string 1</msg> <total>3</total> <data> <el_file_group> <add_man>sample string 8</add_man> <add_man_id>4</add_man_id> <add_time>2024-11-25T16:21:19.4014059+08:00</add_time> <alter_man_id>6</alter_man_id> <alter_time>2024-11-25T16:21:19.4014059+08:00</alter_time> <delete_time>2024-11-25T16:21:19.4014059+08:00</delete_time> <id>1</id> <is_delete>10</is_delete> <is_enable>1</is_enable> <pic>sample string 3</pic> <sort>9</sort> <title>sample string 2</title> </el_file_group> <el_file_group> <add_man>sample string 8</add_man> <add_man_id>4</add_man_id> <add_time>2024-11-25T16:21:19.4014059+08:00</add_time> <alter_man_id>6</alter_man_id> <alter_time>2024-11-25T16:21:19.4014059+08:00</alter_time> <delete_time>2024-11-25T16:21:19.4014059+08:00</delete_time> <id>1</id> <is_delete>10</is_delete> <is_enable>1</is_enable> <pic>sample string 3</pic> <sort>9</sort> <title>sample string 2</title> </el_file_group> </data> </BaseResponseOfArrayOfel_file_groupwByyLw_Px>