GET api/PhotoFeedInfo?listingId={listingId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listingId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ThirdPartyPhotoDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ListingId | integer |
None. |
|
| ZoneId | integer |
None. |
|
| Sequence | integer |
None. |
|
| Caption | string |
None. |
|
| PhotoURL | string |
None. |
|
| MLSNumber | string |
None. |
|
| OutPutPath | string |
None. |
|
| Partition | string |
None. |
|
| JobTitle | string |
None. |
|
| JobId | string |
None. |
|
| ImportBlobName | string |
None. |
|
| Extension | string |
None. |
|
| FeedId | integer |
None. |
|
| PhotoSourceId | integer |
None. |
|
| SourceId | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfThirdPartyPhotoDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NRT.MlsSystem.Domain.Model.ThirdPartyPhoto">
<ThirdPartyPhotoDetail>
<Caption>sample string 4</Caption>
<FeedId>11</FeedId>
<JobId>sample string 10</JobId>
<JobTitle>sample string 9</JobTitle>
<ListingId>1</ListingId>
<MLSNumber>sample string 6</MLSNumber>
<OutPutPath>sample string 7</OutPutPath>
<Partition>sample string 8</Partition>
<PhotoSourceId>12</PhotoSourceId>
<PhotoURL>sample string 5</PhotoURL>
<Sequence>3</Sequence>
<SourceId>13</SourceId>
<ZoneId>2</ZoneId>
</ThirdPartyPhotoDetail>
<ThirdPartyPhotoDetail>
<Caption>sample string 4</Caption>
<FeedId>11</FeedId>
<JobId>sample string 10</JobId>
<JobTitle>sample string 9</JobTitle>
<ListingId>1</ListingId>
<MLSNumber>sample string 6</MLSNumber>
<OutPutPath>sample string 7</OutPutPath>
<Partition>sample string 8</Partition>
<PhotoSourceId>12</PhotoSourceId>
<PhotoURL>sample string 5</PhotoURL>
<Sequence>3</Sequence>
<SourceId>13</SourceId>
<ZoneId>2</ZoneId>
</ThirdPartyPhotoDetail>
</ArrayOfThirdPartyPhotoDetail>