POST api/Strata/GetDataFeeds
Search Data Feeds by Filters, DataFeedSpec Parameter is optional if not passed it gets all the data feeds if any spec passed it will filter the result accordingly. Example: api/Strata/GetDataFeeds?SearchUtilityID=10
Request Information
URI Parameters
None.
Body Parameters
DataFeedSpec| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchAssetTypeID | Collection of integer |
None. |
|
| SearchAssetID | integer |
None. |
|
| SearchDataFeedID | integer |
None. |
|
| SearchUtilityID | integer |
None. |
|
| SearchFrequency | integer |
None. |
|
| SearchImporterID | integer |
None. |
|
| SearchDataFeedTypeID | integer |
None. |
|
| SearchDataFormID | integer |
None. |
|
| SearchFeedsWithCommentsOnly | boolean |
None. |
|
| MainIncomer | boolean |
None. |
|
| isEstimated | boolean |
None. |
|
| SearchOrderBy | integer |
None. |
|
| ValidationStatus | integer |
None. |
|
| SearchName | string |
None. |
|
| SearchDateStart | date |
None. |
|
| SearchDateEnd | date |
None. |
|
| SearchTimeFrame | integer |
None. |
|
| EndDateOffSetHours | integer |
None. |
|
| SnapToNearestHour | boolean |
None. |
|
| _firstLoad | boolean |
None. |
|
| SearchString | string |
None. |
|
| SearchRegionID | integer |
None. |
|
| SearchCompanyID | integer |
None. |
|
| SearchSiteID | integer |
None. |
|
| SearchDeptID | Collection of integer |
None. |
|
| SearchSiteFinancialMonth | integer |
None. |
|
| SearchSiteStartDayOfWeek | integer |
None. |
|
| SearchSiteShiftStart | integer |
None. |
|
| SearchSiteTimezone | string |
None. |
|
| SearchSiteTimezoneToday | string |
None. |
|
| Layout | integer |
None. |
|
| Override | boolean |
None. |
|
| GetData | boolean |
None. |
|
| ixPage | integer |
None. |
|
| ixPageSize | integer |
None. |
|
| _isAlreadyPaged | boolean |
None. |
|
| _totalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchAssetTypeID": [
1,
2
],
"SearchAssetID": 1,
"SearchDataFeedID": 2,
"SearchUtilityID": 3,
"SearchFrequency": 4,
"SearchImporterID": 5,
"SearchDataFeedTypeID": 6,
"SearchDataFormID": 7,
"SearchFeedsWithCommentsOnly": true,
"MainIncomer": true,
"isEstimated": true,
"SearchOrderBy": 11,
"ValidationStatus": 12,
"SearchName": "sample string 13",
"SearchDateStart": "2026-01-10T21:04:35.4333961+00:00",
"SearchDateEnd": "2026-01-10T21:04:35.4333961+00:00",
"SearchTimeFrame": 16,
"EndDateOffSetHours": 17,
"SnapToNearestHour": true,
"_firstLoad": true,
"SearchString": "sample string 20",
"SearchRegionID": 21,
"SearchCompanyID": 22,
"SearchSiteID": 23,
"SearchDeptID": [
1,
2
],
"SearchSiteFinancialMonth": 24,
"SearchSiteStartDayOfWeek": 25,
"SearchSiteShiftStart": 26,
"SearchSiteTimezone": "sample string 27",
"SearchSiteTimezoneToday": "sample string 28",
"Layout": 29,
"Override": true,
"GetData": true,
"ixPage": 32,
"ixPageSize": 33,
"_isAlreadyPaged": true,
"_totalCount": 35
}
application/xml, text/xml
Sample:
<DataFeedSpec xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Strata.Data">
<_isAlreadyPaged>true</_isAlreadyPaged>
<_totalCount>35</_totalCount>
<ixPage>32</ixPage>
<ixPageSize>33</ixPageSize>
<GetData>true</GetData>
<Layout>29</Layout>
<Override>true</Override>
<SearchCompanyID>22</SearchCompanyID>
<SearchDeptID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SearchDeptID>
<SearchRegionID>21</SearchRegionID>
<SearchSiteFinancialMonth>24</SearchSiteFinancialMonth>
<SearchSiteID>23</SearchSiteID>
<SearchSiteShiftStart>26</SearchSiteShiftStart>
<SearchSiteStartDayOfWeek>25</SearchSiteStartDayOfWeek>
<SearchSiteTimezone>sample string 27</SearchSiteTimezone>
<SearchSiteTimezoneToday>sample string 28</SearchSiteTimezoneToday>
<SearchString>sample string 20</SearchString>
<_firstLoad>true</_firstLoad>
<EndDateOffSetHours>17</EndDateOffSetHours>
<SearchDateEnd>2026-01-10T21:04:35.4333961+00:00</SearchDateEnd>
<SearchDateStart>2026-01-10T21:04:35.4333961+00:00</SearchDateStart>
<SearchTimeFrame>16</SearchTimeFrame>
<SnapToNearestHour>true</SnapToNearestHour>
<MainIncomer>true</MainIncomer>
<SearchAssetID>1</SearchAssetID>
<SearchAssetTypeID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</SearchAssetTypeID>
<SearchDataFeedID>2</SearchDataFeedID>
<SearchDataFeedTypeID>6</SearchDataFeedTypeID>
<SearchDataFormID>7</SearchDataFormID>
<SearchFeedsWithCommentsOnly>true</SearchFeedsWithCommentsOnly>
<SearchFrequency>4</SearchFrequency>
<SearchImporterID>5</SearchImporterID>
<SearchName>sample string 13</SearchName>
<SearchOrderBy>11</SearchOrderBy>
<SearchUtilityID>3</SearchUtilityID>
<ValidationStatus>12</ValidationStatus>
<isEstimated>true</isEstimated>
</DataFeedSpec>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Json Data
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.