POST api/Islah/GetIslahFactorsSummary
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": "d2fe1b51-6d7a-4138-bcbd-fcf04f0c5d3a",
"StartDate": "2026-03-31T16:20:49.9192205+05:00",
"EndDate": "2026-03-31T16:20:49.9192205+05:00",
"UserId": "2c1f1c8e-9629-4731-a861-43b1d0c7aac8",
"GroupId": "f56385c6-9293-4929-8288-6cf3b8d7e57d",
"DepartmentId": "9279120b-0bf0-4d37-9064-ad7d4c68bde4",
"EventId": "e2cef225-1ad0-4bcd-960b-093d788f3954",
"ActionById": "51a75612-102f-4fc7-ab28-b1ebb51c2b4e",
"EventRegistrationId": "b9f6d6bb-6c8f-45db-a298-f65d48b3997b",
"EventSectorId": "2f207676-1842-40ab-b3c5-b37a45f5c978",
"UserIslahJourneyId": "0f6c8622-6161-4ad3-8438-2d1db1e6975c",
"IslahJourneyId": "7ef0cae1-8706-44eb-8e0c-8597332f150b",
"IslahLevelId": "1e798765-0aec-4018-9419-56da121d6ced",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:20:49.9192205+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0fdff24b-fa9a-4e15-af50-0ccf09bd931d",
"FactorsDetail": [
{
"UserIslahJourneyId": "6683e50c-734d-4623-9f63-2f4e5b2dfcab",
"FactorId": "80e632e6-7f63-469a-8425-16967ae4d48c",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:20:49.9192205+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "6683e50c-734d-4623-9f63-2f4e5b2dfcab",
"FactorId": "80e632e6-7f63-469a-8425-16967ae4d48c",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:20:49.9192205+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fe2eb670-5c42-4cec-a7bf-00124b493818",
"252f9542-efb3-48a7-a42c-678320385eac"
],
"CountryIds": [
"764143aa-1e41-46d9-8353-2156fd3cdd47",
"d2c50219-7874-4551-8a6d-10056ad4d36e"
],
"StateOrProvinceIds": [
"14e62331-7b82-4cf2-8f04-6d492fbd1b2a",
"246f227f-70ac-4ede-b128-bd948603519b"
],
"CityIds": [
"801dce7c-339c-47c8-a6b5-fd58575404de",
"7de7cdf4-4cbc-4e80-a935-31ca9b22878f"
],
"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.