PollAckResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: PollAckResponse

Properties

name type required default description
totalWaiting integer yes count of total waiting poll messages
totalAffected integer yes Total amount of acked poll messages
responseId string yes The response id
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "mapi1_a938b834fd1ccbe197e7f812b65edf89ccbed329",
  "status": "ok",
  "message": "your response is attached",
  "totalWaiting": 34,
  "totalAffected": 1
}