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": "8e2bb3bd-b78d-4cf1-b634-7ed2874ca7a2",
"StartDate": "2026-06-06T12:46:23.9729306+05:00",
"EndDate": "2026-06-06T12:46:23.9729306+05:00",
"UserId": "890dfb1f-397d-4769-b28d-b516c0e4d037",
"GroupId": "70ab88ef-3352-4be9-8faf-e91f1bfac40e",
"DepartmentId": "3dbbcdb7-a29b-4b71-b784-eaff0bdaab9d",
"EventId": "efff0958-18dd-461b-92c4-f83a92c3ce45",
"ActionById": "8cf453a7-aa1c-4786-815b-bf82700b9d63",
"EventRegistrationId": "12c0ed08-4fd5-48f6-9efe-ccd8f2ce1245",
"EventSectorId": "1dc73e25-5dc8-4226-9176-bf6c5f4f56fb",
"UserIslahJourneyId": "061f4069-b763-48a5-88b3-97d9f0aec2ac",
"IslahJourneyId": "6c2cc7c7-dd56-4e64-802c-63cc6d15de62",
"IslahLevelId": "c89cbd41-056c-4831-877e-886210c25dca",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.9729306+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "914aa62c-6ff2-4f27-be20-807d375ad01e",
"FactorsDetail": [
{
"UserIslahJourneyId": "7ca7ec05-51cf-42b2-8884-4e2c8622a954",
"FactorId": "a4062b73-c18c-4210-a061-c7e210b891ae",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9739106+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "7ca7ec05-51cf-42b2-8884-4e2c8622a954",
"FactorId": "a4062b73-c18c-4210-a061-c7e210b891ae",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9739106+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9e929fb7-b2f5-493d-9631-4e2be9ada7c9",
"9eee5b5c-0bc8-44fe-b5c5-63f20381dca7"
],
"CountryIds": [
"12a7deae-cb31-44ff-8aaf-1da5ed39b6fd",
"244d8364-94cc-4cb9-add9-76c9348b16de"
],
"StateOrProvinceIds": [
"04c88371-211f-440a-b4f0-91127fca56c5",
"41728a31-1d74-4068-b676-66743a5e7cda"
],
"CityIds": [
"11372af3-562c-4cbc-b350-f16f56050b43",
"5240f3fc-fb67-4b62-8424-246b2b2879d0"
],
"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.