Create Saved App Map Search

Create Saved App Map Search

Create a search

Request
URI
POST
https://{api_host}/api/v2/savedappmapsearch
COPY
Request Body
SavedAppMapSearch of type(s) application/json
Optional
{
    "name": "string",
    "id": "string",
    "createdEpochMillis": 0,
    "updatedEpochMillis": 0,
    "searchFilters": {
        "filters": [
            {
                "filterType": "string",
                "values": {
                    "stringValue": "string",
                    "arrayValue": [
                        "string"
                    ],
                    "logicalValue": [
                        [
                            {}
                        ]
                    ]
                }
            }
        ],
        "query": "string"
    },
    "deleted": false,
    "creatorId": "string",
    "updaterId": "string"
}
string
name
Required

Name of the search

string
id
Optional

id

integer As int64 As int64
createdEpochMillis
Optional

createdEpochMillis

integer As int64 As int64
updatedEpochMillis
Optional

updatedEpochMillis

searchFilters
Required

searchFilters

boolean
deleted
Optional

deleted

string
creatorId
Optional

creatorId

string
updaterId
Optional

updaterId

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerSavedAppMapSearch of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "name": "string",
        "id": "string",
        "createdEpochMillis": 0,
        "updatedEpochMillis": 0,
        "searchFilters": {
            "filters": [
                {
                    "filterType": "string",
                    "values": {
                        "stringValue": "string",
                        "arrayValue": [
                            "string"
                        ],
                        "logicalValue": [
                            [
                                {}
                            ]
                        ]
                    }
                }
            ],
            "query": "string"
        },
        "deleted": false,
        "creatorId": "string",
        "updaterId": "string"
    }
}
status
Required

status

response
Optional

response