Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Paging does not return the total. #34

Copy link
Copy link
@walkerrandolphsmith

Description

@walkerrandolphsmith
Issue body actions

Making a request to http://root/rest-1.v1/Data/Story?page=2,0 using the rest-1.v1 endpoint returns a set of stories in addition to the total number of stories.

v1.query({
    from: 'Story',
    select: ['Name', 'Number'],
    page: {
        start: 0,
        size: 50
    }
})

When using the JavaScript SDK the set of stories is returned, but the total is not available.
Is there another way to accomplish this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.