Request
Body Params  application/json
{
    "integration_ids": [
        0
    ]
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/route/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "integration_ids": [
        0
    ]
}'
Responses
application/json {
    "error": {},
    "data": {
        "items": [
            {
                "cases": [
                    {
                        "if": [
                            {
                                "key": "title",
                                "oper": "IN",
                                "vals": [
                                    "string"
                                ]
                            }
                        ],
                        "channel_ids": [
                            0
                        ],
                        "fallthrough": true
                    }
                ],
                "default": {
                    "channel_ids": [
                        0
                    ]
                },
                "status": "enabled",
                "creator_id": 0,
                "updated_by": 0,
                "created_at": 0,
                "updated_at": 0
            }
        ]
    }
}
Modified at 2025-01-22 10:14:38