Request
Body Params  application/json
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/enrichment/info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "integration_id": 0
}'
Responses
application/json {
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "integration_id": 0,
        "rules": [
            {
                "kind": "extraction",
                "if": [
                    {
                        "key": "title",
                        "oper": "IN",
                        "vals": [
                            "string"
                        ]
                    }
                ],
                "settings": {
                    "g_json": null
                }
            }
        ],
        "creator_id": 0,
        "updated_by": 0,
        "created_at": 0,
        "updated_at": 0
    }
}
Modified at 2025-01-22 10:14:38