Retrieves all title notes associated with a transaction.
GET
/transactions/{transactionId}/title-order-note
curl \
--request GET 'https://api.pre.zipformplus.com/api/transactions/{transactionId}/title-order-note' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
[
{
"CreatedDate": "2026-05-04T09:42:00Z",
"ReadDate": "2026-05-04T09:42:00Z",
"Message": "string",
"Publisher": "string"
}
]