GET api/WeekDay?dt={dt}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dt | date |
Required |
Body Parameters
None.
Response Information
Resource Description
WeekDayName | Description | Type | Additional information |
---|---|---|---|
DayId | integer |
None. |
|
DayDt | date |
None. |
|
WeekId | integer |
None. |
|
DayNo | integer |
None. |
|
Yoga | boolean |
None. |
|
Exception | boolean |
None. |
|
Weight | decimal number |
None. |
|
BPd | integer |
None. |
|
BPs | integer |
None. |
|
Pulse | integer |
None. |
|
LocationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DayId": 1, "DayDt": "2025-01-07T17:57:50.7199686-06:00", "WeekId": 1, "DayNo": 1, "Yoga": true, "Exception": true, "Weight": 1.0, "BPd": 1, "BPs": 1, "Pulse": 1, "LocationId": 1 }
text/html
Sample:
{"DayId":1,"DayDt":"2025-01-07T17:57:50.7199686-06:00","WeekId":1,"DayNo":1,"Yoga":true,"Exception":true,"Weight":1.0,"BPd":1,"BPs":1,"Pulse":1,"LocationId":1}
application/xml, text/xml
Sample:
<WeekDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DayAPI.Models"> <BPd>1</BPd> <BPs>1</BPs> <DayDt>2025-01-07T17:57:50.7199686-06:00</DayDt> <DayId>1</DayId> <DayNo>1</DayNo> <Exception>true</Exception> <LocationId>1</LocationId> <Pulse>1</Pulse> <WeekId>1</WeekId> <Weight>1</Weight> <Yoga>true</Yoga> </WeekDay>