请求示例
curl -X POST "https://open.datastory.com.cn/api/mamba/query" \
-H "Content-Type: application/json" \
-H 'Authorization: your token here' \
-d '
{
"bidirectional": true,
"cartesianRelation": true,
"category": "string",
"entityType": "string",
"extendable": true,
"graphDirection": "ANY",
"init": true,
"json": {"node": ["string"],"type": ["string"]},
"limit": 0,
"multiRelation": true,
"relationEndTime": 0,
"relationStartTime": 0,
"relationType": "string",
"schema": "string"
}'
请求说明
响应示例
{
"code": 0,
"data": {
"edges": [
{
"attribute": {},
"confidence": 0,
"createDate": 0,
"id": "string",
"key": "string",
"source": "string",
"sourceIds": [
"string"
],
"target": "string",
"type": "string",
"updateDate": 0,
"value": 0
}
],
"init": true,
"nodes": [
{
"attribute": {},
"confidence": 0,
"createDate": 0,
"id": "string",
"key": "string",
"keywords": [
"string"
],
"label": "string",
"type": "string",
"updateDate": 0,
"value": 0
}
],
"type": {
"additionalProp1": [
"string"
],
"additionalProp2": [
"string"
],
"additionalProp3": [
"string"
]
}
},
"message": "string"
}
响应说明:
产品咨询
020-38061725
微信扫描二维码在线咨询