服务台-推送中心

Number of APIs: 8

  1. 创建推送 POST {{base_url}}/helpdesk/v1/notifications

  2. 更新推送 PATCH {{base_url}}/helpdesk/v1/notifications/:notification_id

  3. 查询推送 GET {{base_url}}/helpdesk/v1/notifications/:notification_id

  4. 提交审核 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/submit_approve

  5. 取消审核 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/cancel_approve

  6. 取消推送 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/cancel_send

  7. 预览推送内容 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/preview

  8. 执行推送 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/execute_send