Skip to content

How to get pagination metadata from client? #59

@laurieb

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! :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions