curl --request POST \
--url 'https://api.flashcat.cloud/enrichment/info?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": 123
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"integration_id": 123,
"rules": [
{
"kind": "extraction",
"settings": {
"source_field": "<string>",
"result_label": "<string>",
"g_json": "<string>",
"pattern": "<string>",
"override": true
},
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
]
}
],
"created_at": 123,
"updated_at": 123,
"creator_id": 123,
"updated_by": 123
}
}curl --request POST \
--url 'https://api.flashcat.cloud/enrichment/info?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": 123
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"integration_id": 123,
"rules": [
{
"kind": "extraction",
"settings": {
"source_field": "<string>",
"result_label": "<string>",
"g_json": "<string>",
"pattern": "<string>",
"override": true
},
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
]
}
],
"created_at": 123,
"updated_at": 123,
"creator_id": 123,
"updated_by": 123
}
}此页面对您有帮助吗?