Authorization: Bearer ********************{
"page_size": 0,
"current_page": 0,
"keyword": "string",
"ws_agent_key": "string",
"text_format": "plain",
"filter_conditions": [
[
{
"field": "id",
"operator": "eq",
"value": "string"
}
]
]
}curl --location --request POST 'https://app.emoosearch.com/open-api/v1/search' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_size": 0,
"current_page": 0,
"keyword": "string",
"ws_agent_key": "string",
"text_format": "plain",
"filter_conditions": [
[
{
"field": "id",
"operator": "eq",
"value": "string"
}
]
]
}'{
"code": 200,
"message": "string",
"data": {
"total": 0,
"page_size": 0,
"current_page": 0,
"total_pages": 0,
"results": [
{
"id": 0,
"app_doc_id": "string",
"title": "string",
"url": "string",
"content_type": "text",
"content": "string",
"app_created_at": "string",
"app_updated_at": "string",
"ws_app": {
"id": 0,
"title": "string",
"ws_app_key": "string",
"app_id": 0,
"app_name": 0
},
"doc_group": {
"id": 0,
"app_group_id": "string",
"app_group_name": "string",
"app_group_desc": "string",
"url": "string"
}
}
]
}
}