Auto notifications journal
journal
request
GET /api/v2/auto-notifications?userId=1000000022&filterId=1&type=AUTO_SMS HTTP/1.1
Parameter | Description |
---|---|
|
filter id |
|
author id |
|
auto notification type |
|
response
HTTP/1.1 200 OK
{
"content" : [ ],
"pageable" : {
"pageNumber" : 0,
"pageSize" : 20,
"sort" : {
"empty" : false,
"sorted" : true,
"unsorted" : false
},
"offset" : 0,
"paged" : true,
"unpaged" : false
},
"last" : true,
"totalElements" : 0,
"totalPages" : 0,
"first" : true,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : false,
"sorted" : true,
"unsorted" : false
},
"numberOfElements" : 0,
"empty" : true
}
Path | Type | Description |
---|---|---|
|
|
an array of filtered auto notifications |
|
|
auto notification id |
|
|
filter name |
|
|
author |
|
|
auto notification type |