Retrieves the object's (Data Feed, Data Source, Datamart) row level data and skips the count() query - it does not return a total number of rows in the entire table when the filter is applied, it returns just the total number of rows in the response.
Information: Use this endpoint when you need a better performance when fetching large data sets and when you do not need to fetch a total number of items in the table. Usually used for integration purposes.
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "attribute4",
- "operator": "iEquals",
- "value": "EUR"
}
]
}
}
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "startRow": 0,
- "data": [
- { }
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}