Return Profile Notes

Returns a list of profile notes for the given profile id.

SecuritybearerToken
Request
path Parameters
profileId
required
string

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

searchTerm
string

Filters the note list by notes with body containing the provided string

isArchived
boolean or null

Get archived notes based on this flag. Allowed values are true, false or null

Responses
200
400
401
403
404
get/compliance/kyc-protect/profiles/{profileId}/notes
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0,
  • "correlationId": "string"
}