GET api/WeekDay?wkId={wkId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wkId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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:41:57.2880434-06:00", "WeekId": 1, "DayNo": 1, "Yoga": true, "Exception": true, "Weight": 1.0, "BPd": 1, "BPs": 1, "Pulse": 1, "LocationId": 1 }, { "DayId": 1, "DayDt": "2025-01-07T17:41:57.2880434-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:41:57.2880434-06:00","WeekId":1,"DayNo":1,"Yoga":true,"Exception":true,"Weight":1.0,"BPd":1,"BPs":1,"Pulse":1,"LocationId":1},{"DayId":1,"DayDt":"2025-01-07T17:41:57.2880434-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:
<ArrayOfWeekDay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DayAPI.Models"> <WeekDay> <BPd>1</BPd> <BPs>1</BPs> <DayDt>2025-01-07T17:41:57.2880434-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> <WeekDay> <BPd>1</BPd> <BPs>1</BPs> <DayDt>2025-01-07T17:41:57.2880434-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> </ArrayOfWeekDay>