Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 506 Bytes

TraceReadNotesResponse.md

File metadata and controls

14 lines (14 loc) · 506 Bytes

TraceReadNotesResponse


Description

Whether or not user has unread trace notes response

Fields

Name Description Type Allowed Values Required
messages List of messages list false
success Indicates whether API response was successful or not boolean false
unread Whether or not user has unread trace notes boolean false

Template

{"messages":[],"success":true,"unread":true}