Get Member Notes

Retrieve notes associated with a specific member. This endpoint returns a list of notes that have been added to a member's profile.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

memberIdUUIDRequired
Unique identifier for a member.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Response

This endpoint returns a list of objects.
idUUID
Unique identifier for a note.
titlestring
Title of the note.
commentstring
Comment of the note.
createdAtdatetime
Date and time when the entity was created.
modifiedAtdatetime
Date and time when the entity was updated.