Authorization: Bearer ********************{
"mode": "query",
"payload": {
"filter": {
"title": {
"contains": "登录"
},
"maintenance.id": {
"nin": [
"315c85d24643678a9a0417f68e846aae"
]
},
"library.id": {
"in": [
"5eb623f6a70571487ea47000",
"5eb623f6a70571487ea47001"
]
},
"participants.id": {
"in": [
"a0417f68e846aae315c85d24643678a9"
]
},
"created_at": {
"gte": 1730000000
}
},
"keywords": "CSK",
"include_public_image_token": "description",
"include_deleted": false,
"include_archived": false,
"page_size": 10,
"page_index": 0
}
}curl --location 'https://open.pingcode.com/v1/testhub/cases/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mode": "query",
"payload": {
"filter": {
"title": {
"contains": "登录"
},
"maintenance.id": {
"nin": [
"315c85d24643678a9a0417f68e846aae"
]
},
"library.id": {
"in": [
"5eb623f6a70571487ea47000",
"5eb623f6a70571487ea47001"
]
},
"participants.id": {
"in": [
"a0417f68e846aae315c85d24643678a9"
]
},
"created_at": {
"gte": 1730000000
}
},
"keywords": "CSK",
"include_public_image_token": "description",
"include_deleted": false,
"include_archived": false,
"page_size": 10,
"page_index": 0
}
}'{}