This API resource allows you to access the user's mailbox folder, filtered by type, and also retrieve a specific message from a folder.
Parameters
Parameter | Required | Possible Values | Notes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
folder | Yes | [inbox | sent | archived] default: inbox | mailbox folder> Message can be moved between inbox and archive folders. Note that there is no way to access the trash. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
message-type | Yes |
| message type is the type of message. Multiple message types can be specified by separating the types with commas. The number of messages per message type is not given, only the overall total. The abbreviation can be used in place of the full name (mebc, news). Clients need to handle deprecated types, but no new messages of this type will be created. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
start | No | >=0 | Starting position in collection. Start with 0, default 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
count | No | >0 | Number of item returned per request, default=25, max=50 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
item-read | No | [true | false] | Optional. If not specified both. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
action-status | No | [no-action | pending | actioned] | pending - awaiting action to be taken (e.g. pending invitation). actioned - action has been taken. no-action - e.g. message |