POST api/Islah/GetUserRemainingIslahFactors
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": "bace9877-ece2-4b99-abd2-bb7d83c78fb2",
"StartDate": "2026-05-16T01:26:37.1590316+05:00",
"EndDate": "2026-05-16T01:26:37.1590316+05:00",
"UserId": "4c512ef5-8812-43f5-8416-432f674ae794",
"GroupId": "afa0075c-f68c-409a-801a-3f6bcf0df116",
"DepartmentId": "e2a7010f-1e30-4256-8b1d-e34999e072b3",
"EventId": "c270b22b-4ef7-4b9e-91a4-dd68ad785ae7",
"ActionById": "73985457-0c94-48ac-8fb4-b102e3e9491e",
"EventRegistrationId": "3e341b11-ea80-4c22-9922-0c17de80e489",
"EventSectorId": "886aa8d9-71db-4ffe-883f-3a75d07ee268",
"UserIslahJourneyId": "a95244cc-e537-4d90-9c5a-92d1371dbd41",
"IslahJourneyId": "8cea5aed-af6f-4a12-b51b-d1e587393f8b",
"IslahLevelId": "0531e9c9-69bd-4211-bf89-6457b17cdf6c",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:37.1590316+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "3fcb3160-79d9-413d-91de-14379539054e",
"FactorsDetail": [
{
"UserIslahJourneyId": "fc4dcb6d-f147-4999-bfde-e8b4044f16d9",
"FactorId": "0cc6aa13-b556-4102-a6a2-dcc1133fc544",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:37.1590316+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "fc4dcb6d-f147-4999-bfde-e8b4044f16d9",
"FactorId": "0cc6aa13-b556-4102-a6a2-dcc1133fc544",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:37.1590316+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"6d847e9e-9293-4c45-bf43-9a90df2197d3",
"b5f90ea7-1b57-412c-84a1-f4856a6754ad"
],
"CountryIds": [
"bc4de7af-e431-4e8d-af9d-3138c9269de3",
"cd3f7eff-f699-420c-9c74-a34d767054b0"
],
"StateOrProvinceIds": [
"4181584e-0994-44a5-840e-23d77d07df79",
"338f147f-cc11-4d75-a5f1-14e6a52d85fb"
],
"CityIds": [
"24569297-1be4-4913-9e78-765619d48384",
"03137976-2523-49ac-8d29-f04bc70224ed"
],
"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.