GET api/QuoteDay
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Quote| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Author | string |
None. |
|
| ImageLink | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Text": "sample string 1",
"Author": "sample string 2",
"ImageLink": "sample string 3"
}