MZone API - Get Mzone Inbox Notifications using API

MZone API - Get Mzone Inbox Notifications using API

Get Mzone Inbox Notifications using API

This guide serves to assist users to retrieve Mzone notifications using the MZone 6 API

Step 1 - get MZone token


1.1 use the link below for instructions to get the authorization token:

Step 2 - use standard method for notification API

2.1 - Setup the API request and enter the authentication token as shown below



2.2 - set up the URL GET parameters as shown in example below: 



Query Parameters:

$skip:      170000 - Skip a certain amount of the available results

Step 3 Optional - use advanced method to get Mzone notifications via API

3.1 - Setup the API request and enter the authentication token as shown below



3.2 - set up the URL GET parameters as shown in example below: 

GET
https://live.mzoneweb.net/mzone62.api/NewNotifications?$format=json&$count=true&$orderby=utcTimestamp desc&$skip=0&$top=25&$filter=utcTimestamp ge 1923-12-31T22:00:00Z and utcTimestamp le 2064-12-31T21:59:59Z



Query Parameters:


$format:     json - Format of the results
$count:      true - Enable/Disable count
$orderby:  utcTimestamp desc - Choose how to order the results
$skip:        0 - Skip a certain amount of the available results
$top:         25 - Select an amount of the first values
$filter:      utcTimestamp ge 1923-12-31T22:00:00Z and utcTimestamp le 2064-12-31T21:59:59Z  - Date range for notifications








    • Related Articles

    • Mzone API User authentication - Generate authentication token via MZone API

      How to Generate authentication token via MZone API This guide serves to assist the creation of an authentication token via the MZone API. Step 1 - Create the Client secret and ID 1.1 - An agent would've created the client secret and ID which is ...
    • Creating a Child User Group in MZone: A Step-by-Step Guide

      Step 1: Logging into the MZone Parent Group Begin by accessing the MZone parent group using the designated credentials. This login provides you with access to the main account. Step 2: Creating a Child User Group Navigate to Configuration: After ...
    • How To Get/Send Log Files on Mzone Fleetdrive

      These step-by-step instructions will guide you in collecting log files, which are often necessary for support purposes. Log files serve several key functions: Aid in troubleshooting and debugging software and hardware issues. Provide valuable ...
    • Mzone Fleet Chat Box

      Mzone Fleet Chat Box. This chat box feature that is available on the application is used to maintain communication between the Driver and the Mzone UI Operator. This is vital function as the chats are stored safely and are able to be used for future ...
    • How to add the Chat option in Mzone UI

      In order to enable the chat feature in your MZone User(s) UI, follow these steps below: Go to the User Configuration >>Security>> Role Configuration Tab. Select an existing role to edit or add a new role to apply to the user(s). Select new "Add Role" ...