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": "14d4da24-223a-4376-a5a5-c4f0526196fd",
"StartDate": "2026-06-06T12:46:24.0708809+05:00",
"EndDate": "2026-06-06T12:46:24.0708809+05:00",
"UserId": "385a399a-2cf5-4102-bf15-d378a2b60c4c",
"GroupId": "51f983ee-6c75-4dde-80db-e303af6b103f",
"DepartmentId": "277345c8-37b3-4b2e-b476-076284ce6c42",
"EventId": "1cc098e8-ddd3-427c-8802-a1cd057ad116",
"ActionById": "ca0ec830-a1b8-4db2-b096-94095e9f46e6",
"EventRegistrationId": "db754ee9-4de5-4dc2-808e-b01267d26d80",
"EventSectorId": "1632954f-cb1c-471e-a9c8-75b4666d2041",
"UserIslahJourneyId": "eda4557c-676a-4330-92ae-b2d5b1863e08",
"IslahJourneyId": "cd6575cf-ab1b-459a-bc2f-449d8537cc05",
"IslahLevelId": "4a18643b-d1cb-4a57-9d79-22a30a706f0c",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:24.0708809+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "11c4837c-93be-444b-bb2f-1f8c65b855b8",
"FactorsDetail": [
{
"UserIslahJourneyId": "d87f8b4e-57ed-4d81-9f8f-7d437233113e",
"FactorId": "fee3e0d5-a1e8-4399-affc-a5e15aef6689",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.0708809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d87f8b4e-57ed-4d81-9f8f-7d437233113e",
"FactorId": "fee3e0d5-a1e8-4399-affc-a5e15aef6689",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.0708809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"33b4dd61-2342-40d8-a40a-c6939c056ab4",
"48e3fc06-82cd-412b-b553-2eb253b53544"
],
"CountryIds": [
"8a931573-26e3-4a2d-81b2-bf261bbc564e",
"969ec967-eccb-4013-aee3-8abc9a5b9cd6"
],
"StateOrProvinceIds": [
"856e1d51-a52c-44ab-8b5a-2ccd027c8a6b",
"ea72a8df-38d1-478d-8d5e-7260f61ef948"
],
"CityIds": [
"ee9f05d6-d4fc-4f5c-a3d1-7cd139bafdd7",
"7d9c5c32-4292-45eb-a012-2902a0573c47"
],
"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.