Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageInfo uses strings under object instances #25

Open
boyvinall opened this issue Feb 10, 2017 · 0 comments
Open

PageInfo uses strings under object instances #25

boyvinall opened this issue Feb 10, 2017 · 0 comments

Comments

@boyvinall
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant