DiceX DevelopersDiceX API Docs

Get Received Whats Apps

GET
/api/v1/WhatsApp/GetReceivedWhatsApps
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

lineNumber?string
lastMessageId?integer
Formatint64
total?integer
Default100
Formatint32

Response 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"
    }
  ]
}