POST api/MBProgress/GetExerciseCarePlanVideos
Request Information
URI Parameters
None.
Body Parameters
ExerciseCarePlanRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "sample string 1",
"StartDate": "2026-01-15T19:19:36.3262642+05:30",
"EndDate": "2026-01-15T19:19:36.3262642+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.