GET omsapi/Files/DataCenter?u={u}&t={t}&d={d}
获取档案列表(脱敏)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
参数见说明页面:~/Help/Api/HEAD-omsapi-Files-DataCenter-ApiFilesGet |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取档案列表(脱敏)
DataResultListOfFileOutputName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of FileOutput |
None. |
|
PageNum | integer |
None. |
|
PageSize | integer |
None. |
|
PageCount | integer |
None. |
|
PreviousIndex | integer |
None. |
|
NextIndex | integer |
None. |
|
RecordCount | integer |
None. |
|
Error | boolean |
None. |
|
ErrorInfo | Collection of string |
None. |
|
ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{ "_pageSize": 2, "_recordCount": 3, "_pageNum": 1, "_error": true, "_errorInfo": [ "sample string 1", "sample string 2" ], "_exInfo": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "_dataList": [ { "ID": "fa209409-402d-4247-93f2-49d750f8523e", "SourceDataID": "sample string 2", "FileTypeID": "0520e4e0-0b9a-430f-9f2f-c140d1db9814", "Fields": [ { "ID": "34dc757f-d98a-4f18-9d84-eaf652851832", "IsKey": true, "Name": "sample string 3", "Value": "sample string 4" }, { "ID": "34dc757f-d98a-4f18-9d84-eaf652851832", "IsKey": true, "Name": "sample string 3", "Value": "sample string 4" } ], "CreateTime": "2025-05-13T15:03:40.2299741+08:00", "UpdateTime": "2025-05-13T15:03:40.2299741+08:00" }, { "ID": "fa209409-402d-4247-93f2-49d750f8523e", "SourceDataID": "sample string 2", "FileTypeID": "0520e4e0-0b9a-430f-9f2f-c140d1db9814", "Fields": [ { "ID": "34dc757f-d98a-4f18-9d84-eaf652851832", "IsKey": true, "Name": "sample string 3", "Value": "sample string 4" }, { "ID": "34dc757f-d98a-4f18-9d84-eaf652851832", "IsKey": true, "Name": "sample string 3", "Value": "sample string 4" } ], "CreateTime": "2025-05-13T15:03:40.2299741+08:00", "UpdateTime": "2025-05-13T15:03:40.2299741+08:00" } ] }