Get Received Whats Apps
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
lineNumber?string
lastMessageId?integer
Format
int64total?integer
Default
100Format
int32Response Body
curl -X GET "https://gateway.dicex.me/api/v1/WhatsApp/GetReceivedWhatsApps"{
"isSuccess": true,
"message": "string",
"value": [
{
"id": 0,
"socialId": "string",
"messageType": "string",
"message": "string",
"parentMessage": "string",
"sender": "string",
"lineNumber": "string",
"receiveDate": "2019-08-24T14:15:22Z"
}
]
}