GET api/SearchNews?companyID={companyID}
获取内容app应用列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取内容app应用列表
Collection of NewsAppName | Description | Type | Additional information |
---|---|---|---|
ShowCategoryIcon |
分类列表中是否显示分类图标 |
boolean |
None. |
IconPhotoID |
logoID |
integer |
None. |
IconPhotoTableID |
logo分表ID |
integer |
None. |
ID |
自增ID |
integer |
None. |
Name |
应用名称 |
string |
None. |
Description |
描述 |
string |
None. |
CompanyID |
所属单位ID |
integer |
None. |
DefaultNewsBannerImgID |
应用下新闻默认图片ID |
integer |
None. |
DefaultNewsBannerImageTableID |
应用下新闻默认图片ID |
integer |
None. |
CreaterUserType |
创建者用户类型 |
UserTypeList |
None. |
CreateTime |
创建时间 |
date |
None. |
CreaterId |
创建者Id |
integer |
None. |
CreaterIP |
创建者IP |
string |
None. |
UpdaterUserType |
更新用户类型 |
UserTypeList |
None. |
State |
状态 |
StateList |
None. |
UpdateTime |
最后一次修改时间 |
date |
None. |
UpdaterId |
最后一次修改者Id |
integer |
None. |
UpdaterIP |
最后一次修改者IP |
string |
None. |
Remark |
备注 |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ShowCategoryIcon": true, "IconPhotoID": 2, "IconPhotoTableID": 3, "ID": 4, "Name": "sample string 5", "Description": "sample string 6", "CompanyID": 7, "DefaultNewsBannerImgID": 8, "DefaultNewsBannerImageTableID": 9, "CreaterUserType": 0, "CreateTime": "2025-06-28T08:09:29.5665248+08:00", "CreaterId": 11, "CreaterIP": "sample string 12", "UpdaterUserType": 0, "State": 0, "UpdateTime": "2025-06-28T08:09:29.5665248+08:00", "UpdaterId": 13, "UpdaterIP": "sample string 14", "Remark": "sample string 15" }, { "ShowCategoryIcon": true, "IconPhotoID": 2, "IconPhotoTableID": 3, "ID": 4, "Name": "sample string 5", "Description": "sample string 6", "CompanyID": 7, "DefaultNewsBannerImgID": 8, "DefaultNewsBannerImageTableID": 9, "CreaterUserType": 0, "CreateTime": "2025-06-28T08:09:29.5665248+08:00", "CreaterId": 11, "CreaterIP": "sample string 12", "UpdaterUserType": 0, "State": 0, "UpdateTime": "2025-06-28T08:09:29.5665248+08:00", "UpdaterId": 13, "UpdaterIP": "sample string 14", "Remark": "sample string 15" } ]
application/xml, text/xml
Sample:
<ArrayOfNewsApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.UniteSys"> <NewsApp> <CompanyID>7</CompanyID> <CreateTime>2025-06-28T08:09:29.5665248+08:00</CreateTime> <CreaterIP>sample string 12</CreaterIP> <CreaterId>11</CreaterId> <CreaterUserType>Unknow</CreaterUserType> <DefaultNewsBannerImageTableID>9</DefaultNewsBannerImageTableID> <DefaultNewsBannerImgID>8</DefaultNewsBannerImgID> <Description>sample string 6</Description> <ID>4</ID> <IconPhotoID>2</IconPhotoID> <IconPhotoTableID>3</IconPhotoTableID> <Name>sample string 5</Name> <Remark>sample string 15</Remark> <ShowCategoryIcon>true</ShowCategoryIcon> <State>Unknow</State> <UpdateTime>2025-06-28T08:09:29.5665248+08:00</UpdateTime> <UpdaterIP>sample string 14</UpdaterIP> <UpdaterId>13</UpdaterId> <UpdaterUserType>Unknow</UpdaterUserType> </NewsApp> <NewsApp> <CompanyID>7</CompanyID> <CreateTime>2025-06-28T08:09:29.5665248+08:00</CreateTime> <CreaterIP>sample string 12</CreaterIP> <CreaterId>11</CreaterId> <CreaterUserType>Unknow</CreaterUserType> <DefaultNewsBannerImageTableID>9</DefaultNewsBannerImageTableID> <DefaultNewsBannerImgID>8</DefaultNewsBannerImgID> <Description>sample string 6</Description> <ID>4</ID> <IconPhotoID>2</IconPhotoID> <IconPhotoTableID>3</IconPhotoTableID> <Name>sample string 5</Name> <Remark>sample string 15</Remark> <ShowCategoryIcon>true</ShowCategoryIcon> <State>Unknow</State> <UpdateTime>2025-06-28T08:09:29.5665248+08:00</UpdateTime> <UpdaterIP>sample string 14</UpdaterIP> <UpdaterId>13</UpdaterId> <UpdaterUserType>Unknow</UpdaterUserType> </NewsApp> </ArrayOfNewsApp>