# Retrieve All Title Order Notes **GET /transactions/{transactionId}/title-order-note** Retrieves all title notes associated with a transaction. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) Transaction GUID ## Responses ### 200 Title order notes returned successfully #### Body: application/json (array[object]) - **CreatedDate** (string(date-time)) - **ReadDate** (string(date-time)) - **Message** (string) - **Publisher** (string) ### 401 Unauthorized ### 404 Transaction not found [Powered by Bump.sh](https://bump.sh)