Search
POST/api
Search entities with the same query language used in Query operation. Allows providing additional filter conditions such as context or object type.
Request
- application/json
Body
array
required
Array [
- MOD2
- MOD2
Array [
]
]
action Actionrequired
Possible values: [search
]
expression Expressionrequired
terms string[]required
entity_type Entity Typerequired
project_id
object
nullable
anyOf
string
object_type_ids
object
nullable
anyOf
string
metadata
object
property name* any
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...