GET GetConvertKeyBySourceKey?SourceKey={SourceKey}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SourceKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiOutputOfListOfConvertRelationshipName | Description | Type | Additional information |
---|---|---|---|
Result | Collection of ConvertRelationship |
None. |
|
ErrorCode |
运行结果代码 |
integer |
None. |
ErrorMessage |
运行结果信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": [ { "Id": "e7e20051-e84f-4a10-86b0-86eb63f0e2f4", "JobId": "093325f7-4d11-4a34-8c24-006c9bb3c583", "SourceMd5": "sample string 3", "SourceFileId": "sample string 4", "TargetFileId": "sample string 5", "TargetFormat": "sample string 6", "CreateTime": "2025-07-02T02:53:27.4792266+08:00" }, { "Id": "e7e20051-e84f-4a10-86b0-86eb63f0e2f4", "JobId": "093325f7-4d11-4a34-8c24-006c9bb3c583", "SourceMd5": "sample string 3", "SourceFileId": "sample string 4", "TargetFileId": "sample string 5", "TargetFormat": "sample string 6", "CreateTime": "2025-07-02T02:53:27.4792266+08:00" } ], "ErrorCode": 1, "ErrorMessage": "sample string 2" }
application/xml, text/xml
Sample:
<ApiOutputOfArrayOfConvertRelationshipgVkJGPWU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FileConvert.WebApi.Models"> <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/FileConvert.Models"> <d2p1:ConvertRelationship> <d2p1:CreateTime>2025-07-02T02:53:27.4792266+08:00</d2p1:CreateTime> <d2p1:Id>e7e20051-e84f-4a10-86b0-86eb63f0e2f4</d2p1:Id> <d2p1:JobId>093325f7-4d11-4a34-8c24-006c9bb3c583</d2p1:JobId> <d2p1:SourceFileId>sample string 4</d2p1:SourceFileId> <d2p1:SourceMd5>sample string 3</d2p1:SourceMd5> <d2p1:TargetFileId>sample string 5</d2p1:TargetFileId> <d2p1:TargetFormat>sample string 6</d2p1:TargetFormat> </d2p1:ConvertRelationship> <d2p1:ConvertRelationship> <d2p1:CreateTime>2025-07-02T02:53:27.4792266+08:00</d2p1:CreateTime> <d2p1:Id>e7e20051-e84f-4a10-86b0-86eb63f0e2f4</d2p1:Id> <d2p1:JobId>093325f7-4d11-4a34-8c24-006c9bb3c583</d2p1:JobId> <d2p1:SourceFileId>sample string 4</d2p1:SourceFileId> <d2p1:SourceMd5>sample string 3</d2p1:SourceMd5> <d2p1:TargetFileId>sample string 5</d2p1:TargetFileId> <d2p1:TargetFormat>sample string 6</d2p1:TargetFormat> </d2p1:ConvertRelationship> </Result> </ApiOutputOfArrayOfConvertRelationshipgVkJGPWU>