GET api/GetYogaTeacherList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of YogaTeacherDto| Name | Description | Type | Additional information |
|---|---|---|---|
| YogaScheduleId | integer |
None. |
|
| Day | string |
None. |
|
| TimeFrom | string |
None. |
|
| TimeTo | string |
None. |
|
| Asanas1 | string |
None. |
|
| Asanas2 | string |
None. |
|
| Asanas3 | string |
None. |
|
| IsActive | boolean |
None. |
|
| TeacherId | integer |
None. |
|
| TeacherFName | string |
None. |
|
| TeacherLName | string |
None. |
|
| TeacherImagePath | Collection of byte |
None. |
|
| TeacherBioInfo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"YogaScheduleId": 1,
"Day": "sample string 2",
"TimeFrom": "sample string 3",
"TimeTo": "sample string 4",
"Asanas1": "sample string 5",
"Asanas2": "sample string 6",
"Asanas3": "sample string 7",
"IsActive": true,
"TeacherId": 9,
"TeacherFName": "sample string 10",
"TeacherLName": "sample string 11",
"TeacherImagePath": "QEA=",
"TeacherBioInfo": "sample string 12"
},
{
"$ref": "1"
}
]