GET api/winning_numbers/draw_datesSync/{game}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| game | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DrawDate| Name | Description | Type | Additional information |
|---|---|---|---|
| draw_date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw_date": "2025-12-12T05:15:52.068-04:00"
}
application/xml, text/xml
Sample:
<DrawDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SG.DS.DataContract"> <draw_date>2025-12-12T05:15:52.0685486-04:00</draw_date> </DrawDate>