Bulk Action
Take bulk action on QnAs
Bulk Update
POST
https://{{account_id}}.acquire.io/api/v1/bot/qna/bulk
Perform a bulk action on multiple QnAs.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer {{api_key}} |
Request Body
Name | Type | Description |
---|---|---|
tab | string | Specify the section. Current sections: "qna" |
recordIds | array | Array of integers. The IDs of the QnAs. |
groupId | integer | The QnA's group |
actionType | string | Specify which action to take. Current actions: "delete". |
Body(raw)
Last updated