GET api/Migration/GetOtherMigrationPhotoInfos?photoTypeId={photoTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| photoTypeId | MediaType |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OtherPhotoInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoTypeId | MediaType |
None. |
|
| PhotoOtherId | integer |
None. |
|
| NrtId | string |
None. |
|
| ZoneId | integer |
None. |
|
| AWSCloudFileName | string |
None. |
|
| MediaClassificationLinkID | integer |
None. |
|
| JobId | string |
None. |
|
| ImportCloudBucket | string |
None. |
|
| JobTitle | string |
None. |
|
| Partition | string |
None. |
|
| Path | string |
None. |
|
| Retry | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PhotoTypeId": 101,
"PhotoOtherId": 1,
"NrtId": "sample string 2",
"ZoneId": 3,
"AWSCloudFileName": "sample string 4",
"MediaClassificationLinkID": 5,
"JobId": "sample string 6",
"ImportCloudBucket": "sample string 7",
"JobTitle": "sample string 8",
"Partition": "sample string 9",
"Path": "sample string 10",
"Retry": 11
},
{
"PhotoTypeId": 101,
"PhotoOtherId": 1,
"NrtId": "sample string 2",
"ZoneId": 3,
"AWSCloudFileName": "sample string 4",
"MediaClassificationLinkID": 5,
"JobId": "sample string 6",
"ImportCloudBucket": "sample string 7",
"JobTitle": "sample string 8",
"Partition": "sample string 9",
"Path": "sample string 10",
"Retry": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfOtherPhotoInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NRT.MlsSystem.Domain.Model.OtherMedia">
<OtherPhotoInfo>
<AWSCloudFileName>sample string 4</AWSCloudFileName>
<ImportCloudBucket>sample string 7</ImportCloudBucket>
<JobId>sample string 6</JobId>
<JobTitle>sample string 8</JobTitle>
<MediaClassificationLinkID>5</MediaClassificationLinkID>
<NrtId>sample string 2</NrtId>
<Partition>sample string 9</Partition>
<Path>sample string 10</Path>
<PhotoOtherId>1</PhotoOtherId>
<PhotoTypeId>PropertyJpg</PhotoTypeId>
<Retry>11</Retry>
<ZoneId>3</ZoneId>
</OtherPhotoInfo>
<OtherPhotoInfo>
<AWSCloudFileName>sample string 4</AWSCloudFileName>
<ImportCloudBucket>sample string 7</ImportCloudBucket>
<JobId>sample string 6</JobId>
<JobTitle>sample string 8</JobTitle>
<MediaClassificationLinkID>5</MediaClassificationLinkID>
<NrtId>sample string 2</NrtId>
<Partition>sample string 9</Partition>
<Path>sample string 10</Path>
<PhotoOtherId>1</PhotoOtherId>
<PhotoTypeId>PropertyJpg</PhotoTypeId>
<Retry>11</Retry>
<ZoneId>3</ZoneId>
</OtherPhotoInfo>
</ArrayOfOtherPhotoInfo>