GET v1/alerts/m3/{id}?message={message}&title={title}
Use this endpoint to send push notifications using MaaS M3 Messages API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
MaaS Device Unique Identifier. |
string |
Required |
| message |
Push notification message. |
string |
Required |
| title |
Optional push notification title. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP status code "No Content", or an error message with detail message if errors were found.
GenericError| Name | Description | Type | Additional information |
|---|---|---|---|
| hasError | boolean |
None. |
|
| error | string |
None. |
|
| description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"hasError": true,
"error": "sample string 2",
"description": "sample string 3"
}
