GET api/Migration/GetOtherMigrationPhotoTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OtherPhotoWorkInfo
NameDescriptionTypeAdditional information
MigrationWork

Collection of OtherPhotoInfo

None.

Photocount

integer

None.

BatchSize

integer

None.

PhotoTypeId

MediaType

None.

AmountOfWork

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MigrationWork": [
      {
        "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
      }
    ],
    "Photocount": 1,
    "BatchSize": 2,
    "PhotoTypeId": 101,
    "AmountOfWork": 3
  },
  {
    "MigrationWork": [
      {
        "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
      }
    ],
    "Photocount": 1,
    "BatchSize": 2,
    "PhotoTypeId": 101,
    "AmountOfWork": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfOtherPhotoWorkInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NRT.MlsSystem.Domain.Model.OtherMedia">
  <OtherPhotoWorkInfo>
    <AmountOfWork>3</AmountOfWork>
    <BatchSize>2</BatchSize>
    <MigrationWork>
      <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>
    </MigrationWork>
    <PhotoTypeId>PropertyJpg</PhotoTypeId>
    <Photocount>1</Photocount>
  </OtherPhotoWorkInfo>
  <OtherPhotoWorkInfo>
    <AmountOfWork>3</AmountOfWork>
    <BatchSize>2</BatchSize>
    <MigrationWork>
      <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>
    </MigrationWork>
    <PhotoTypeId>PropertyJpg</PhotoTypeId>
    <Photocount>1</Photocount>
  </OtherPhotoWorkInfo>
</ArrayOfOtherPhotoWorkInfo>