Get all messages
Get all popup messages This feature is available only in AA-14FB panel
Query Parameters
- limit integer required
Possible values: [
10
,20
,30
,50
]Maximum messages on page
- page_number integer required
Page of the messages
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema array
- message string
- date string
- id integer
- link_id string
[
{
"message": "Hello world",
"date": "Jan 30, 2020 2:23:35 PM",
"id": 2,
"link_id": "string"
}
]
Log in
Administrator rights required
Loading...