[
https://issues.apache.org/jira/browse/USERGRID-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey updated USERGRID-369:
------------------------------
Sprint: Critical
> Add cursor code in response when querying specific enity properties
> -------------------------------------------------------------------
>
> Key: USERGRID-369
> URL: https://issues.apache.org/jira/browse/USERGRID-369
> Project: Usergrid
> Issue Type: Story
> Reporter: Marcus Maringer
>
> A cursor code for the next set of items is included in the api response only
> if all properties of an entity are requested like so:
> GET /cats?ql=select *
> However, no cursor code is included when only specific resource properties of
> an entity are queried like so:
> GET /cats?ql=select uuid, name, modified
> Paging should work with both queries
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)