curl --location --request GET '/msg/msg-types?page=&size='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"createTime": "string",
"id": "string",
"pushStrategy": [
{
"additional": {
"property1": {},
"property2": {}
},
"addressBook": [
"string"
],
"createTime": "string",
"customers": [
"string"
],
"id": "string",
"messageTypeId": "string",
"pushType": "string",
"sendStrategy": "string",
"tenant": "string",
"updateTime": "string"
}
],
"removeAble": true,
"templateContent": "string",
"templateTitle": "string",
"tenant": "string",
"typeCode": "string",
"typeName": "string",
"updateTime": "string"
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}