JSON_SearchTaskCond

SearchTaskCond message in JSON format

{
  "SearchTaskCond":{
    "searchID":"", 
/*required, string, search ID which is used to check whether the upper-layer clients are the same one*/
    "searchResultPosition": , 
/*required, integer32, the start position of the search result in the result list. When there are multiple records and you cannot get all search results at a time, you can search for the records after the specified position next time. If the device returns the picture along with the response message, this field should be between 0 and totalMatches*/
    "maxResults": , 
/*required, integer32, the maximum number of results that can be obtained by calling the URL at a time. If the device returns the picture along with the response message, this field can only be set to 1*/
    "captureNoList": , 
/*optional, integer, collection No. list. If the collection No. is not configured, it will search all data according to searchResultPosition*/
    "searchType":""
/*optional, search type: "new"-search and only return newly added data, "modified"-search and only return edited data. By default all data will be searched*/
  }
}