curl --request POST \
--url 'https://api.flashcat.cloud/route/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_ids": [
123
]
}
'{
"error": {},
"data": {
"items": [
{
"status": "enabled",
"version": 123,
"creator_id": 123,
"updated_by": 123,
"created_at": 123,
"updated_at": 123,
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
],
"channel_ids": [
123
],
"fallthrough": true,
"routing_mode": "standard",
"name_mapping_label": "<string>"
}
],
"sections": [
{
"name": "<string>",
"position": 123
}
],
"default": {
"channel_ids": [
123
]
}
}
]
}
}curl --request POST \
--url 'https://api.flashcat.cloud/route/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_ids": [
123
]
}
'{
"error": {},
"data": {
"items": [
{
"status": "enabled",
"version": 123,
"creator_id": 123,
"updated_by": 123,
"created_at": 123,
"updated_at": 123,
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
],
"channel_ids": [
123
],
"fallthrough": true,
"routing_mode": "standard",
"name_mapping_label": "<string>"
}
],
"sections": [
{
"name": "<string>",
"position": 123
}
],
"default": {
"channel_ids": [
123
]
}
}
]
}
}此页面对您有帮助吗?