This method returns the list of notes associated with an existing PEP search.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id Required | Int64 | The PEP search ID number. | |
SubUserName | string | Null or max length 50 characters | If this is specified, access will only be granted if this sub user has permission. |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
Notes | Array | The complete array of SearchNote objects now associated with the search (see here) | |
Id | Int64 | The PEP search ID number the note has been added to. | |
Success | Boolean | True if the data was retrieved successfully |