Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/released_plugin/event/paged' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "string",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'{
"list": [
{
"id": "string",
"contextName": "string",
"aggregateName": "string",
"header": {
"user_agent": "string",
"remote_ip": "string",
"trace_id": "string",
"command_operator": "string",
"local_first": true,
"command_wait_endpoint": "string",
"command_wait_stage": "PROCESSED",
"property1": "string",
"property2": "string"
},
"tenantId": "string",
"aggregateId": "string",
"ownerId": "",
"commandId": "string",
"requestId": "string",
"version": 0,
"body": [
{
"id": "string",
"name": "released_plugin_applied",
"revision": "0.0.1",
"bodyType": "me.ahoo.prajna.api.library.plugin.release.ReleasedPluginApplied",
"body": {
"channels": [
{
"type": "Tenant"
}
],
"description": "string",
"plugin": {
"description": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"id": "string",
"name": "string",
"security": {
"type": "None"
},
"serverUrl": "string",
"tools": [
{
"connectTimeout": "5000",
"description": "string",
"inputParameters": [
{
"argumentMode": {
"type": "Llm"
},
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"lastModifiedAt": 1,
"method": "GET",
"name": "string",
"outputParameters": [
{
"default": null,
"description": "string",
"enum": [
"string"
],
"format": "string",
"item": {},
"name": "string",
"parameterIn": "Header",
"properties": [
{}
],
"required": true,
"type": "String"
}
],
"passed": true,
"path": "string",
"readTimeout": "30000",
"returnDirect": true
}
],
"type": "Http"
},
"version": {
"release": "string",
"version": 1
},
"id": "string",
"marketReleased": true
}
}
],
"createTime": 0
}
],
"total": 0
}