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": "583220c7-c4cc-4b2d-a18c-4a0a89234376",
"StartDate": "2026-09-25T12:49:35.6427645+05:00",
"EndDate": "2026-09-25T12:49:35.6427645+05:00",
"UserId": "c4b311cb-26f1-4512-9609-af9abb11b33b",
"GroupId": "94d9431d-6012-4848-bd3a-bc4c5800f9e8",
"DepartmentId": "ae567128-caf5-4693-a582-347212fcecfb",
"EventId": "dfba2e95-97c8-4390-9015-bfd9af62ba9d",
"ActionById": "674981c8-9e64-4d8f-bf98-f523c55f0e95",
"EventRegistrationId": "4aaf7479-3674-40fd-b3e0-2a73bc48c47f",
"EventSectorId": "2b0bde99-d957-4637-83f2-d9dfbe5b0529",
"UserIslahJourneyId": "61badb8e-2ce2-4681-b4b4-dd7a6c67e5aa",
"IslahJourneyId": "1f87ce31-4f02-4bb0-a569-0be83431cd9e",
"IslahLevelId": "93573a4b-4673-4d08-81e3-8990c74271dd",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.6427645+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "158333e4-8b0d-43af-8389-97f1dfd8e73e",
"FactorsDetail": [
{
"UserIslahJourneyId": "26476c81-e820-4c69-b19e-011a74cb2d09",
"FactorId": "0f5b9ebb-7066-4cfc-a1eb-21454d7ceecf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.6427645+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "26476c81-e820-4c69-b19e-011a74cb2d09",
"FactorId": "0f5b9ebb-7066-4cfc-a1eb-21454d7ceecf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.6427645+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4177cfe7-1655-4bcc-958a-7652fbf882bb",
"a353b192-8b41-4a92-a69a-eedf66d743a2"
],
"CountryIds": [
"a4c7e70a-1937-4881-9b2f-113228c4814c",
"5ce7b3bd-4f09-45c6-b8cf-9d506851134a"
],
"StateOrProvinceIds": [
"f2781bc9-e454-4102-b6b3-480c9d106ae9",
"a876e47f-27e2-43a6-9357-8d1a307e9386"
],
"CityIds": [
"a7f9f12f-e172-4e2f-bcbf-bc44b815dfc4",
"56ea6295-8d74-4c0f-8976-2d9c2afbefb6"
],
"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.