Skip to content

MailFolder Response #22

@carlo318

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

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