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": "d497e196-0c50-4a8b-bcaa-c82c23d76f54",
"StartDate": "2026-04-11T18:31:36.2688424+05:00",
"EndDate": "2026-04-11T18:31:36.2688424+05:00",
"UserId": "13cc7e15-b407-4c51-8069-dba9b1be9baa",
"GroupId": "728ec58e-9d78-4531-8fd6-154b3fe51c0a",
"DepartmentId": "4e97a4c1-5c5a-473f-914e-2fbcbc37ce3c",
"EventId": "409c178d-fa6c-40f2-bcc8-30759b9bebab",
"ActionById": "3c45301a-de6f-49c3-aaf5-55ec31b579f6",
"EventRegistrationId": "47ac838b-1bc8-482a-a2e0-60b4457b2470",
"EventSectorId": "90cc5606-7253-4d2c-b612-09b833cc8b42",
"UserIslahJourneyId": "f2b3ef8c-fb32-4b6a-8eaf-b940144c198f",
"IslahJourneyId": "cdc0bd85-12f0-4b0a-8bcd-e24e59537d33",
"IslahLevelId": "e119d789-2582-4a58-a3f7-024e3171ed85",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T18:31:36.2688424+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "ba7ba34e-e7ba-47a1-aef5-fd092641f36e",
"FactorsDetail": [
{
"UserIslahJourneyId": "2492a294-2af1-4c05-966b-1b1762c11354",
"FactorId": "daf82e47-2b56-46e3-bbb7-b25dbce25360",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:31:36.2688424+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "2492a294-2af1-4c05-966b-1b1762c11354",
"FactorId": "daf82e47-2b56-46e3-bbb7-b25dbce25360",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:31:36.2688424+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"0530311d-3361-4db9-b750-9bb951b7acf3",
"285088ef-3526-45d5-8d2b-1014d9cdc77a"
],
"CountryIds": [
"12e2420b-afbc-4b7c-b6b3-0af97019825c",
"8bab5f4b-57f9-46a9-948a-484343a42335"
],
"StateOrProvinceIds": [
"00b31bc8-d88d-4b8a-a79f-44cd284243df",
"80c5ee84-6305-49f1-87ec-8210b42fe1c4"
],
"CityIds": [
"98c72361-c575-4f38-86cb-da1eaec29606",
"8f2be0bd-5b04-4f96-be86-bc99e87e8e3e"
],
"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.