POST api/Islah/GetUsersIslahLevelMamoolatData
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": "27c4437a-fc3d-4ad0-b436-6af6b1afbbc4",
"StartDate": "2025-12-20T17:34:40.6416543+05:00",
"EndDate": "2025-12-20T17:34:40.6416543+05:00",
"UserId": "94a2a416-58db-427f-b0b9-064e15cb3963",
"GroupId": "0a10fc5b-619a-478b-92b6-02a7b553145b",
"DepartmentId": "fea2ffd9-8055-4ddf-9ed2-34ab895aebf0",
"EventId": "e3c7fe2c-4164-4193-b33c-1f2077882325",
"ActionById": "17d459e5-f6d8-42ef-b440-9f1400867dba",
"EventRegistrationId": "5a7cd2f2-bfe5-41f0-808c-8f90747e6e7f",
"EventSectorId": "ea72205b-1e8d-4a17-9c79-a4967c859d52",
"UserIslahJourneyId": "78355505-5c77-4c3c-91eb-f2c972d6d1e3",
"IslahJourneyId": "911be258-c198-4a1b-8bd1-571faf9330e5",
"IslahLevelId": "5e780424-b262-4d9b-a55c-c443d4993fa0",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:34:40.6416543+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "e5b2fa0c-c6c7-4da1-873a-de3aa2dd4b85",
"FactorsDetail": [
{
"UserIslahJourneyId": "d767e96e-6d1c-4087-9864-8d1eee1c9974",
"FactorId": "c1f36328-d9bc-4199-907e-14d301e26b19",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:40.6416543+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d767e96e-6d1c-4087-9864-8d1eee1c9974",
"FactorId": "c1f36328-d9bc-4199-907e-14d301e26b19",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:40.6416543+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"50c57630-ad9b-445f-bebf-3f4622e07156",
"7b10522c-9e28-4216-8f9f-839fd5c20643"
],
"CountryIds": [
"88d956c5-d9df-4df1-b873-7ed200783117",
"6b57784c-d353-4ca6-b871-0074131f3b11"
],
"StateOrProvinceIds": [
"39712a8b-1adb-49ca-a976-17bd96c294b1",
"5afb15ad-0ff6-4407-a07a-1ef167c10678"
],
"CityIds": [
"9cc1ada5-edfb-4451-b5de-564391f3ca68",
"2bdbdbc9-3764-4d94-a0e5-d673efd14743"
],
"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.