Retrieve a specified Note object by its ID for a specified Account.Copy Pageget https://{server_address}/ResourceServer/api/v10/Account/{id}/Note/{noteId}Path ParamsidintegerrequiredUnique identifier for the Account object.noteIdintegerrequiredUnique identifier for the Note object.Responses 200Get a Note by its ID based on a specified Account 400The request could not be processed.Updated 2 months ago