v1
latestSwagger 2.02026-08-061791731.4 MBImmunizations
{{baseUrl}}/persons/:personId/chart/immunizations/orders/:orderId/tracking-comments
Gets a list of tracking comments for the given person id and order id.
get/persons/{personId}/chart/immunizations/orders/{orderId}/tracking-comments
Path parameters
personIdstring required
(Required) (Required) The id of the person who the order belongs to
orderIdstring required
(Required) (Required) The id of the order whose tracking comments are being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"orderId": "<string>",
"personId": "<string>",
"providerId": "<string>",
"authorName": "<string>",
"authorDisplayName": "<string>",
"userName": "<string>",
"isDelegate": "<string>",
"createTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"comment": "<string>",
"type": "<string>",
"generatedBy": "<string>",
"isAutoGenerated": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}