# Elastic ungrouped data request: Are scroll parameter and from parameter compatible

**URL:** https://discuss.elastic.co/t/elastic-ungrouped-data-request-are-scroll-parameter-and-from-parameter-compatible/49557
**Category:** Elasticsearch
**Created:** [May 9, 2016, 2:05pm UTC](https://discuss.elastic.co/t/elastic-ungrouped-data-request-are-scroll-parameter-and-from-parameter-compatible/49557 "2016-05-09T14:05:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yana2301](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yana2301/32/133248_2.png) [@yana2301](https://discuss.elastic.co/u/yana2301)
#### Post date: [May 9, 2016, 2:05pm UTC](https://discuss.elastic.co/t/elastic-ungrouped-data-request-are-scroll-parameter-and-from-parameter-compatible/49557/1 "2016-05-09T14:05:06Z")

</div>

Hi All,  
could you please help me with scroll api:  
I need to execute raw request to elastic, with offset. I send following  
request:  
{  
"from" : 20,  
"size" : 2,  
"query" : {  
"match\_all" : { }  
}  
}  
It works correctly,2 first records are skipped. But if I add parameter  
"scroll" to query,e.g."scroll=5m", to start scrolling, "from" parameter is  
ignored.  
Could you tell me please if it is know issue or actually expected behavior?

Thanks,  
Iana

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 10:52pm UTC](https://discuss.elastic.co/t/elastic-ungrouped-data-request-are-scroll-parameter-and-from-parameter-compatible/49557/2 "2017-07-05T22:52:58Z")

</div>


