This is specific to Claim Notes Cloud API. OOTB Configuration is defined as return only 100 Characters of Note Body when fetching all notes for given Claim. If we need entire body, then I need to invoke another Cloud API with specific note publicID. This behavior is achieved by configuring the ‘x-gw-extensions’.
/cc/rest/claim/v1/claims/claimPublicID/notes
/cc/rest/common/v1/notes/notePublicID
I tried by overwrite the schema definition of body property for Note entity but it didn’t change this default behavior.
Is it possible to overwrite this behavior to return the entire body in first call instead of truncating to first 100 characters?