POST 要求を実行して、指定した主キーに一致するアクティビティに関するフィードバックを送信します。
HTTP 要求
POST /api/v1/activities/<pk>/feedback
要求 URL パラメーター
| パラメーター | 説明 |
|---|---|
| pk | アクティビティの ID |
要求 BODY パラメーター
| パラメーター | 説明 |
|---|---|
| feedback | アクティビティのフィードバック |
例
要求
要求の例を次に示します。
curl -XPOST -H "Authorization:Token <your_token_key>" -H "Content-Type: application/json" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/activities/<pk>/feedback" -d '{
"feedbackValue": "0",
"feedbackText": "Irrelevant",
"allowContact": false,
"contactEmail": "some.contact.address"
}'
応答
アクティビティの一覧を JSON 形式で返します。
{
"total": 5 // approximate number of records
"hasNext": true // whether there is more data to show or not.
"data": [
// returned records
]
}
問題が発生した場合は、こちらにお問い合わせください。 製品の問題に関するサポートまたはサポートを受けるためには、サポート チケットを開いてください