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": "0e4e5e40-0c1d-44eb-a99b-87769ee6de6b",
"StartDate": "2026-04-11T17:10:41.0529442+05:00",
"EndDate": "2026-04-11T17:10:41.0529442+05:00",
"UserId": "8a1e8575-5d8b-4e25-9593-2d3ae50cc7cb",
"GroupId": "249976fe-e6f3-4704-a1f9-52e1cf764d7a",
"DepartmentId": "9855bb26-5675-454c-8198-304db273b5fa",
"EventId": "f9c00595-cb4a-4281-9026-b13635d3a044",
"ActionById": "6d6f0d4c-aa6d-4b60-aad0-b4ae1aa98dfc",
"EventRegistrationId": "10ad73de-9da1-4a97-ba25-468bf4763e27",
"EventSectorId": "595db995-45de-41dc-9753-da728578d925",
"UserIslahJourneyId": "d9343dd1-f85a-4e6c-b445-6585c3ea5ebe",
"IslahJourneyId": "76ba427d-f3e6-4e9f-932f-cea3a9046ffd",
"IslahLevelId": "cd2a2867-6e52-4b71-b591-1095843f01a3",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:10:41.0529442+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "2ffd55dc-9c9e-48eb-a329-aea3a71298c1",
"FactorsDetail": [
{
"UserIslahJourneyId": "5e918e1e-4a95-4a81-a760-db22be56279a",
"FactorId": "7ba6244c-6509-4031-8c08-91e51318d858",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:41.0529442+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "5e918e1e-4a95-4a81-a760-db22be56279a",
"FactorId": "7ba6244c-6509-4031-8c08-91e51318d858",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:41.0529442+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"c46c2dd9-3763-4830-bc29-3a978732c474",
"01b31e7b-4a69-4472-bf05-632038d0343f"
],
"CountryIds": [
"92488da6-69aa-4184-b5aa-4d4a915cdac0",
"c840d544-bb10-4fb4-9c1c-2b9474f1122b"
],
"StateOrProvinceIds": [
"cb48936d-dfe2-4b32-b07d-4a09eadf151c",
"d4fcc295-88af-4e4d-bc75-f04f6a0cc78d"
],
"CityIds": [
"91808139-4739-4615-9355-f492ddf124c2",
"cf253ccb-49a8-40e7-9e10-562b48c74562"
],
"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.