{
"source_id": "{{TABLE_ID}}",
"source_type": "table"
}
curl --location --request POST 'https://api.huoban.com/openapi/v1/event/list' \
--header 'Open-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_id": "",
"source_type": "table"
}'
{
"code": 0,
"message": "success",
"data": {
"total": 1,
"subscribes": [
{
"source_id": "2100000014303340",
"source_type": "table",
"events": [
"item.update",
"item.create"
],
"state": 1
}
]
},
"meta": {
"trace_id": "1652588571980470"
}
}