Create Recent App Map Search
Create a search
Request
URI
POST
https://{api_host}/api/v2/recentappmapsearch
COPY
Request Body
Example Body:
{ "searchFilters": { "filters": [ { "filterType": "OPERATION", "values": { "logicalValue": [ [ "beachshirts.", "shopping" ] ] } } ] } }
RecentAppMapSearch
of type(s)
application/json
Optional
Show optional properties
{
"searchFilters": {}
}
{
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"creatorId": "string",
"updaterId": "string"
}
string
id
Optional
id
integer As int64
As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64
As int64
updatedEpochMillis
Optional
updatedEpochMillis
object
searchFilters
Required
searchFilters
string
creatorId
Optional
creatorId
string
updaterId
Optional
updaterId
Responses
200
successful operation
Returns
ResponseContainerRecentAppMapSearch
of type(s)
application/json
"ResponseContainerRecentAppMapSearch Object"
object
status
Required
status
object
response
Optional
Recent search queries for Application Status
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"searchFilters:"object"}' https://{api_host}/api/v2/recentappmapsearch
Recent App Map Search Operations
GET
Get All Recent App Map Searches
POST
Create Recent App Map Search
GET
Get Recent App Map Search