Problems
{{baseUrl}}/persons/:personId/chart/problems/:problemId/notes/:noteId1
Gets a problem note.
get/persons/{personId}/chart/problems/{problemId}/notes/{noteId}
Path parameters
personIdstring required
(Required) (Required) The id of the person for which the note is being retrieved
problemIdstring required
(Required) (Required) The id of the problem that the note is associated with
noteIdstring required
(Required) (Required) The id of the note
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"problemId": "<string>",
"personId": "<string>",
"note": "<string>",
"createdBy": "<string>",
"createTimestamp": "<string>",
"modifiedBy": "<string>",
"modifyTimestamp": "<string>",
"isDeleted": "<string>",
"createTimestampTimezone": "<string>",
"modifyTimestampTimezone": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.