Request
Body Params  application/json
{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "responder_ids": [
        "string"
    ]
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/insight/responder/export' \
--header 'Content-Type: application/json' \
--data-raw '{
    "start_time": 0,
    "end_time": 0,
    "team_ids": [
        0
    ],
    "channel_ids": [
        0
    ],
    "severities": [
        "Info"
    ],
    "time_zone": "Asia/Shanghai",
    "responder_ids": [
        "string"
    ]
}'
Modified at 2025-01-22 10:25:34