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": "b6751ea4-e3e7-40ac-bb3d-fa5c3cd0df9c",
"StartDate": "2026-03-31T16:19:08.8042034+05:00",
"EndDate": "2026-03-31T16:19:08.8042034+05:00",
"UserId": "a19ba813-88cc-4f66-be2a-257c9bc5f431",
"GroupId": "73990a53-74cb-41e8-ba4d-9bb3d5fa8ce5",
"DepartmentId": "73a43bd0-6ec8-4d52-b50e-5f6bd75ae2cb",
"EventId": "4c111f1d-e8fd-4933-9722-882eb81c94f3",
"ActionById": "6a2364a7-f612-4e23-a0c7-d73c33b7336f",
"EventRegistrationId": "bda51a66-31f9-4882-9728-d76b2ca356a8",
"EventSectorId": "7783bc9d-cc7c-45ce-9301-c1aa2c79fbbe",
"UserIslahJourneyId": "58671c58-9c77-471c-9771-1719b368d8d4",
"IslahJourneyId": "17a8380a-130a-4384-9107-2b2ac4e5e77c",
"IslahLevelId": "a9d4225f-2474-4563-af8a-1f0947a65236",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:19:08.8042034+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "708d185b-c987-4117-9f38-94b364186783",
"FactorsDetail": [
{
"UserIslahJourneyId": "4ccc57d7-a935-4bbb-bc0d-0695e687e5f0",
"FactorId": "f7c07942-7ed6-4412-a969-6bf6600fe99f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:19:08.8042034+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "4ccc57d7-a935-4bbb-bc0d-0695e687e5f0",
"FactorId": "f7c07942-7ed6-4412-a969-6bf6600fe99f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:19:08.8042034+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4b5c05f7-dbe6-4816-9983-3d7896045f91",
"01988728-8111-4365-a4aa-f3d4b8d80137"
],
"CountryIds": [
"0b156ef5-315e-4a04-887c-4ce7e9f4d434",
"42191c80-df0f-43eb-a63b-4ea68b2aeffd"
],
"StateOrProvinceIds": [
"35503e69-07ae-44dc-a6c6-98f82d5d8b71",
"2baecdaf-e48a-498f-820c-5b36ecc6af97"
],
"CityIds": [
"603a751c-27c6-4113-9cdb-de081aa928c7",
"0bb600ca-ca5b-4624-932b-70b92865007b"
],
"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.