v1

latestSwagger 2.02026-08-061791731.4 MB
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

idstring required
problemIdstring required
personIdstring required
notestring required
createdBystring required
createTimestampstring required
modifiedBystring required
modifyTimestampstring required
isDeletedstring required
createTimestampTimezonestring required
modifyTimestampTimezonestring required

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>"
    }
  ]
}