Skip to content

How to get pagination metadata from client? #59

Description

@laurieb

Hi,

Is there any way to get the pagination meta data using the JSON client? I want to get the total number of resources. Reading through the code it looks like it is discarded?

{
    "jsonapi": {
        "version": "1.0"
    },
    "meta": {
        "page": {
            "offset": 0,
            "limit": 50,
            "total": 1364
        }
    },

Thanks! :-)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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