GET api/MemberFiles?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 |
PageNumber=[PageNumber,int],PageSize=[PageSize,int],TempMark=[上传成员档案文件标记(获取档案成员时使用),string],Period=[档案导入批次,int],SearchString=[SearchString,是否缓存数据],State=[State,数据验证是否正确],UserName=[UserName,string] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取档案
DataResultListOfMemberFileName | Description | Type | Additional information |
---|---|---|---|
DataList | Collection of MemberFile |
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": "63bfd90e-2b71-4876-a09f-7ba9a8f79d7f", "StaffID": 2, "Name": "sample string 3", "CompanyName": "sample string 4", "CompanyID": 5, "Sex": 0, "IDCard": "sample string 6", "Birthday": "2025-05-13T14:43:00.297097+08:00", "StaffCard": "sample string 8", "State": 9, "Amount": 10.0, "Period": 11, "CreatorID": 12, "CreateTime": "2025-05-13T14:43:00.297097+08:00", "UpdaterID": 14, "UpdateTime": "2025-05-13T14:43:00.297097+08:00", "IsTemp": true, "TempMark": "sample string 16", "Remarks": "sample string 17", "Movebile": "sample string 18" }, { "ID": "63bfd90e-2b71-4876-a09f-7ba9a8f79d7f", "StaffID": 2, "Name": "sample string 3", "CompanyName": "sample string 4", "CompanyID": 5, "Sex": 0, "IDCard": "sample string 6", "Birthday": "2025-05-13T14:43:00.297097+08:00", "StaffCard": "sample string 8", "State": 9, "Amount": 10.0, "Period": 11, "CreatorID": 12, "CreateTime": "2025-05-13T14:43:00.297097+08:00", "UpdaterID": 14, "UpdateTime": "2025-05-13T14:43:00.297097+08:00", "IsTemp": true, "TempMark": "sample string 16", "Remarks": "sample string 17", "Movebile": "sample string 18" } ] }