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": "72ba1b1a-5d92-4833-a59c-915a8cf345fe",
"StartDate": "2026-09-25T12:49:36.3717089+05:00",
"EndDate": "2026-09-25T12:49:36.3717089+05:00",
"UserId": "0804ccbe-2fc0-4e50-9875-0dddc3df7d92",
"GroupId": "fafb799c-f848-4051-a1b4-7870ee93bb58",
"DepartmentId": "4cde8be8-9a33-4287-aafa-ed4193decffe",
"EventId": "cdee7762-d39e-4a29-9b55-7222ef427818",
"ActionById": "d2b2f48b-fef7-49e9-bd1f-6bf5e77e29de",
"EventRegistrationId": "500484b9-44f8-41c8-b997-0c9d1d450cca",
"EventSectorId": "987853af-d79e-4f66-8bd7-5b06b4ebf91b",
"UserIslahJourneyId": "1e5721e5-04bd-4354-8852-f16b22a0336b",
"IslahJourneyId": "378df855-14d9-4a60-b3f1-112b64e7d000",
"IslahLevelId": "424a6ffc-6bfa-4401-8ce2-770dbf5f44cf",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:36.3717089+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "c70bba86-b115-4996-80e3-fba3adbcf440",
"FactorsDetail": [
{
"UserIslahJourneyId": "f8860f6c-940a-44d6-a7d5-4f52a82e4c04",
"FactorId": "c51f89bc-161d-4c3b-a74b-e58b7d468bfa",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3717089+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "f8860f6c-940a-44d6-a7d5-4f52a82e4c04",
"FactorId": "c51f89bc-161d-4c3b-a74b-e58b7d468bfa",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.3717089+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"ba1c8818-83e4-471f-b50c-bf0cefe6ea90",
"84a1e076-10ef-4863-9f60-498c6f0d6310"
],
"CountryIds": [
"e85264ec-6be0-4034-bc88-9d1284804e5d",
"7c6bb3eb-6e19-4a05-8cb1-eba4f2bc0c64"
],
"StateOrProvinceIds": [
"1b3a89b4-5d3e-480e-a25e-42f2c63c4dd6",
"3e5f02fd-a026-4bc2-b3a4-935e46b44d30"
],
"CityIds": [
"ce3feeaf-029c-4001-94f0-df6fb588a83e",
"b8360646-b69c-4530-a40d-a21421a30a7d"
],
"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.