This method, armed with a search id number previously supplied by the result of AddPepSearch or GetPepSearches method, will bring back a specific search previously carried out within the system.

Request Parameters

Parameter Type Format Description
Id Required Int64   Search ID number.
SubUserName String Null or max length 50 characters If the search was created for a specific sub user, specify their username here, otherwise if the search was performed against the main user account, leave this null. If you are unsure, leave this null.
OnlyShowUnresolvedResults Boolean   If set to true, only unresolved search results will be included in the response, if false (default), all search results will be included
SubUserName New string Null or max length 50 characters Provide a value to check that the specified sub user has permission to access this search. If this is null or empty, then sub-user permissions will not be enforced.

Response Parameters

Parameter Type Format Description
ResponseStatus ResponseStatus   Instance of ResponseStatus object (see here)
SearchRecord SearchRecord   Instance of SearchRecord (PEP) object (see here)