GET api/EmployeeArchiveAPI/GetEmployeeArchiveByGID?GID={GID}&archiveType={archiveType}
根据GID获得具体档案信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
GID | globally unique identifier |
Required |
|
archiveType |
education |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据GID获得具体档案信息
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>