URL | POST {{basepath}}/poll |
---|---|
Category | REPP-Poll |
Allows you to acknowledge poll messages
Expects a PollAckRequest object.
Returns a PollAckResponse object.
{
"pollIds": [
9568540
]
}
POST {{basepath}}/poll
{
"pollIds": [
9568540
]
}
200 OK
{
"responseId": "mapi1_a938b834fd1ccbe197e7f812b65edf89ccbed329",
"status": "ok",
"message": "your response is attached",
"totalWaiting": 34,
"totalAffected": 1
}