ResponseContainerDefaultSavedAppMapSearch

ResponseContainerDefaultSavedAppMapSearch
ResponseContainerDefaultSavedAppMapSearch

JSON container for the HTTP response along with status

JSON Example
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "defaultUserSearch": {
            "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"
        },
        "defaultCustomerSearch": {
            "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