Skip to content

PageInfo uses strings under object instances #25

@boyvinall

Description

@boyvinall

Requesting https://deviceserver.creatordev.io/clients/_client_/objecttypes/_object_/instances gives a PageInfo which has strings, not integers:

{
    "Links": [
        {
            "rel": "add",
            "href": "https://deviceserver.creatordev.io/clients/mxYicHnSuEKsjJ3H2bHkxw/objecttypes/vOhduQKdtUyHbUHOzGbt9Q/instances"
        }
    ],
    "PageInfo": {
        "TotalCount": "1",
        "ItemsCount": "1",
        "StartIndex": "0"
    },
    "Items": [
        {
...

elsewhere, the TotalCount, ItemsCount and StartIndex are integer values.

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