POST api/Islah/GetDailyIslahFactorsOverViewGraph
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": "19acd0ef-dfb2-4e5e-9ca4-9dcc525dab29",
"StartDate": "2026-02-14T16:18:28.8861453+05:00",
"EndDate": "2026-02-14T16:18:28.8861453+05:00",
"UserId": "7b2e42b0-8747-4c56-b36e-af60fe5ece1b",
"GroupId": "fd0a0936-98c5-48b5-b448-440fd379aa7b",
"DepartmentId": "52b4353b-ec0d-4996-85cd-0ddbcc5cf326",
"EventId": "6646fa9e-993c-4d9c-8dc6-934c804421ee",
"ActionById": "43a8cfe7-914a-458d-bed4-a02d3b7346c5",
"EventRegistrationId": "6de7af67-7318-4590-b4ab-783004de575f",
"EventSectorId": "030bf414-ca9e-4c1e-9be4-2b3e1fdf5ae0",
"UserIslahJourneyId": "0ebb5032-5f57-42c3-a02e-01fe921fac49",
"IslahJourneyId": "a75ad5b4-b0e0-4435-8e69-64fc040c2f99",
"IslahLevelId": "e189b8a4-8606-40d7-9440-61ce4b733187",
"Day": 1,
"Status": 1,
"Date": "2026-02-14T16:18:28.8861453+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "fe4adb52-081b-4360-abac-2246b464988e",
"FactorsDetail": [
{
"UserIslahJourneyId": "838a497b-4819-4d88-bef6-255a48801685",
"FactorId": "8d9711bd-cea8-4864-b2d2-c7d56a62b9e9",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-14T16:18:28.8861453+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "838a497b-4819-4d88-bef6-255a48801685",
"FactorId": "8d9711bd-cea8-4864-b2d2-c7d56a62b9e9",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-14T16:18:28.8861453+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"dc8d21e1-fc4d-4321-82d8-2692a860aac7",
"de7d040e-b5d8-45d6-afa4-c7515125acaa"
],
"CountryIds": [
"984cd33e-8c5a-400e-9acb-df41acaa6199",
"a7658899-1e79-4139-99be-88bcb3e374eb"
],
"StateOrProvinceIds": [
"b14f2a65-fc26-4865-9eb0-79ad5c995623",
"02a37eaf-55e4-482f-92e1-28079fa389f8"
],
"CityIds": [
"ab913923-3f77-4af3-b66d-315745db0bf5",
"1e0568d0-a140-4918-be36-e91a61f3ff5c"
],
"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.