Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.1 KB

FeedResponse.md

File metadata and controls

18 lines (14 loc) · 1.1 KB

FeedResponse

Properties

Name Type Description Notes
cards \QuantiModo\Client\Model\Card[]
description string Tracking reminder notifications, messages, and study result cards that can be displayed in user feed or stream
summary string Tracking reminder notifications, messages, and study results
errors \QuantiModo\Client\Model\Error[] Array of error objects with message property [optional]
status string ex. OK or ERROR [optional]
success bool true or false [optional]
code float Response code such as 200 [optional]
link string A super neat url you might want to share with your users! [optional]
card \QuantiModo\Client\Model\Card A super neat card with buttons and HTML that you can use in your app! [optional]

[Back to Model list] [Back to API list] [Back to README]