You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Jeffrey (JIRA)" <ji...@apache.org> on 2015/11/02 18:14:27 UTC

[jira] [Updated] (USERGRID-369) Add cursor code in response when querying specific enity properties

     [ 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)