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": "02f3a582-c041-4506-903d-623722a143ca",
"StartDate": "2026-02-03T15:18:36.5248145+05:00",
"EndDate": "2026-02-03T15:18:36.5248145+05:00",
"UserId": "5f19394d-dfc3-4c76-b82a-b4a1e0ce4e78",
"GroupId": "211e4384-c574-46e7-a76b-af1159fd226a",
"DepartmentId": "7af0e73f-820e-441d-a202-747d8348b216",
"EventId": "fa20e6ae-c463-4b8c-b729-9a70147eb58b",
"ActionById": "1517ef9f-5d70-4bf9-8b0d-00088303d502",
"EventRegistrationId": "7892a598-77c8-4747-9d4d-983a15343a35",
"EventSectorId": "37d9a480-8585-45a9-b8a8-b19874c92b6f",
"UserIslahJourneyId": "0403011a-6d7e-413f-a781-8f32c6780014",
"IslahJourneyId": "98bb0f0c-5221-454e-9385-1b17f7ca897a",
"IslahLevelId": "303dde00-a1ec-436b-80c8-6828df8b905b",
"Day": 1,
"Status": 1,
"Date": "2026-02-03T15:18:36.5257746+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "a76f1dc4-08a0-4846-89b9-bd460ca90921",
"FactorsDetail": [
{
"UserIslahJourneyId": "af47bddb-1307-4466-8a22-2ea3bb8a9eda",
"FactorId": "ed2c7793-8af0-4014-9ec9-4519e40b36f8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-03T15:18:36.5257746+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "af47bddb-1307-4466-8a22-2ea3bb8a9eda",
"FactorId": "ed2c7793-8af0-4014-9ec9-4519e40b36f8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-03T15:18:36.5257746+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"dc32bd7f-ea5c-4fa5-bfb4-a77daad1d1bd",
"be4e3266-8457-4061-bf90-c90bd95a1114"
],
"CountryIds": [
"f8b56743-d97b-4c86-8881-8c0445067a21",
"c79fcf70-6ced-4801-8daf-36520992a58c"
],
"StateOrProvinceIds": [
"ba37cf83-a532-4172-ab5f-750680f584aa",
"7ad05084-336f-4d9e-ba62-a4f91682786b"
],
"CityIds": [
"65205f19-a01a-44dd-b42a-b466a489365d",
"4bf3633e-a696-450d-8a56-79c1bf80ec31"
],
"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.