POST api/Islah/GetUserIslahLevelMamoolat
Request Information
URI Parameters
None.
Body Parameters
IslahViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| UserIslahJourneyId | globally unique identifier |
None. |
|
| IslahJourneyId | globally unique identifier |
None. |
|
| IslahLevelId | globally unique identifier |
None. |
|
| Day | integer |
None. |
|
| Status | integer |
None. |
|
| Date | date |
None. |
|
| SummaryType | integer |
None. |
|
| WakeUpTime | time interval |
None. |
|
| SleepTime | time interval |
None. |
|
| MurabiId | globally unique identifier |
None. |
|
| FactorsDetail | Collection of DTOIslahFactors |
None. |
|
| MamoolatIds | Collection of globally unique identifier |
None. |
|
| CountryIds | Collection of globally unique identifier |
None. |
|
| StateOrProvinceIds | Collection of globally unique identifier |
None. |
|
| CityIds | Collection of globally unique identifier |
None. |
|
| Search | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderDir | string |
None. |
|
| OrderColumn | integer |
None. |
|
| ApprovalStatus | integer |
None. |
|
| DisplayApprovalStatus | string |
None. |
|
| RequestedBy | integer |
None. |
|
| RequestedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8d9981e2-5892-42a3-8159-49013e0a9b67",
"StartDate": "2026-09-25T12:49:36.3607126+05:00",
"EndDate": "2026-09-25T12:49:36.3607126+05:00",
"UserId": "4c5e42fd-82c9-4f93-bce0-3a8d351bdaaf",
"GroupId": "a2e9108b-3ac7-4c9c-8b28-ff117c557735",
"DepartmentId": "da33f396-82fa-405c-9084-cd70395bfc17",
"EventId": "c87ed456-775d-4884-8dab-8fe477370bc8",
"ActionById": "520ff3ce-655f-41f9-b53b-477c6660ec0a",
"EventRegistrationId": "1d855d02-336e-4e22-b402-3a11dae44659",
"EventSectorId": "e3051b86-da0c-4b1b-a091-1a9d76c73e50",
"UserIslahJourneyId": "451eae93-1c3f-4ffb-a9db-79c47a02810a",
"IslahJourneyId": "c2c302ff-40d9-4cea-bbc5-538cadef09c8",
"IslahLevelId": "723f6bb6-18c2-4b11-a439-bb88196c2843",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:36.3607126+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "9618c81b-936e-49d9-9a3f-8a88c879af8e",
"FactorsDetail": [
{
"UserIslahJourneyId": "0224b3c4-c115-49f6-8daa-ed8fef951dca",
"FactorId": "6aa8f374-6cd9-4773-8f60-a754567ed3b9",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3607126+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "0224b3c4-c115-49f6-8daa-ed8fef951dca",
"FactorId": "6aa8f374-6cd9-4773-8f60-a754567ed3b9",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3607126+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"199ed861-b49d-46e4-bf0f-5ffa1cf9bc38",
"d15fd894-f7d5-4710-b4dc-306490eab742"
],
"CountryIds": [
"d6de4baf-da5f-415d-acac-b9a11146c63d",
"5aaed702-83f3-482b-b677-de24ddd590c1"
],
"StateOrProvinceIds": [
"9e930a97-0176-4e46-b093-48f655fbef6f",
"a1fd30e4-6cbd-4577-b6b0-75d61fb262f6"
],
"CityIds": [
"a3af4ae4-71d7-4ef5-a6aa-f021b53ae248",
"151ba304-d61c-481b-a786-794b3fee68a5"
],
"Search": "sample string 3",
"Start": 1,
"Length": 1,
"OrderDir": "sample string 4",
"OrderColumn": 5,
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 6",
"RequestedBy": 1,
"RequestedByName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.