curl --request POST \
--url 'https://api.flashcat.cloud/route/history/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": "<string>",
"p": 123,
"limit": 123,
"asc": true,
"orderby": "updated_at"
}
'{
"error": {},
"data": {
"items": [
{
"version": 123,
"updated_by": 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/history/list?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": "<string>",
"p": 123,
"limit": 123,
"asc": true,
"orderby": "updated_at"
}
'{
"error": {},
"data": {
"items": [
{
"version": 123,
"updated_by": 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
]
}
}
]
}
}此页面对您有帮助吗?