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": "4ef2c084-3659-4df1-81c0-15c1ca6416b0",
"StartDate": "2025-12-20T17:37:29.7037282+05:00",
"EndDate": "2025-12-20T17:37:29.7037282+05:00",
"UserId": "1a6592e3-dbc5-48d2-a00e-01d4a8ca82d6",
"GroupId": "311c2594-7e81-4a35-9d81-1bd4795d87c1",
"DepartmentId": "c8c3685c-1614-4dae-a755-871677edb161",
"EventId": "c58a00e7-d5d3-4a2c-bd9a-c1ef088dadd7",
"ActionById": "004a4711-d33b-434f-bb50-afa5510a54c9",
"EventRegistrationId": "3a77a3d4-dcb2-447a-8ab8-bed2a8b2d0b2",
"EventSectorId": "9798657d-39f7-428c-894d-e735b3ccc3ec",
"UserIslahJourneyId": "c438c75e-0de1-4ad1-88b0-b7730916c43f",
"IslahJourneyId": "37cb5af9-7d0e-4e2b-b781-aae19200ed3c",
"IslahLevelId": "ff0e1909-dc53-4adb-af22-ce9694a05806",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:37:29.7037282+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "21263228-6b68-4ada-ae26-35e554fe7612",
"FactorsDetail": [
{
"UserIslahJourneyId": "696177e9-664b-499c-b787-6daf9f612b1d",
"FactorId": "a60bfd05-ef93-45bc-b29c-80643a229a5d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:37:29.7037282+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "696177e9-664b-499c-b787-6daf9f612b1d",
"FactorId": "a60bfd05-ef93-45bc-b29c-80643a229a5d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:37:29.7037282+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"51034cf0-1a61-4baa-ad64-15fa393af126",
"5e4067b4-537c-40b3-941b-a6b053fd8e87"
],
"CountryIds": [
"00dcb528-24e2-4c3a-bfcd-6cddeda11211",
"e29b4a8a-3348-4948-b415-cd97d1589669"
],
"StateOrProvinceIds": [
"372d153c-ef8e-493f-bd3d-aba27db37ba5",
"100cfb45-0988-437b-9ec0-0ef4c045f5e7"
],
"CityIds": [
"1f95d6c8-358a-43f6-bfb9-6c4b348e363f",
"f7156242-dfa0-43a3-b540-579ce0a572d9"
],
"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.