Querying for notes
Use the following endpoints to query for notes:
Endpoint | Returns |
---|---|
/common/v1/notes/{noteId} |
The note with the given ID (see below) |
/claim/v1/claims/{claimId}/notes |
All notes associated with the given claim |
/common/v1/activities/{activityId}/notes |
All notes associated with the given activity |
The /common/v1/notes/{noteId}
endpoint can be used to retrieve any note in
ClaimCenter. This includes notes that are attached to a
parent object other than a claim.