Return Profile Notes By Note Id

Returns a profile note based on profile id and note id.

SecuritybearerToken
Request
path Parameters
profileId
required
string

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
noteId
required
string

Id of a note.

Example: 047ae398-7639-40af-911e-cc214cf3045c
Responses
200
400
401
403
404
get/compliance/kyc-protect/profiles/{profileId}/notes/{noteId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "body": "string",
  • "isArchived": true,
  • "createdAt": "string",
  • "createdById": 0,
  • "createdBy": "string",
  • "modifiedAt": "string",
  • "modifiedById": 0,
  • "modifiedBy": "string",
  • "linkedTo": "string",
  • "correlationId": "string"
}