Notes Query
Description
The specified filter criteria can be utilized with this query to retrieve notes, and the format of the response adheres to the QueryResponse event type.
API Endpoints for NotesQuery
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/claim/notesquery.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Event Type | IntraConnects Request | Data Type | Athena Request |
---|---|---|---|
NotesQuery | Meta.DataModel | String | Claim |
NotesQuery | Meta.EventType | String | NotesQuery |
NotesQuery | Meta.Event | String | |
NotesQuery | Meta.Test | Boolean | |
NotesQuery | Meta.Source | String | |
NotesQuery | Meta.Source.ID | String | |
NotesQuery | Meta.Source.Name | String | |
NotesQuery | Claim | Object | |
NotesQuery | Claim.ID | Strng | claimid |
NotesQuery | Claim.Notes[] | ArrayOfObject | |
NotesQuery | Claim.Notes[].ID | Strng | |
NotesQuery | Claim.Notes[].Status | Strng | |
NotesQuery | Claim.Notes[].Description | Strng | |
NotesQuery | Claim.Notes[].Code | Strng | |
NotesQuery | Claim.Notes[].Name | Strng |