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": "13288b80-7483-4d08-af06-6a5f00aba790",
"StartDate": "2026-08-01T11:33:03.702329+05:00",
"EndDate": "2026-08-01T11:33:03.702329+05:00",
"UserId": "63143120-1ae9-4880-b1ac-b6639e940e90",
"GroupId": "955bc714-ee2d-475e-93f2-8f4c948ee270",
"DepartmentId": "5c2e6fd5-a2a9-4d14-b933-980967398606",
"EventId": "0db08d07-80b4-4678-a884-d313292985b2",
"ActionById": "4b152dd6-c019-4c84-a1e9-6099461bf60e",
"EventRegistrationId": "dd2ba964-8fab-43ff-a3e0-6f2fc2a52c1a",
"EventSectorId": "aeddb071-2a7e-42e1-90aa-178f2072764a",
"UserIslahJourneyId": "c9af79e0-986b-4605-b030-e59980c879ff",
"IslahJourneyId": "1f4dec7f-0963-4a78-b14e-8c6764250dbf",
"IslahLevelId": "aa12f0fa-1dfe-428f-be86-56edb75f34f4",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.702329+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5571bb5f-7fed-42de-9663-0ed11fa57c3d",
"FactorsDetail": [
{
"UserIslahJourneyId": "60c93935-2967-4025-b25b-2d227843f012",
"FactorId": "bb6fe361-2747-491e-a88d-584af19a6540",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.702329+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "60c93935-2967-4025-b25b-2d227843f012",
"FactorId": "bb6fe361-2747-491e-a88d-584af19a6540",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.702329+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"5e706a5c-65fb-495a-bf31-d94bead02323",
"b7343ac2-6f15-43ed-9cde-2e51e15c07d8"
],
"CountryIds": [
"61fcd0fb-34f7-43d1-83e9-de82bb18e0d4",
"ac2a54d9-347d-49ca-87e6-e38c65f28c3a"
],
"StateOrProvinceIds": [
"a9a76fdb-5f27-4640-bc7f-ac4b4e588157",
"9b4d978e-2025-46fe-ab46-39d95051a552"
],
"CityIds": [
"51b5f1d2-6516-4fa7-aaa2-148ce8aba34e",
"a66b4f8b-acc4-46cd-93c1-ed455e18850f"
],
"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.