This method returns the list of notes associated with an existing sanctions search.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id Required | Int64 | 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 Search ID number the note has been added to. | |
| Success | Boolean | True if the data was retrieved successfully |