Request
Body Params  application/json
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/enrichment/mapping/schema/list' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "schema_id": "string",
                "schema_name": "string",
                "description": "string",
                "source_labels": [
                    "string"
                ],
                "result_labels": [
                    "string"
                ],
                "team_id": 0,
                "creator_id": 0,
                "updated_by": 0,
                "created_at": 0,
                "updated_at": 0
            }
        ],
        "total": 0
    }
}
Modified at 2025-01-22 10:14:38