Skip to content

MailFolder Response #22

Description

@carlo318

Hello,
yout documentation is very useful.
I'd like to suggest a little fix on MailFolder Response.
The example given contains data[] inside another data[] but I get errors in parsing.
I get it working fine by removing that nested data[], like this:
Instead of:

{ "success": true, "data": [ { "id": "string", "mailAccountId": "string", "name": "string", "unreadCount": 0, "folderType": "string", "data": [ {} ], "uidNext": "string" } ] }

I use:

{ "success": true, "data": [ { "id": "string", "mailAccountId": "string", "name": "string", "unreadCount": 0, "folderType": "string", "uidNext": "string" } ] }

Thankyou.
Carlo

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