GET GetConvertKeyBySourceKey?SourceKey={SourceKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SourceKey

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiOutputOfListOfConvertRelationship
NameDescriptionTypeAdditional information
Result

Collection of ConvertRelationship

None.

ErrorCode

运行结果代码

integer

None.

ErrorMessage

运行结果信息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": [
    {
      "Id": "2eab5c09-e2fe-47a3-baad-e5ce8f503f50",
      "JobId": "fc0fc4fe-5924-48a9-bc93-d9a2f20aa1cf",
      "SourceMd5": "sample string 3",
      "SourceFileId": "sample string 4",
      "TargetFileId": "sample string 5",
      "TargetFormat": "sample string 6",
      "CreateTime": "2025-05-17T02:56:30.9675793+08:00"
    },
    {
      "Id": "2eab5c09-e2fe-47a3-baad-e5ce8f503f50",
      "JobId": "fc0fc4fe-5924-48a9-bc93-d9a2f20aa1cf",
      "SourceMd5": "sample string 3",
      "SourceFileId": "sample string 4",
      "TargetFileId": "sample string 5",
      "TargetFormat": "sample string 6",
      "CreateTime": "2025-05-17T02:56:30.9675793+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-05-17T02:56:30.9675793+08:00</d2p1:CreateTime>
      <d2p1:Id>2eab5c09-e2fe-47a3-baad-e5ce8f503f50</d2p1:Id>
      <d2p1:JobId>fc0fc4fe-5924-48a9-bc93-d9a2f20aa1cf</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-05-17T02:56:30.9675793+08:00</d2p1:CreateTime>
      <d2p1:Id>2eab5c09-e2fe-47a3-baad-e5ce8f503f50</d2p1:Id>
      <d2p1:JobId>fc0fc4fe-5924-48a9-bc93-d9a2f20aa1cf</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>