GET api/DataFeedInfo/Get?serviceId={serviceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MlsFeedInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceId | integer |
None. |
|
| FeedId | integer |
None. |
|
| SearchId | integer |
None. |
|
| IsSold | boolean |
None. |
|
| CanProcessByPropertyType | boolean |
None. |
|
| TaskId | integer |
None. |
|
| DataFeedTypeId | integer |
None. |
|
| IsIncremental | boolean |
None. |
|
| OutPutFolderPath | string |
None. |
|
| PriorityId | integer |
None. |
|
| JobId | string |
None. |
|
| JobTitle | string |
None. |
|
| Partition | string |
None. |
|
| BatchId | integer |
None. |
|
| UseWebAPI | boolean |
None. |
|
| PlatformLookupKey | string |
None. |
|
| ImportCloudBucket | string |
None. |
|
| ImportCloudFolder | string |
None. |
|
| MediaCloudBucket | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SourceId": 1,
"FeedId": 2,
"SearchId": 3,
"IsSold": true,
"CanProcessByPropertyType": true,
"TaskId": 6,
"DataFeedTypeId": 7,
"IsIncremental": true,
"OutPutFolderPath": "sample string 9",
"PriorityId": 10,
"JobId": "sample string 11",
"JobTitle": "sample string 12",
"Partition": "sample string 13",
"BatchId": 14,
"UseWebAPI": true,
"PlatformLookupKey": "sample string 16",
"ImportCloudBucket": "sample string 17",
"ImportCloudFolder": "sample string 18",
"MediaCloudBucket": "sample string 19"
},
{
"SourceId": 1,
"FeedId": 2,
"SearchId": 3,
"IsSold": true,
"CanProcessByPropertyType": true,
"TaskId": 6,
"DataFeedTypeId": 7,
"IsIncremental": true,
"OutPutFolderPath": "sample string 9",
"PriorityId": 10,
"JobId": "sample string 11",
"JobTitle": "sample string 12",
"Partition": "sample string 13",
"BatchId": 14,
"UseWebAPI": true,
"PlatformLookupKey": "sample string 16",
"ImportCloudBucket": "sample string 17",
"ImportCloudFolder": "sample string 18",
"MediaCloudBucket": "sample string 19"
}
]
application/xml, text/xml
Sample:
<ArrayOfMlsFeedInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NRT.MlsSystem.Domain.Model.MLSFeed">
<MlsFeedInfo>
<BatchId>14</BatchId>
<CanProcessByPropertyType>true</CanProcessByPropertyType>
<DataFeedTypeId>7</DataFeedTypeId>
<FeedId>2</FeedId>
<ImportCloudBucket>sample string 17</ImportCloudBucket>
<ImportCloudFolder>sample string 18</ImportCloudFolder>
<IsIncremental>true</IsIncremental>
<IsSold>true</IsSold>
<JobId>sample string 11</JobId>
<JobTitle>sample string 12</JobTitle>
<MediaCloudBucket>sample string 19</MediaCloudBucket>
<OutPutFolderPath>sample string 9</OutPutFolderPath>
<Partition>sample string 13</Partition>
<PlatformLookupKey>sample string 16</PlatformLookupKey>
<PriorityId>10</PriorityId>
<SearchId>3</SearchId>
<SourceId>1</SourceId>
<TaskId>6</TaskId>
<UseWebAPI>true</UseWebAPI>
</MlsFeedInfo>
<MlsFeedInfo>
<BatchId>14</BatchId>
<CanProcessByPropertyType>true</CanProcessByPropertyType>
<DataFeedTypeId>7</DataFeedTypeId>
<FeedId>2</FeedId>
<ImportCloudBucket>sample string 17</ImportCloudBucket>
<ImportCloudFolder>sample string 18</ImportCloudFolder>
<IsIncremental>true</IsIncremental>
<IsSold>true</IsSold>
<JobId>sample string 11</JobId>
<JobTitle>sample string 12</JobTitle>
<MediaCloudBucket>sample string 19</MediaCloudBucket>
<OutPutFolderPath>sample string 9</OutPutFolderPath>
<Partition>sample string 13</Partition>
<PlatformLookupKey>sample string 16</PlatformLookupKey>
<PriorityId>10</PriorityId>
<SearchId>3</SearchId>
<SourceId>1</SourceId>
<TaskId>6</TaskId>
<UseWebAPI>true</UseWebAPI>
</MlsFeedInfo>
</ArrayOfMlsFeedInfo>