List order notes
GET https://www.digicert.com/services/v2/order/certificate/{{order_id}}/note
Use this endpoint to list all notes on an order.
Example requests and responses
Response parameters
Name  | Type  | Description  | 
|---|---|---|
notes  | array  | List of notes returned by the request.  | 
.. id  | int  | Order ID.  | 
.. date_created  | string  | Timestamp of when the note was created. Format: UTC timezone and ISO 8601 date  | 
.. text  | string  | Message of the note.  | 
.. user  | object  | Details about the user who added the note. See Structures – User details object.  |