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": "c463d25c-ab89-4f2c-8912-504c9f5e30a9",
"StartDate": "2025-12-10T12:51:31.0376301+05:00",
"EndDate": "2025-12-10T12:51:31.0376301+05:00",
"UserId": "23149962-0365-4374-b418-d523305ac18e",
"GroupId": "84d0d6c4-ea86-45c0-b3fa-719d763e6570",
"DepartmentId": "aadb2bf6-8ae8-4874-ab1f-770993bbd6b5",
"EventId": "42a718ac-40d7-44da-81b6-4f9548c47804",
"ActionById": "283a4d25-1886-4b0c-bc90-ab21a902a677",
"EventRegistrationId": "b4d3774f-d5cc-4977-83a6-4cd14f864f3f",
"EventSectorId": "08642536-541d-485f-a624-c1b654c9bb9b",
"UserIslahJourneyId": "d1a435f5-e624-486c-a5d1-1ef17a26fafa",
"IslahJourneyId": "d933339e-3b50-4617-8d99-99a9e1ca1d65",
"IslahLevelId": "728900f3-4a54-4584-9aaf-c6601b8ce1e5",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:51:31.0376301+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "f814a3ba-df12-4317-8f78-0692bfe43b4e",
"FactorsDetail": [
{
"UserIslahJourneyId": "06d82134-5718-4e34-8ea5-4e1c83781da0",
"FactorId": "5d548177-49ba-4372-b5df-468d021a21c3",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:51:31.0376301+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "06d82134-5718-4e34-8ea5-4e1c83781da0",
"FactorId": "5d548177-49ba-4372-b5df-468d021a21c3",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:51:31.0376301+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9408eb59-2210-4661-93e5-4a7f3a01150d",
"7a25bfb6-f466-4022-877f-2725972ff3ea"
],
"CountryIds": [
"cc60624f-e061-4acd-bfb4-3f1722682e81",
"8f9d794f-1c22-44e3-89df-17385ab7aa10"
],
"StateOrProvinceIds": [
"999c322c-4dbe-485e-86a2-87102437742c",
"9d9ebe2b-b4b5-49e1-b925-21bbd34cc2a0"
],
"CityIds": [
"5836213d-a3a5-44a0-9095-e830449643c1",
"abaf8520-8ca3-4080-9ea2-7970b4ced557"
],
"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.